CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/09/18 14:17:17
Modified files:
sys/arch/amd64/pci: pchb.c
sys/arch/i386/pci: pchb.c
Log message:
For some dark reason there's a bit on the VLINK device of this chipset
that makes the PCIE device show up as a host bridge instead of a
PCI-PCI bridge. As a result any devices sitting behind it won't be
detected. Whack the device into PCI-PCI mode such that we can walk the
PCI bus hierarchy the normal way and detect all devices. Fixes PR 6215.
ok dlg@