From fc6de6907825336f61b93185976d52aef23d46f4 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 11 Jul 2009 22:00:37 +0000 Subject: Fix MS-6178 boot by setting unused device (CIR) to 'off' (trivial). Tested on hardware, works fine. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4423 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/msi/ms6178/Config.lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/msi') diff --git a/src/mainboard/msi/ms6178/Config.lb b/src/mainboard/msi/ms6178/Config.lb index 6c67a48065..8ca226dd47 100644 --- a/src/mainboard/msi/ms6178/Config.lb +++ b/src/mainboard/msi/ms6178/Config.lb @@ -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 -- cgit v1.2.3