From db52fb802471e5bde26a338ec1afbf8164da87f9 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 26 Jun 2009 15:53:07 +0000 Subject: Don't dump 0x07 registers, they're useless as they change every time some software wants to do an LDN access (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4374 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/smsc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/superiotool') diff --git a/util/superiotool/smsc.c b/util/superiotool/smsc.c index b952410365..d748a9296e 100644 --- a/util/superiotool/smsc.c +++ b/util/superiotool/smsc.c @@ -470,9 +470,9 @@ static const struct superio_registers reg_table[] = { {EOT}}}, {0x74, "LPC47M182", { /* Only for LD_NUM = 0 */ {NOLDN, NULL, - {0x02,0x03,0x07,0x20,0x21,0x22,0x23,0x24,0x26,0x27, + {0x02,0x03,0x20,0x21,0x22,0x23,0x24,0x26,0x27, 0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT}, - {0x00,RSVD,0x00,0x74,RSVD,0x00,RSVD,0x44,MISC,0x00, + {0x00,RSVD,0x74,RSVD,0x00,RSVD,0x44,MISC,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}}, {0x0, "Floppy", {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4, -- cgit v1.2.3