Author: uwe
Date: 2009-06-26 17:53:07 +0200 (Fri, 26 Jun 2009)
New Revision: 4374

Modified:
   trunk/util/superiotool/smsc.c
Log:
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 <[email protected]>
Acked-by: Uwe Hermann <[email protected]>



Modified: trunk/util/superiotool/smsc.c
===================================================================
--- trunk/util/superiotool/smsc.c       2009-06-26 15:25:04 UTC (rev 4373)
+++ trunk/util/superiotool/smsc.c       2009-06-26 15:53:07 UTC (rev 4374)
@@ -470,9 +470,9 @@
                {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,


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to