diff options
author | Jonathan McDowell <noodles@earth.li> | 2005-08-08 08:16:23 +0000 |
---|---|---|
committer | Jonathan McDowell <noodles@earth.li> | 2005-08-08 08:16:23 +0000 |
commit | dc2454eb944c2ea9201bd650d7bc9942d4653a6c (patch) | |
tree | 43be72a4df1429321c87e3c65c372e8ab1d45347 /src/mainboard | |
parent | 1950783e00ab866ea2c8d2eba7527cab7ec57747 (diff) | |
download | coreboot-dc2454eb944c2ea9201bd650d7bc9942d4653a6c.tar.xz |
Clean up vt1211 SuperIO support and make the EPIA-M config use it.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2003 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/via/epia-m/Config.lb | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/src/mainboard/via/epia-m/Config.lb b/src/mainboard/via/epia-m/Config.lb index ed17589ae0..decbd0e3b1 100644 --- a/src/mainboard/via/epia-m/Config.lb +++ b/src/mainboard/via/epia-m/Config.lb @@ -145,6 +145,30 @@ chip northbridge/via/vt8623 device pci 10.3 on end # USB 2 device pci 11.0 on # Southbridge + chip superio/via/vt1211 + device pnp 2e.0 on # Floppy + io 0x60 = 0x3f0 + irq 0x70 = 6 + drq 0x74 = 2 + end + device pnp 2e.1 off # Parallel Port + io 0x60 = 0x378 + irq 0x70 = 7 + drq 0x74 = 3 + end + device pnp 2e.2 on # COM1 + io 0x60 = 0x3f8 + irq 0x70 = 4 + end + device pnp 2e.3 on # COM2 + io 0x60 = 0x2f8 + irq 0x70 = 3 + end + device pnp 2e.b on # HWM + io 0x60 = 0xec00 + end + + end end device pci 11.1 on end # IDE @@ -153,12 +177,6 @@ chip northbridge/via/vt8623 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" - register "enable_hwmon" = "1" - register "enable_lpt" = "1" - register "enable_fdc" = "1" - end # This is on the EPIA MII, not the M. # chip southbridge/ricoh/rl5c476 # end |