Fix MS-6178 boot by setting unused device (CIR) to 'off' (trivial).
Tested on hardware, works fine. 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@4423 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
e42e142d9f
commit
fc6de69078
|
@ -112,7 +112,7 @@ chip northbridge/intel/i82810 # Northbridge
|
|||
irq 0x70 = 1 # Keyboard interrupt
|
||||
irq 0x72 = 12 # Mouse interrupt
|
||||
end
|
||||
device pnp 2e.6 on end # Consumer IR (TODO)
|
||||
device pnp 2e.6 off end # Consumer IR (TODO)
|
||||
device pnp 2e.7 on # Game port / MIDI / GPIO 1
|
||||
io 0x60 = 0x201
|
||||
io 0x62 = 0x330
|
||||
|
|
Loading…
Reference in New Issue