History log of /netbsd-src/sys/dev/ic/Makefile (Results 1 – 25 of 30)
Revision Date Author Comments
# 12861dbd 30-Nov-2024 macallan <macallan@NetBSD.org>

install summitreg.h - we will need it for Xorg


# 6cd4d7a2 04-Mar-2024 macallan <macallan@NetBSD.org>

install stireg.h


# bf53d441 07-Dec-2021 brad <brad@NetBSD.org>

A driver and user land utility for the Sparkfun Serial Controlled Motor
Driver module as illustrated here:

https://www.sparkfun.com/products/13911

A SCMD module is a ARM SOC simular to a Arduino in

A driver and user land utility for the Sparkfun Serial Controlled Motor
Driver module as illustrated here:

https://www.sparkfun.com/products/13911

A SCMD module is a ARM SOC simular to a Arduino in front of a motor
driver chip. The single SCMD module can control two motors and up to
16 additional modules can be chained together using an internal I2C
bus. One can interface with the SCMD using tty uart commands, SPI or
I2C. The driver in this commit adds a kernel driver for the I2C and
SPI interfaces. The command line utility provides a set of
convenience commands that support most of the functions of the SCMD
and is able to use the tty uart mode, SPI user land or the included
kernel driver in a uniform manor.

The use of the SCMD module is mostly for small robots and the like,
but it can control anything that is controllable by voltage.

show more ...


# 85654ec7 19-Jan-2020 thorpej <thorpej@NetBSD.org>

Remove HIPPI support and the esh(4) driver that uses it. There have not
been any users of HIPPI for some time, and it is unlikely to be resurrected.


# fb651b61 25-Nov-2017 jmcneill <jmcneill@NetBSD.org>

Add driver for QEMU Firmware Configuration device.

This interface allows the host to pass various data items and files to
the guest OS.


# e7c0cc5d 04-Jun-2016 nonaka <nonaka@NetBSD.org>

Add NVMe command passthrough support.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# e1191d10 11-Jan-2005 joff <joff@NetBSD.org>

Replace hd44780_subr.h to hd44780var.h and install to userland.


# 2295b275 13-Oct-2003 dyoung <dyoung@NetBSD.org>

Install athioctl.h, defining ioctls for Atheros 802.11a/b/g radios.


# 405790a8 13-May-2003 thorpej <thorpej@NetBSD.org>

Add support for the user-generated command interface and event logging
required by the ICP-Vortex management tools. Many thanks to Achim Leubner
at ICP-Vortex for a few bug fixes and for testing.


# 8bb5cfe6 06-May-2001 ichiro <ichiro@NetBSD.org>

divided into PCMCIA attachment and common code of wi.
since if_wi_ieee.h does not depend for pcmcia,
sys/dev/pcmcia/if_wi_ieee.h was moved to sys/dev/ic/wi_ieee.h .


# b7f59127 11-Apr-2001 wiz <wiz@NetBSD.org>

re-add bt8xx.h (needed for fxtv, without which bktr is pretty much useless)


# 372e5956 11-Apr-2001 jdolecek <jdolecek@NetBSD.org>

Only install headers which are actually used by our userland. This
saves about 2.2MB under /usr/include/dev/. Discussed on tech-kern@
recently.

I HOPE to get the list right. The headers I left in ar

Only install headers which are actually used by our userland. This
saves about 2.2MB under /usr/include/dev/. Discussed on tech-kern@
recently.

I HOPE to get the list right. The headers I left in are ones
used for MI tools and those whose usage I discovered by grep over tree sources.
Feel free to put needed includes back in if you encounter anything which
should not be removed from lists.

show more ...


# 81a6d0ec 10-Apr-2001 mjacob <mjacob@NetBSD.org>

Add isp_ioctl.h.


# 8be33f9c 25-Feb-2001 ad <ad@NetBSD.org>

Remove mlxvar.h, which was added for no apparent reason.


# 47e672bf 18-Feb-2001 taca <taca@NetBSD.org>

Add mlxvar.h as include files to install.


# 72d4eea6 10-Feb-2001 thorpej <thorpej@NetBSD.org>

Register definitions for the D-Link DL10019 and DL10022 Ethernet
chips. These are NE2000-compatible chips with an MII interface
on them for media.


# 8d75ab98 04-Feb-2001 ad <ad@NetBSD.org>

Add a driver for the Mylex DAC960 family (including DEC SWXCR).


# 4da3935b 09-Jun-2000 onoe <onoe@NetBSD.org>

cleanup haeders.
add opt_awi.h to define AWI_DEBUG, AWI_WEP_ARC4.
show the firmware version at attach.
create a framework to support WEP (encryption code is not included for now).
a new wiconfig comp

cleanup haeders.
add opt_awi.h to define AWI_DEBUG, AWI_WEP_ARC4.
show the firmware version at attach.
create a framework to support WEP (encryption code is not included for now).
a new wiconfig compatible ioctl interface replaced the awictl interface.
fix memory leak in selecting AP
fix bugs in ESSID selection
changes from FreeBSD-current by Warner Losh:
revision 1.2
date: 2000/04/17 22:58:15; author: imp; state: Exp; lines: +16 -1
Provide mem* for compat with NetBSD to fix LINT
fixes from FreeBSD-current by Guido van Rooij:
revision 1.4
date: 2000/05/29 19:58:10; author: guido; state: Exp; lines: +5 -2
Fix a panic resulting from an obvious null pointer deref.
Apparently some other panics still exist in this driver, but with
this fix, it was at least possible to run the Nokia card at SANE 2000.

show more ...


# 006e9528 07-May-2000 wiz <wiz@NetBSD.org>

install bt8xx.h for bktr


# 5644a7e2 22-Mar-2000 onoe <onoe@NetBSD.org>

Update awi driver, which now supports AMD 79c930 based 802.11 DS cards
as well as 802.11 FH cards. Also, it can operate in infrastructure mode,
adhoc mode, and wi(4) (aka WaveLAN/IEEE) compatible ad

Update awi driver, which now supports AMD 79c930 based 802.11 DS cards
as well as 802.11 FH cards. Also, it can operate in infrastructure mode,
adhoc mode, and wi(4) (aka WaveLAN/IEEE) compatible adhoc mode.

show more ...


# d02615fe 20-Mar-2000 ad <ad@NetBSD.org>

Install cac{reg,var}.h.


# 5960b2ae 18-Mar-2000 mycroft <mycroft@NetBSD.org>

Move some code around in preparation for nca_pcmcia.


# fbc4dbb7 15-Mar-2000 sommerfeld <sommerfeld@NetBSD.org>

Catch up to rearranged aic7*.h files


# 878fa479 04-Dec-1999 sommerfeld <sommerfeld@NetBSD.org>

Fix "make includes" since pckbc moved to dev/ic from dev/isa
(Hi, Jason!)


12