1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/dev/pci
Warner Losh 7ba175ac23 Use the pci.c code wherever possible, rather than copying all the pci
code into cardbus and s/pci/cardbus.  This exposes a few pci_*
functions that are now static.

This work is similar to work Justin posted to the mobile list about a
year or two ago, which I have neglected since then.

This is a subset of his current work with the multiple inheritance
newbus architecutre.  When completed, that will eliminate the need for
pci/pci_private.h.

Similar work is needed for the cardbus_cis and pccard_cis code as well.
2002-02-27 05:09:14 +00:00
..
eisa_pci.c
fixup_pci.c
ignore_pci.c
isa_pci.c Add support for the Intel 82443MX chipset 2001-12-21 01:28:59 +00:00
pci_if.m
pci_pci.c Fix warnings introduced in the PCI_ALLOW_UNSUPPORTED_IO_RANGE case. 2002-02-26 03:31:35 +00:00
pci_private.h Use the pci.c code wherever possible, rather than copying all the pci 2002-02-27 05:09:14 +00:00
pci_user.c o Modify access control code for /dev/pci device to use securelevel_gt() 2001-09-26 20:14:03 +00:00
pci.c Use the pci.c code wherever possible, rather than copying all the pci 2002-02-27 05:09:14 +00:00
pcib_if.m
pcireg.h
pcivar.h Don't claim to have routed an interrupt when the method actually returned an 2002-02-12 01:28:49 +00:00