From c7d29013db37b25e842d5208d0c5664282715055 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 14 May 2008 22:56:47 +0000 Subject: Some NSC Super I/Os can have their config port at 0x15c (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3319 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/superiotool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/superiotool') diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index 6f15aae2c4..23234e9443 100644 --- a/util/superiotool/superiotool.h +++ b/util/superiotool/superiotool.h @@ -119,7 +119,7 @@ static const struct { {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}}, }; -- cgit v1.2.3