[uPATCH] i810-tco watchdog,

pazke@orbita1.ru
Thu, 28 Jun 2001 17:12:58 +0400


--XOIedfhf+7KOe/yw
Content-Type: multipart/mixed; boundary="huq684BweRXVnRxX"

--huq684BweRXVnRxX
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

Hi all,

Intel ICHx have one(?) ugly feature: reboot by TCO timer can be
disabled by the hardware. Current message isn't very informative and
can cause false bugreports, so the attached micropatch.

BTW this hardware braindamage already reported on Sony Vaio pCG-FX140.

Best regards.

P.S. What's wrong with my previous patches including Intel ICH and SCL90E66
PCI quirks ?

--=20
Andrey Panin | Embedded systems software engineer
pazke@orbita1.ru | PGP key: http://www.orbita1.ru/~pazke/AndreyPanin=
.asc
--huq684BweRXVnRxX
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-i810-msg

diff -ur -X dontdiff linux.vanilla/drivers/char/i810-tco.c linux/drivers/char/i810-tco.c
--- linux.vanilla/drivers/char/i810-tco.c Tue Jun 26 10:37:47 2001
+++ linux/drivers/char/i810-tco.c Thu Jun 28 16:51:17 2001
@@ -289,7 +289,7 @@
pci_write_config_byte (i810tco_pci, 0xd4, val1);
pci_read_config_byte (i810tco_pci, 0xd4, &val1);
if (val1 & 0x02) {
- printk (KERN_ERR "i810tco init: failed to reset NO_REBOOT flag\n");
+ printk (KERN_ERR "i810tco init: failed to reset NO_REBOOT flag, reboot disabled by hardware\n");
return 0; /* Cannot reset NO_REBOOT bit */
}
}

--huq684BweRXVnRxX--

--XOIedfhf+7KOe/yw
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7Oy1aBm4rlNOo3YgRAiTwAJ4t5EvV6TgW/v+GpC8eXSPERFAYSwCdHxZD
gRCFk8urxfD3IqgaLLHxyPw=
=No4M
-----END PGP SIGNATURE-----

--XOIedfhf+7KOe/yw--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/