mptable: Don't describe pci-to-pci bridges.
commit3c3a3fa6522f564873936c75f7dddfbb817d0626
authorKevin O'Connor <kevin@koconnor.net>
Tue, 19 Mar 2013 00:14:21 +0000 (18 20:14 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 19 Mar 2013 00:14:21 +0000 (18 20:14 -0400)
treea2312b8ede15e3a1c3be0d3538052187ecf623ac
parent2d6db556cb219ff1a15b98a18fafad33310e47b0
mptable: Don't describe pci-to-pci bridges.

It should not be necessary to describe PCI-to-PCI bridges in the
mptable.  (The mptable was designed to fit in ROM, so it seems
unlikely that it would be used for bridges that could be dynamically
added.)  Describing only the root bus should make it easier to port
this content into QEMU.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/mptable.c