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/mainboard/via/epia/Config.lb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/via/epia') diff --git a/src/mainboard/via/epia/Config.lb b/src/mainboard/via/epia/Config.lb index 96c543a1ec..e6bc9957b3 100644 --- a/src/mainboard/via/epia/Config.lb +++ b/src/mainboard/via/epia/Config.lb @@ -127,12 +127,12 @@ config chip.h chip northbridge/via/vt8601 device pci_domain 0 on device pci 0.0 on end # Northbridge - device pci 0.1 on # AGP bridge +# device pci 0.1 on # AGP bridge # chip drivers/pci/onboard # Integrated VGA # device pci 0.0 on end # register "rom_adress" = "0xfff80000" # end - end +# end chip southbridge/via/vt8231 register "enable_native_ide" = "0" register "enable_com_ports" = "1" @@ -162,7 +162,7 @@ chip northbridge/via/vt8601 irq 0x70 = 1 irq 0x72 = 12 end - register "com1" = "{1}" + register "com1" = "{TTYS0_BAUD}" end device pnp 2e.6 off end # CIR device pnp 2e.7 off end # GAME_MIDI_GIPO1 -- cgit v1.2.3