AMD fam10: Drop PCI_BUS_SEGN_BITS
All boards in tree use 0. Looks like this is all work that was never completed and tested. We also have static setting sysconf.segbit=0 which would conflict with PCI_BUS_SEGN_BITS>0. Having PCI_BUS_SEGN_BITS>0 would also require PCI MMCONF support to cover over 255 buses. Change-Id: I060efc44d1560541473b01690c2e8192863c1eb5 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/8554 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
@@ -1090,12 +1090,7 @@ unsigned int pci_scan_bus(struct bus *bus, unsigned min_devfn,
|
||||
struct device *old_devices;
|
||||
struct device *child;
|
||||
|
||||
#if CONFIG_PCI_BUS_SEGN_BITS
|
||||
printk(BIOS_DEBUG, "PCI: pci_scan_bus for bus %04x:%02x\n",
|
||||
bus->secondary >> 8, bus->secondary & 0xff);
|
||||
#else
|
||||
printk(BIOS_DEBUG, "PCI: pci_scan_bus for bus %02x\n", bus->secondary);
|
||||
#endif
|
||||
|
||||
/* Maximum sane devfn is 0xFF. */
|
||||
if (max_devfn > 0xff) {
|
||||
|
Reference in New Issue
Block a user