freebsd-dev/sys/dev/pci
John Baldwin a15536c70d Implement BUS_ADD_CHILD() for the isab(4) driver. It already calls
bus_generic_probe() and bus_generic_attach() to handle drivers that add
new children via identify methods.

MFC after:	1 week
2011-12-14 12:34:02 +00:00
..
eisa_pci.c - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
fixup_pci.c
hostb_pci.c
ignore_pci.c
isa_pci.c Implement BUS_ADD_CHILD() for the isab(4) driver. It already calls 2011-12-14 12:34:02 +00:00
pci_if.m
pci_pci.c - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
pci_private.h
pci_subr.c Respect the BIOS/firmware's notion of acceptable address ranges for PCI 2011-07-15 21:08:58 +00:00
pci_user.c
pci.c Add missing XHCI early takeover code. The XHCI takeover code 2011-07-22 15:37:23 +00:00
pcib_if.m
pcib_private.h Respect the BIOS/firmware's notion of acceptable address ranges for PCI 2011-07-15 21:08:58 +00:00
pcireg.h Add a constant for the Advisory Non-Fatal Error bit in AER corrected error 2011-11-30 18:33:23 +00:00
pcivar.h
vga_pci.c