[LinuxBIOS] r2842 - trunk/util/superiotool

svn at openbios.org svn at openbios.org
Mon Oct 8 03:59:47 CEST 2007


Author: uwe
Date: 2007-10-08 03:59:46 +0200 (Mon, 08 Oct 2007)
New Revision: 2842

Modified:
   trunk/util/superiotool/smsc.c
Log:
Fixup a register dump attached to the wrong Super I/O. Seems something
went wrong in one of the recent commits.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/util/superiotool/smsc.c
===================================================================
--- trunk/util/superiotool/smsc.c	2007-10-08 01:11:11 UTC (rev 2841)
+++ trunk/util/superiotool/smsc.c	2007-10-08 01:59:46 UTC (rev 2842)
@@ -32,7 +32,7 @@
 		{EOT}}},
 	{0x14, "LPC47M172", {
 		{EOT}}},
-	{0x40, "FDC37C672/FDC37C67x", {	/* Chiprev: 0x01 */
+	{0x40, "FDC37C67x", {	/* E.g. FDC37C672. Chiprev: 0x01 */
 		{EOT}}},
 	{0x42, "FDC37B80x/FDC37M707", {
 		{EOT}}},
@@ -154,6 +154,14 @@
 	{0x51, "LPC47B27x", {
 		{EOT}}},
 	{0x52, "LPC47B37x", {
+		{EOT}}},
+	{0x54, "LPC47U33x", {
+		{EOT}}},
+	{0x56, "LPC47B34x", {
+		{EOT}}},
+	{0x57, "LPC47S42x", {
+		{EOT}}},
+	{0x59, "LPC47M10x/112/13x", {
 		{NOLDN, NULL,
 			{0x03,0x07,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,
 			 0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
@@ -188,14 +196,6 @@
 			{0x30,0x60,0x61,0x70,EOT},
 			{0x00,0x03,0x30,0x05,EOT}},
 		{EOT}}},
-	{0x54, "LPC47U33x", {
-		{EOT}}},
-	{0x56, "LPC47B34x", {
-		{EOT}}},
-	{0x57, "LPC47S42x", {
-		{EOT}}},
-	{0x59, "LPC47M10x/112/13x", {
-		{EOT}}},
 	{0x5d, "LPC47B357", {	/* From sensors-detect (no datasheet) */
 		{EOT}}},
 	{0x5f, "LPC47M14x", {





More information about the coreboot mailing list