On Fri, Aug 31, 2007 at 07:38:25PM +0200, Robert Millan wrote:
> Attaching a diff of my
> changes.

Really attaching it now ;-)

-- 
Robert Millan

<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call, if you are unable to speak?
(as seen on /.)
Index: src/superio/ite/it8712f/it8712f_early_serial.c
===================================================================
--- src/superio/ite/it8712f/it8712f_early_serial.c	(revision 2742)
+++ src/superio/ite/it8712f/it8712f_early_serial.c	(working copy)
@@ -75,6 +75,10 @@
 	/* Clear software suspend mode (clear bit 0). TODO: Needed? */
 	/* it8712f_sio_write(0x00, IT8712F_CONFIG_REG_SWSUSP, 0x00); */
 
+	/* http://www.linuxbios.org/pipermail/linuxbios/2007-August/023999.html */
+	it8712f_sio_write(0x04, 0x70, 0x00);
+	it8712f_sio_write(0x05, 0xf0, 0x68);
+
 	/* (3) Exit the configuration state (MB PnP mode). */
 	it8712f_sio_write(0x00, IT8712F_CONFIG_REG_CC, 0x02);
 }
-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to