From a470019b7a19e164b5dc93b1d541dc4158edbeda Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 27 Jan 2011 07:39:38 +0000 Subject: Add a new CMOS variable which triggers activation of the LPT port. With the CMOS variable set, LPT is found by SeaBIOS, with the variable reset, it's not. Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6302 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/kontron/986lcd-m/devicetree.cb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mainboard/kontron/986lcd-m/devicetree.cb') diff --git a/src/mainboard/kontron/986lcd-m/devicetree.cb b/src/mainboard/kontron/986lcd-m/devicetree.cb index 8acd4c60ff..b848d40001 100644 --- a/src/mainboard/kontron/986lcd-m/devicetree.cb +++ b/src/mainboard/kontron/986lcd-m/devicetree.cb @@ -52,7 +52,9 @@ chip northbridge/intel/i945 chip superio/winbond/w83627thg device pnp 2e.0 off # Floppy end - device pnp 2e.1 off # Parport + device pnp 2e.1 on # Parallel port + io 0x60 = 0x378 + irq 0x70 = 5 end device pnp 2e.2 on io 0x60 = 0x3f8 -- cgit v1.2.3