freebsd-dev/sys/dev/pci
Mike Smith 4fa59183f1 - We have access to our own device_t here, so use pci_read_config
rather than finding our parent pcib and using its PCI_READ_CONFIG
   method.

 - Fix the defines for the 32-bit I/O decode registers, and properly
   process the 16-bit versions.  Now we will correctly check that I/O
   resources behind the bridge are going to be decoded.

 - Bring the quirk for the Orion PCI:PCI bridge in here (since it
   seems to want to set the secondary/supplementary bus numbers).

 - Use PCI_SLOTMAX rather than a magic number.
2000-12-12 13:20:35 +00:00
..
eisa_pci.c - Don't return early from the PCI:EISA bridge attachment, or we will lose 2000-12-12 03:33:02 +00:00
fixup_pci.c Don't try to fix up the Orion here; the interface we use is wrong for the 2000-12-12 13:11:42 +00:00
ignore_pci.c Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
isa_pci.c - Don't return early from the PCI:EISA bridge attachment, or we will lose 2000-12-12 03:33:02 +00:00
pci_if.m * Factor out the object system from new-bus so that it can be used by 2000-04-08 14:17:18 +00:00
pci_pci.c - We have access to our own device_t here, so use pci_read_config 2000-12-12 13:20:35 +00:00
pci.c Cosmetic nit; separate slot/function with '.' not ':' 2000-12-09 09:37:07 +00:00
pcib_if.m - Fix the device database parsing code so that it actually works. 2000-12-09 09:15:38 +00:00
pcireg.h - We have access to our own device_t here, so use pci_read_config 2000-12-12 13:20:35 +00:00
pcivar.h Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
vga_pci.c Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00