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
This commit is contained in:
parent
4ce039feee
commit
6e96adbbab
|
@ -132,11 +132,11 @@ chip northbridge/intel/i440bx # Northbridge
|
||||||
chip southbridge/intel/i82371eb # Southbridge
|
chip southbridge/intel/i82371eb # Southbridge
|
||||||
device pci 7.0 on # ISA bridge
|
device pci 7.0 on # ISA bridge
|
||||||
chip superio/nsc/pc87309 # Super I/O
|
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 0x60 = 0x60
|
||||||
io 0x62 = 0x64
|
io 0x62 = 0x64
|
||||||
irq 0x70 = 1
|
irq 0x70 = 1
|
||||||
irq 0x72 = 12
|
# irq 0x72 = 12
|
||||||
end
|
end
|
||||||
device pnp 2e.b on # Com1
|
device pnp 2e.b on # Com1
|
||||||
io 0x60 = 0x3f8
|
io 0x60 = 0x3f8
|
||||||
|
@ -150,11 +150,14 @@ chip northbridge/intel/i440bx # Northbridge
|
||||||
io 0x60 = 0x378
|
io 0x60 = 0x378
|
||||||
irq 0x70 = 7
|
irq 0x70 = 7
|
||||||
end
|
end
|
||||||
device pnp 2e.f on # Floppy
|
device pnp 2e.e on # Floppy
|
||||||
io 0x60 = 0x3f0
|
io 0x60 = 0x3f0
|
||||||
irq 0x70 = 6
|
irq 0x70 = 6
|
||||||
drq 0x74 = 2
|
drq 0x74 = 2
|
||||||
end
|
end
|
||||||
|
device pnp 2e.f on # PS/2 mouse
|
||||||
|
irq 0x70 = 12
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device pci 7.1 on end # IDE
|
device pci 7.1 on end # IDE
|
||||||
|
|
Loading…
Reference in New Issue