diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-06-26 15:53:07 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-06-26 15:53:07 +0000 |
commit | db52fb802471e5bde26a338ec1afbf8164da87f9 (patch) | |
tree | f6e6d0f78096d6385f2f0a30edb529d75e5d646a | |
parent | 556e6fb2e34ac1e6757d0bf0a7ccf7401686ec37 (diff) |
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 <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4374 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | util/superiotool/smsc.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |