From bd61a819496200c135d02ed999b229fdd11f6832 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Mon, 30 Aug 2010 21:52:38 +0000 Subject: [PATCH] Make yabel work for non-zero bus numbers. The link_num is not the bus number. Signed-off-by: Myles Watson Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5757 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/devices/oprom/yabel/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/oprom/yabel/device.c b/src/devices/oprom/yabel/device.c index 7fdc438bb..b48f1d6de 100644 --- a/src/devices/oprom/yabel/device.c +++ b/src/devices/oprom/yabel/device.c @@ -45,7 +45,7 @@ biosemu_dev_get_addr_info(void) { int taa_index = 0; struct resource *r; - u8 bus = bios_device.dev->bus->link_num; + u8 bus = bios_device.dev->bus->secondary; u16 devfn = bios_device.dev->path.pci.devfn; bios_device.bus = bus; -- 2.25.1