Lines Matching full:pci
41 #include <dev/pci/pcivar.h>
42 #include <dev/pci/pcireg.h>
43 #include <dev/pci/pcib_private.h>
151 s = "Intel 824?? host to PCI bridge"; in legacy_pcib_is_host_bridge()
169 s = "Intel 82443LX (440 LX) host to PCI bridge"; in legacy_pcib_is_host_bridge()
172 s = "Intel 82443BX (440 BX) host to PCI bridge"; in legacy_pcib_is_host_bridge()
175 s = "Intel 82443BX host to PCI bridge (AGP disabled)"; in legacy_pcib_is_host_bridge()
178 s = "Intel 82443MX host to PCI bridge"; in legacy_pcib_is_host_bridge()
181 s = "Intel 82443GX host to PCI bridge"; in legacy_pcib_is_host_bridge()
187 s = "Intel 82443GX host to PCI bridge (AGP disabled)"; in legacy_pcib_is_host_bridge()
190 s = "Intel 82454KX/GX (Orion) host to PCI bridge"; in legacy_pcib_is_host_bridge()
197 * be seen first and isn't really a pci bridge (the in legacy_pcib_is_host_bridge()
202 * Since the MIOC doesn't have a pci bus attached, we in legacy_pcib_is_host_bridge()
235 s = "Intel 82845 Host to PCI bridge"; in legacy_pcib_is_host_bridge()
240 s = "AMD Elan SC520 host to PCI bridge"; in legacy_pcib_is_host_bridge()
249 s = "AMD-751 host to PCI bridge"; in legacy_pcib_is_host_bridge()
252 s = "AMD-761 host to PCI bridge"; in legacy_pcib_is_host_bridge()
266 s = "SiS 5591 host to PCI bridge"; in legacy_pcib_is_host_bridge()
274 s = "VLSI 82C592 Host to PCI bridge"; in legacy_pcib_is_host_bridge()
288 s = "AcerLabs M1541 (Aladdin-V) PCI host bridge"; in legacy_pcib_is_host_bridge()
293 s = "OPTi 82C700 host to PCI bridge"; in legacy_pcib_is_host_bridge()
296 s = "OPTi 82C822 host to PCI Bridge"; in legacy_pcib_is_host_bridge()
301 s = "ServerWorks NB6536 2.0HE host to PCI bridge"; in legacy_pcib_is_host_bridge()
312 s = "ServerWorks host to PCI bridge"; in legacy_pcib_is_host_bridge()
317 s = "ServerWorks NB6635 3.0LE host to PCI bridge"; in legacy_pcib_is_host_bridge()
322 s = "ServerWorks CIOB30 host to PCI bridge"; in legacy_pcib_is_host_bridge()
329 s = "ServerWorks CMIC-HE host to PCI-X bridge"; in legacy_pcib_is_host_bridge()
339 s = "ServerWorks host to PCI bridge(unknown chipset)"; in legacy_pcib_is_host_bridge()
345 s = "Compaq/HP Model 6010 HotPlug PCI Bridge"; in legacy_pcib_is_host_bridge()
356 s = "Host to PCI bridge"; in legacy_pcib_is_host_bridge()
366 s = "Host to PCI bridge"; in legacy_pcib_is_host_bridge()
372 * Scan the first pci bus for host-pci bridges and add pcib instances
390 * Check to see if we haven't already had a PCI bus added in legacy_pcib_identify()
394 if ((pci_devclass = devclass_find("pci")) && in legacy_pcib_identify()
485 * hardware doesn't actually have a host-pci bridge device. in legacy_pcib_identify()
486 * Note that pci_cfgregopen() thinks we have PCI devices.. in legacy_pcib_identify()
517 * Look for a PCI BIOS interrupt routing table as that will be in legacy_pcib_attach()
526 device_add_child(dev, "pci", DEVICE_UNIT_ANY); in legacy_pcib_attach()
563 * Helper routine for x86 Host-PCI bridge driver resource allocation.
569 * laptops that don't have PCI buses behind a PCI bridge, so assuming
573 * this tunable by hw.pci.host_mem_start.
683 * PCI bus interface. This could be used to extract the
685 * ID is available and the PCI BIOS isn't, but for now we just
691 { 0x030ad041 /* PNP0A03 */, "PCI Bus" },
724 * Provide a PCI-PCI bridge driver for PCI buses behind PCI-PCI bridges
741 DRIVER_MODULE(pcibios_pcib, pci, pcibios_pcib_driver, 0, 0);
757 device_set_desc(dev, "PCIBIOS PCI-PCI bridge"); in pcibios_pcib_probe()