On Sun, Nov 11, 2007 at 05:15:03PM +0100, Frieder Ferlemann wrote:
> done and appended as dump_8.txt

Thanks, that rules out some of the potential bugs.

I've noticed one problem which may cause this behaviour, I'm not sure if
it's really the reason, though.

Please try attached patch (after a reboot) and post the output. If we're
lucky only one chip should be detected now.

Also, please run the latest sensors-detect (lm-sensors package) on the
box and post the output so we can compare.


Thanks again, Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
Signed-off-by: Uwe Hermann <[EMAIL PROTECTED]>

Index: winbond.c
===================================================================
--- winbond.c	(Revision 2953)
+++ winbond.c	(Arbeitskopie)
@@ -414,7 +414,6 @@
 		if (verbose)
 			printf(NOTFOUND "id/oldid=0x%02x/0x%02x, rev=0x%02x\n",
 			       devid, olddevid, rev);
-		exit_conf_mode_winbond_fintek_ite_8787(port);
 		return;
 	}
 
Index: ite.c
===================================================================
--- ite.c	(Revision 2953)
+++ ite.c	(Arbeitskopie)
@@ -360,7 +360,6 @@
 	if (superio_unknown(reg_table, id)) {
 		if (verbose)
 			printf(NOTFOUND "id=0x%04x, rev=0x%01x\n", id, chipver);
-		exit_conf_mode_ite(port);
 		return;
 	}
 

Attachment: signature.asc
Description: Digital signature

-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to