From 264e84adb835ce9bb7eb5d703417ef2a41c0231d Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 18 Jan 2006 17:12:44 +0000 Subject: fix stupid bug with unitialized conf variable disable agp slot in config.lb fix error in setting up com1 == should be TTYS0_BAUD note that the uart8250 struct is a bad design, but so is the uart8250 code. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2161 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/via/vt8231/vt8231_ide.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge') diff --git a/src/southbridge/via/vt8231/vt8231_ide.c b/src/southbridge/via/vt8231/vt8231_ide.c index 70f256990c..9f06176cc5 100644 --- a/src/southbridge/via/vt8231/vt8231_ide.c +++ b/src/southbridge/via/vt8231/vt8231_ide.c @@ -8,7 +8,7 @@ static void ide_init(struct device *dev) { - struct southbridge_via_vt8231_config *conf; + struct southbridge_via_vt8231_config *conf = (struct southbridge_via_vt8231_config *)dev->chip_info; unsigned char enables; if (!conf->enable_native_ide) { -- cgit v1.2.3