aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan McDowell <noodles@earth.li>2005-08-08 08:14:34 +0000
committerJonathan McDowell <noodles@earth.li>2005-08-08 08:14:34 +0000
commit885b267594480bed52adc083c9136eb3a23eb6b2 (patch)
treeaac1388e9878218984ecddbd9f9af4e826513d3f
parent53365f511d6c892d4f1e3d478b2188356f9c42b5 (diff)
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
-rw-r--r--src/mainboard/via/epia-m/Config.lb24
1 files 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