diff options
Diffstat (limited to 'src/mainboard/dell/s1850/Config.lb')
-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 |