History log of /netbsd-src/sys/dev/pci/Makefile (Results 1 – 16 of 16)
Revision Date Author Comments
# 4ecce2b2 15-Sep-2021 thorpej <thorpej@NetBSD.org>

Adjust the device_call() calling convention so as to provide type checking
of the arguments passed to the call, using auto-generated argument
structures and binding macros.


# 7bc68693 12-Dec-2018 maxv <maxv@NetBSD.org>

Retire the LMC driver, and its associated lmcconfig tool. LMC has been
mentioned repeatedly as a non-MP-safe driver that is hard to maintain,
and no one is taking care of it.

LMC was removed from Op

Retire the LMC driver, and its associated lmcconfig tool. LMC has been
mentioned repeatedly as a non-MP-safe driver that is hard to maintain,
and no one is taking care of it.

LMC was removed from OpenBSD three years ago, and from FreeBSD a few
months ago.

show more ...


# 09baa440 28-Mar-2015 msaitoh <msaitoh@NetBSD.org>

Remove hdaudio subdir.


# 68a2a617 16-Sep-2009 sborrill <sborrill@NetBSD.org>

Install hdaudio includes required by upcoming userland toolS


# d252c65e 23-Jul-2006 bouyer <bouyer@NetBSD.org>

Add a /dev/amr* control file for amr(4) devices, which allows sending raw
commands to the controller.
Add a amrctl(8) control tool, which for now only allows to get status
from the adapter (status of

Add a /dev/amr* control file for amr(4) devices, which allows sending raw
commands to the controller.
Add a amrctl(8) control tool, which for now only allows to get status
from the adapter (status of adapter, logical volumes and and individual
drives).
From FreeBSD, with some adjustements by Andrew Doran and me.

show more ...


# 396c76cb 06-Dec-2005 skrll <skrll@NetBSD.org>

Correct the includes for lmc.


# 1e3cfaaa 25-Sep-2003 thorpej <thorpej@NetBSD.org>

Install twereg.h and tweio.h


# 76aa38a6 13-Sep-2001 thorpej <thorpej@NetBSD.org>

Install pcidevs.h, pcidevs_data.h, pciio.h, pcireg.h.


# 3b182835 30-Jul-2001 ad <ad@NetBSD.org>

Add a driver for Mylex AcceleRAID and eXtremeRAID controllers with v6
firmware. Based off the FreeBSD driver, and re-worked by tls, erh and I.


# 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 ...


# 37d80b00 20-Jun-1999 pk <pk@NetBSD.org>

Remove dead file; alphabetize


# df81191c 20-Jun-1999 pk <pk@NetBSD.org>

Remove dead file


# 7bfd643e 25-Mar-1999 explorer <explorer@NetBSD.org>

install if_lmc*.h


# e2578025 16-Jun-1998 cgd <cgd@NetBSD.org>

Point people to the correct Makefiles to build generated headers.
(Suggested by Manuel Bouyer.)


# 651b44e2 12-Jun-1998 cgd <cgd@NetBSD.org>

Rework the way kernel include files are installed. In the new method,
as with user-land programs, include files are installed by each directory
in the tree that has includes to install. (This allow

Rework the way kernel include files are installed. In the new method,
as with user-land programs, include files are installed by each directory
in the tree that has includes to install. (This allows more flexibility
as to what gets installed, makes 'partial installs' easier, and gives us
more options as to which machines' includes get installed at any given
time.) The old SYS_INCLUDES={symlinks,copies} behaviours are _both_
still supported, though at least one bug in the 'symlinks' case is
fixed by this change. Include files can't be build before installation,
so directories that have includes as targets (e.g. dev/pci) have to move
those targets into a different Makefile.

show more ...


# 27adbb11 18-Jun-1995 cgd <cgd@NetBSD.org>

learn about some PCI vendor and product numbers. not yet used