Home | History | Annotate | Download | only in pci
History log of /src/sys/dev/pci/Makefile
RevisionDateAuthorComments
 1.16  15-Sep-2021  thorpej 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.
 1.15  12-Dec-2018  maxv 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.
 1.14  28-Mar-2015  msaitoh branches: 1.14.16; 1.14.18;
Remove hdaudio subdir.
 1.13  16-Sep-2009  sborrill branches: 1.13.22; 1.13.40;
Install hdaudio includes required by upcoming userland toolS
 1.12  23-Jul-2006  bouyer branches: 1.12.58; 1.12.70; 1.12.78;
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.
 1.11  06-Dec-2005  skrll branches: 1.11.4; 1.11.8;
Correct the includes for lmc.
 1.10  25-Sep-2003  thorpej branches: 1.10.14; 1.10.16;
Install twereg.h and tweio.h
 1.9  13-Sep-2001  thorpej branches: 1.9.18;
Install pcidevs.h, pcidevs_data.h, pciio.h, pcireg.h.
 1.8  30-Jul-2001  ad branches: 1.8.2;
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.
 1.7  11-Apr-2001  jdolecek branches: 1.7.2;
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.
 1.6  20-Jun-1999  pk branches: 1.6.2; 1.6.12; 1.6.14;
Remove dead file; alphabetize
 1.5  20-Jun-1999  pk Remove dead file
 1.4  25-Mar-1999  explorer branches: 1.4.4;
install if_lmc*.h
 1.3  16-Jun-1998  cgd Point people to the correct Makefiles to build generated headers.
(Suggested by Manuel Bouyer.)
 1.2  12-Jun-1998  cgd 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.
 1.1  18-Jun-1995  cgd learn about some PCI vendor and product numbers. not yet used
 1.4.4.1  01-Jul-1999  thorpej Sync w/ -current.
 1.6.14.3  21-Sep-2001  nathanw Catch up to -current.
 1.6.14.2  24-Aug-2001  nathanw Catch up with -current.
 1.6.14.1  21-Jun-2001  nathanw Catch up to -current.
 1.6.12.2  26-Oct-2001  jhawk Pull up via patch (requested by windsor):
Move mlxio.h and mlxreg.h from dev/pci/Makefile to dev/ic/Makefile
 1.6.12.1  25-Oct-2001  he Apply patch (requested by ad):
Add Mylex DACC960, CAC-EISA, and I2O block/SCSI drivers.
 1.6.2.1  21-Apr-2001  bouyer Sync with HEAD
 1.7.2.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.7.2.1  03-Aug-2001  lukem update to -current
 1.8.2.1  01-Oct-2001  fvdl Catch up with -current.
 1.9.18.4  11-Dec-2005  christos Sync with head.
 1.9.18.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.9.18.2  18-Sep-2004  skrll Sync with HEAD.
 1.9.18.1  03-Aug-2004  skrll Sync with HEAD
 1.10.16.2  30-Dec-2006  yamt sync with head.
 1.10.16.1  21-Jun-2006  yamt sync with head.
 1.10.14.1  30-Jul-2006  tron Apply patch (requested by bouyer in ticket #1431):
- 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).
 1.11.8.1  11-Aug-2006  yamt sync with head
 1.11.4.1  09-Sep-2006  rpaulo sync with head
 1.12.78.1  21-Apr-2010  matt sync to netbsd-5
 1.12.70.1  18-Oct-2009  snj Pull up following revision(s) (requested by sborrill in ticket #1101):
sys/dev/pci/Makefile: revision 1.13
sys/dev/pci/hdaudio/Makefile: revision 1.1
Install hdaudio includes required by userland tools
 1.12.58.1  11-Mar-2010  yamt sync with head
 1.13.40.1  06-Apr-2015  skrll Sync with HEAD
 1.13.22.1  03-Dec-2017  jdolecek update from HEAD
 1.14.18.1  10-Jun-2019  christos Sync with HEAD
 1.14.16.1  26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts

RSS XML Feed