Module Name: src Committed By: dyoung Date: Fri Oct 21 21:35:29 UTC 2011
Modified Files: src/sys/arch/i386/i386: mainbus.c src/sys/dev/pci: pcivar.h ppb.c Log Message: Tell a pci(4) instance its subordinate PCI buses using a new member in the pcibus_attach_args, pba_sub. pciN attaches to pba_bus itself. If pba_bus < pba_sub, then [pba_bus + 1, pba_sub] are subordinate to pba_bus. On i386, make mainbus0 attach pci0 with pba_sub = 255 because all buses 1 and up must be subordinate to pci0. XXX Deal with other architectures. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/arch/i386/i386/mainbus.c cvs rdiff -u -r1.95 -r1.96 src/sys/dev/pci/pcivar.h cvs rdiff -u -r1.46 -r1.47 src/sys/dev/pci/ppb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.