Make yabel work for non-zero bus numbers. The link_num is not the bus number.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5757 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
704b59662d
commit
bd61a81949
|
@ -45,7 +45,7 @@ biosemu_dev_get_addr_info(void)
|
||||||
{
|
{
|
||||||
int taa_index = 0;
|
int taa_index = 0;
|
||||||
struct resource *r;
|
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;
|
u16 devfn = bios_device.dev->path.pci.devfn;
|
||||||
|
|
||||||
bios_device.bus = bus;
|
bios_device.bus = bus;
|
||||||
|
|
Loading…
Reference in New Issue