freebsd-dev/sys/dev/pdq
Peter Wemm 579f45fa60 Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
#define COMPAT_PCI_DRIVER(name,data) DATA_SET(pcidevice_set,data)
.. to 2.2.x and 3.x if people think it's worth it.  Driver writers can do
this if it's not defined.  (The reason for this is that I'm trying to
progressively eliminate use of linker_sets where it hurts modularity and
runtime load capability, and these DATA_SET's keep getting in the way.)
1999-05-09 17:07:30 +00:00
..
if_fea.c These two drivers have not been converted for newbus eisa yet. 1999-05-02 20:35:44 +00:00
if_fpa.c Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: 1999-05-09 17:07:30 +00:00
pdq_ifsubr.c Removed unused #includes. 1998-02-20 13:11:54 +00:00
pdq.c Add sufficient braces to keep egcs happy about potentially ambiguous 1999-05-06 18:13:11 +00:00
pdqreg.h
pdqvar.h This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00