diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-06-03 21:57:55 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-06-03 21:57:55 +0000 |
commit | 6e96adbbabad9fe2bdf310ce75a3b550e55b67f4 (patch) | |
tree | 0fa043e4477bcd7a69662b17458145268020762b | |
parent | 4ce039feee84dac65e50f886e013b01e68995450 (diff) |
Tyan S1846: Minor fixes in static device tree (trivial):
- Linux booted with the proprietary BIOS reports 2e.f as PS/2 mouse
in the output of 'lspnp -v'.
- The floppy on 2e.f was a typo, should have been 2e.e from the beginning.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2709 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/mainboard/tyan/s1846/Config.lb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mainboard/tyan/s1846/Config.lb b/src/mainboard/tyan/s1846/Config.lb index 626a1b81ff..6ef00554d6 100644 --- a/src/mainboard/tyan/s1846/Config.lb +++ b/src/mainboard/tyan/s1846/Config.lb @@ -132,11 +132,11 @@ chip northbridge/intel/i440bx # Northbridge chip southbridge/intel/i82371eb # Southbridge device pci 7.0 on # ISA bridge chip superio/nsc/pc87309 # Super I/O - device pnp 2e.5 on # Keyboard + Mouse + device pnp 2e.5 on # PS/2 keyboard (+ mouse?) io 0x60 = 0x60 io 0x62 = 0x64 irq 0x70 = 1 - irq 0x72 = 12 + # irq 0x72 = 12 end device pnp 2e.b on # Com1 io 0x60 = 0x3f8 @@ -150,11 +150,14 @@ chip northbridge/intel/i440bx # Northbridge io 0x60 = 0x378 irq 0x70 = 7 end - device pnp 2e.f on # Floppy + device pnp 2e.e on # Floppy io 0x60 = 0x3f0 irq 0x70 = 6 drq 0x74 = 2 end + device pnp 2e.f on # PS/2 mouse + irq 0x70 = 12 + end end end device pci 7.1 on end # IDE |