[LinuxBIOS] r2999 - trunk/util/superiotool

svn at openbios.org svn at openbios.org
Fri Dec 7 22:55:13 CET 2007


Author: uwe
Date: 2007-12-07 22:55:12 +0100 (Fri, 07 Dec 2007)
New Revision: 2999

Modified:
   trunk/util/superiotool/nsc.c
Log:
Fix typo. According to National's datasheet PC87317 has SID = 0xd0 and
PC97317 has SID = 0xdf. PC87371/PC97371 do not seem to exist.

Signed-off-by: Ulf Jordan <jordan at chalmers.se>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/util/superiotool/nsc.c
===================================================================
--- trunk/util/superiotool/nsc.c	2007-12-05 19:26:55 UTC (rev 2998)
+++ trunk/util/superiotool/nsc.c	2007-12-07 21:55:12 UTC (rev 2999)
@@ -25,9 +25,9 @@
 #define CHIP_REV_REG	0x27	/* Super I/O revision ID (SRID) */
 
 static const struct superio_registers reg_table[] = {
-	{0xd0, "PC87371", {	/* From sensors-detect */
+	{0xd0, "PC87317", {
 		{EOT}}},
-	{0xdf, "PC97371", {	/* From sensors-detect */
+	{0xdf, "PC97317", {
 		{EOT}}},
 	{0xe1, "PC87360", {
 		{NOLDN, NULL,





More information about the coreboot mailing list