[coreboot] r3319 - trunk/util/superiotool

svn at coreboot.org svn at coreboot.org
Thu May 15 00:56:47 CEST 2008


Author: uwe
Date: 2008-05-15 00:56:47 +0200 (Thu, 15 May 2008)
New Revision: 3319

Modified:
   trunk/util/superiotool/superiotool.h
Log:
Some NSC Super I/Os can have their config port at 0x15c (trivial).

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



Modified: trunk/util/superiotool/superiotool.h
===================================================================
--- trunk/util/superiotool/superiotool.h	2008-05-14 21:20:55 UTC (rev 3318)
+++ trunk/util/superiotool/superiotool.h	2008-05-14 22:56:47 UTC (rev 3319)
@@ -119,7 +119,7 @@
 	{probe_idregs_ali,	{0x3f0, 0x370, EOT}},
 	{probe_idregs_fintek,	{0x2e, 0x4e, EOT}},
 	{probe_idregs_ite,	{0x2e, 0x4e, EOT}},
-	{probe_idregs_nsc,	{0x2e, 0x4e, EOT}},
+	{probe_idregs_nsc,	{0x2e, 0x4e, 0x15c, EOT}},
 	{probe_idregs_smsc,	{0x2e, 0x4e, 0x162e, 0x164e, 0x3f0, 0x370, EOT}},
 	{probe_idregs_winbond,	{0x2e, 0x4e, 0x3f0, 0x370, 0x250, EOT}},
 };





More information about the coreboot mailing list