freebsd-dev/sys/dev/pci
Peter Wemm 46f40af052 Replace the pcidevice_set linker set based configuration mechanism for old
style pci drivers with a simple one-line change to use a module that
registers itself under new-bus and should in theory enable just about all
of the pci drivers to be loadable (kldload and loader(8)) but without
having the impact of converting the APIs yet.

This also fixes the problem of having undefined variables when only
new-style pci drivers are present.
1999-04-24 19:59:20 +00:00
..
pci_if.m Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
pci.c Replace the pcidevice_set linker set based configuration mechanism for old 1999-04-24 19:59:20 +00:00
pcireg.h Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
pcivar.h Replace the pcidevice_set linker set based configuration mechanism for old 1999-04-24 19:59:20 +00:00