From db7f47cbbffb532deacb2be4fbfa15f6f3a4ef55 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Thu, 8 Jan 2004 21:15:49 +0000 Subject: Change PCI_BRIDGE_CONTROL to PCI_BRIDGE_CTL_VGA git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1324 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/devices/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices') diff --git a/src/devices/device.c b/src/devices/device.c index c6dd5fc4ad..4f1cbb2c5d 100644 --- a/src/devices/device.c +++ b/src/devices/device.c @@ -382,7 +382,7 @@ static void allocate_vga_resource(void) } /* Now walk up the bridges setting the VGA enable */ while(bus) { - bus->bridge_ctrl |= PCI_BRIDGE_CONTROL; + bus->bridge_ctrl |= PCI_BRIDGE_CTL_VGA; bus = (bus == bus->dev->bus)? 0 : bus->dev->bus; } } -- cgit v1.2.3