Author: uwe Date: 2007-06-03 23:57:55 +0200 (Sun, 03 Jun 2007) New Revision: 2709
Modified: trunk/LinuxBIOSv2/src/mainboard/tyan/s1846/Config.lb Log: 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
Modified: trunk/LinuxBIOSv2/src/mainboard/tyan/s1846/Config.lb =================================================================== --- trunk/LinuxBIOSv2/src/mainboard/tyan/s1846/Config.lb 2007-06-03 20:39:47 UTC (rev 2708) +++ trunk/LinuxBIOSv2/src/mainboard/tyan/s1846/Config.lb 2007-06-03 21:57:55 UTC (rev 2709) @@ -132,11 +132,11 @@ 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 @@ 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