From 25df0c586ab6f57ebfad454a4b3c8388eda2ca69 Mon Sep 17 00:00:00 2001 From: Ulf Jordan Date: Fri, 7 Dec 2007 21:55:12 +0000 Subject: [PATCH] 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 Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2999 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/nsc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/superiotool/nsc.c b/util/superiotool/nsc.c index 7929db514..7f867688a 100644 --- a/util/superiotool/nsc.c +++ b/util/superiotool/nsc.c @@ -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, -- 2.25.1