diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2006-02-22 22:12:21 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-02-22 22:12:21 +0000 |
commit | 394e7c416bb1e431005fe1cbfd62b4366896c27b (patch) | |
tree | 0ac66a073c61f19dd5e41a871a375bcac7856368 /src/mainboard | |
parent | 7db27ee6483f6b31023030a77fe37bc4c1842ac8 (diff) | |
download | coreboot-394e7c416bb1e431005fe1cbfd62b4366896c27b.tar.xz |
added new superio. added new simple util.
modified dell 1850
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2178 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/dell/s1850/Config.lb | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/src/mainboard/dell/s1850/Config.lb b/src/mainboard/dell/s1850/Config.lb index dff583ce2c..57e6b0a1f7 100644 --- a/src/mainboard/dell/s1850/Config.lb +++ b/src/mainboard/dell/s1850/Config.lb @@ -147,23 +147,19 @@ chip northbridge/intel/E7520 # mch # -> ISA device pci 1f.0 on - chip superio/winbond/w83627hf + chip superio/NSC/pc8734 device pnp 2e.0 off end - device pnp 2e.2 on + device pnp 2e.1 off end + device pnp 2e.2 off end + device pnp 2e.3 on io 0x60 = 0x3f8 irq 0x70 = 4 end - device pnp 2e.3 on - io 0x60 = 0x2f8 - irq 0x70 = 3 - end device pnp 2e.4 off end device pnp 2e.5 off end device pnp 2e.6 off end device pnp 2e.7 off end - device pnp 2e.9 off end - device pnp 2e.a on end - device pnp 2e.b off end + device pnp 2e.8 off end end end # -> IDE @@ -172,8 +168,8 @@ chip northbridge/intel/E7520 # mch device pci 1f.2 on end device pci 1f.3 on end - register "pirq_a_d" = "0x0b070a05" - register "pirq_e_h" = "0x0a808080" + register "pirq_a_d" = "0x8a07030b" + register "pirq_e_h" = "0x85808080" end device pci 00.0 on end device pci 00.1 on end @@ -204,6 +200,6 @@ chip northbridge/intel/E7520 # mch device apic 6 on end end end - register "intrline" = "0x00070105" + register "intrline" = "0x00070100" end |