From 885b267594480bed52adc083c9136eb3a23eb6b2 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Mon, 8 Aug 2005 08:14:34 +0000 Subject: Fixup the EPIA-M motherboard config to use the new VT8235 setup. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2001 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/via/epia-m/Config.lb | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/src/mainboard/via/epia-m/Config.lb b/src/mainboard/via/epia-m/Config.lb index 1785850a27..ed17589ae0 100644 --- a/src/mainboard/via/epia-m/Config.lb +++ b/src/mainboard/via/epia-m/Config.lb @@ -138,8 +138,20 @@ chip northbridge/via/vt8623 register "enable_com_ports" = "1" register "enable_keyboard" = "0" register "enable_nvram" = "1" - end - chip southbridge/ricoh/rl5c476 + + device pci 10.0 on end # USB 1.1 + device pci 10.1 on end # USB 1.1 + device pci 10.2 on end # USB 1.1 + device pci 10.3 on end # USB 2 + + device pci 11.0 on # Southbridge + end + + device pci 11.1 on end # IDE + # 2-4 non existant? + device pci 11.5 on end # AC97 Audio + device pci 11.6 off end # AC97 Modem + device pci 12.0 on end # Ethernet end chip superio/via/vt1211 register "enable_com_ports" = "1" @@ -147,7 +159,11 @@ chip northbridge/via/vt8623 register "enable_lpt" = "1" register "enable_fdc" = "1" end - chip cpu/via/model_centaur - end +# This is on the EPIA MII, not the M. +# chip southbridge/ricoh/rl5c476 +# end + end + + chip cpu/via/model_centaur end end -- cgit v1.2.3