freebsd-dev/sys/i386/pci
Peter Wemm 4d8ea19f7c Catch a few more bogosities in certain chipsets before they mess us up.
Some have dual host->PCI bridges for the same logical pci bus (!), eg:
some of the RCC chipsets.  This is a 32/64 bit 33/66MHz and dual pci
voltage motherboard so persumably there are electical or signalling
differences but they are otherwise the same logical bus.
The new PCI probe code however was getting somewhat upset about it and
ended up creating two pci bridges to the same logical bus, which caused
devices on that logical bus to appear and be probed twice.

The ACPI data on this box correctly identifies this stuff, so bring on
ACPI! :-)
2000-09-05 00:53:34 +00:00
..
pci_bus.c Catch a few more bogosities in certain chipsets before they mess us up. 2000-09-05 00:53:34 +00:00
pci_cfgreg.c Catch a few more bogosities in certain chipsets before they mess us up. 2000-09-05 00:53:34 +00:00
pci_pir.c Catch a few more bogosities in certain chipsets before they mess us up. 2000-09-05 00:53:34 +00:00