superiotool: Cosmetics and coding style fixes.
[coreboot.git] / util / superiotool / smsc.c
index ae7397f67678445d3dc643d54c1ea12dcaa4f3c1..820be0871f9b843007c67d7b7a4f6a5e038cee89 100644 (file)
 
 static const struct superio_registers reg_table[] = {
        /* The following Super I/Os use the 0x20/0x21 ID registers. */
+       {0x02, "FDC37C932", {
+               {NOLDN, NULL,
+                       {0x02,0x03,0x20,0x21,0x22,0x23,0x24,0x2d,0x2e,
+                        0x2f,EOT},
+                       {0x00,0x03,0x02,0x01,0x00,0x00,0x04,NANA,NANA,
+                        0x00,EOT}},
+               {0x0, "Floppy",
+                       {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,
+                        0xf5,EOT},
+                       {0x00,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,
+                        0x00,EOT}},
+               {0x1, "IDE 1",
+                       {0x30,0x60,0x61,0x62,0x63,0x70,EOT},
+                       {0x00,0x01,0xf0,0x03,0xf6,0x0e,EOT}},
+               {0x2, "IDE 2",
+                       {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,EOT},
+                       {0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
+               {0x3, "Parallel port",
+                       {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
+                       {0x00,0x00,0x00,0x00,0x04,0x3c,EOT}},
+               {0x4, "COM1",
+                       {0x30,0x60,0x61,0x70,0xf0,EOT},
+                       {0x00,0x00,0x00,0x00,0x00,EOT}},
+               {0x5, "COM2",
+                       {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
+                       {0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
+               {0x6, "Real-time clock (RTC)",
+                       {0x30,0x70,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,EOT},
+                       {0x00,0x00,0x00,0x00,0x00,NANA,MISC,NANA,NANA,EOT}},
+               {0x7, "Keyboard",
+                       {0x30,0x70,0x72,EOT},
+                       {0x00,0x00,0x00,EOT}},
+               {0x8, "Aux I/O",
+                       {0x30,0x60,0x61,0x62,0x63,0xe0,0xe1,0xe2,0xe3,0xe4,
+                        0xe5,0xe6,0xe7,0xe8,0xe9,0xea,0xeb,0xec,0xed,0xf0,
+                        0xf1,0xf2,0xf3,0xf4,EOT},
+                       {0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,
+                        0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,
+                        0x00,0x00,0x00,MISC,EOT}},
+               {EOT}}},
        {0x03, "FDC37C93xFR", {
                /* FIXME: There's another 0x03 but found on port 0x0d/0x0e! */
                {EOT}}},
        {0x0a, "FDC37N971", {
                {NOLDN, NULL,
-                       {0x02,0x07,0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,
-                        0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
-                       {0x00,0x00,0x0a,0x00,0x00,0x00,0x04,0x04,NANA,NANA,
-                        0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
+                       {0x02,0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,
+                        0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
+                       {0x00,0x0a,0x00,0x00,0x00,0x04,0x04,NANA,NANA,0x00,
+                        0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
                {0x0, "Floppy",
                        {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf3,0xf4,
                         0xf5,EOT},
                        {0x00,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,RSVD,0x00,
                         0x00,EOT}},
-               {0x1, "Power Management (PM1)",
+               {0x1, "Power management (PM1)",
                        {0x30,0x60,0x61,EOT},
                        {0x00,0x00,0x00,EOT}},
                {0x3, "Parallel port",
@@ -63,7 +103,7 @@ static const struct superio_registers reg_table[] = {
                {0x7, "Keyboard",
                        {0x30,0x60,0x61,0x70,0x72,0xf0,EOT},
                        {0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
-               {0x8, "Embedded Controller (EC)",
+               {0x8, "Embedded controller (EC)",
                        {0x30,0x60,0x61,EOT},
                        {0x00,0x00,0x62,EOT}},
                {0x9, "Mailbox",
@@ -72,16 +112,16 @@ static const struct superio_registers reg_table[] = {
                {EOT}}},
        {0x0b, "FDC37N972", {
                {NOLDN, NULL,
-                       {0x02,0x07,0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,
-                        0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
-                       {0x00,0x00,0x0b,0x00,0x00,0x00,0x04,0x04,NANA,NANA,
-                        0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
+                       {0x02,0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,
+                        0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
+                       {0x00,0x0b,0x00,0x00,0x00,0x04,0x04,NANA,NANA,0x00,
+                        0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
                {0x0, "Floppy",
                        {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf3,0xf4,
                         0xf5,EOT},
                        {0x00,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,RSVD,0x00,
                         0x00,EOT}},
-               {0x1, "Power Management (PM1)",
+               {0x1, "Power management (PM1)",
                        {0x30,0x60,0x61,EOT},
                        {0x00,0x00,0x00,EOT}},
                {0x3, "Parallel port",
@@ -101,7 +141,7 @@ static const struct superio_registers reg_table[] = {
                {0x7, "Keyboard",
                        {0x30,0x60,0x61,0x70,0x72,0xf0,EOT},
                        {0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
-               {0x8, "Embedded Controller (EC)",
+               {0x8, "Embedded controller (EC)",
                        {0x30,0x60,0x61,EOT},
                        {0x00,0x00,0x62,EOT}},
                {0x9, "Mailbox",
@@ -109,6 +149,45 @@ static const struct superio_registers reg_table[] = {
                        {0x00,0x00,0x00,EOT}},
                {EOT}}},
        {0x0e, "LPC47N252", {   /* From sensors-detect */
+               {NOLDN, NULL,
+                       {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,
+                        0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
+                       {0x0e,NANA,0x00,0x00,0x04,0x04,NANA,NANA,0x00,
+                        0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
+               {0x0, "Floppy",
+                       {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf3,0xf4,
+                        0xf5,EOT},
+                       {0x00,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,RSVD,0x00,
+                        0x00,EOT}},
+               {0x1, "Power management (PM1)",
+                       {0x30,0x60,0x61,EOT},
+                       {0x00,0x00,0x00,EOT}},
+               {0x3, "Parallel port",
+                       {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,EOT},
+                       {0x00,0x00,0x00,0x00,0x04,0x3c,0x00,EOT}},
+               {0x4, "COM1",
+                       {0x30,0x60,0x61,0x70,0xf0,EOT},
+                       {0x00,0x00,0x00,0x00,0x00,EOT}},
+               {0x5, "COM2 / IRCC",
+                       {0x30,0x60,0x61,0x62,0x63,0x70,0x74,0xf0,0xf1,
+                        0xf2,0xf7,0xf8,EOT},
+                       {0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x02,
+                        0x03,0x00,0x00,EOT}},
+               {0x6, "Real-time clock (RTC)",
+                       {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,EOT},
+                       {0x00,0x00,0x70,0x00,0x74,0x00,0x00,NANA,EOT}},
+               {0x7, "Keyboard",
+                       {0x30,0x60,0x61,0x70,0x72,0xf0,EOT},
+                       {0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
+               {0x8, "Embedded controller (EC)",
+                       {0x30,0x60,0x61,EOT},
+                       {0x00,0x00,0x62,EOT}},
+               {0x9, "Mailbox Interface",
+                       {0x30,0x60,0x61,EOT},
+                       {0x00,0x00,0x00,EOT}},
+               {0xa, "LPC/8051 addressable GPIO (LGPIO)",
+                       {0x30,0x60,0x61,EOT},
+                       {0x00,0x00,0x00,EOT}},
                {EOT}}},
        {0x14, "LPC47M172", {
                {EOT}}},
@@ -151,10 +230,10 @@ static const struct superio_registers reg_table[] = {
                {EOT}}},
        {0x09, "FDC37N958FR", { /* Found in e.g. Dell Latitude CPi A366XT. */
                {NOLDN, NULL,
-                       {0x03,0x07,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,
-                        0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
-                       {0x03,NANA,0x44,0x00,0x00,0x00,0x04,MISC,MISC,0x00,
-                        NANA,NANA,NANA,NANA,NANA,EOT}},
+                       {0x03,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,0x2b,
+                        0x2c,0x2d,0x2e,0x2f,EOT},
+                       {0x03,0x44,0x00,0x00,0x00,0x04,MISC,MISC,0x00,NANA,
+                        NANA,NANA,NANA,NANA,EOT}},
                {0x0, "Floppy",
                        {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,0xf5,
                         EOT},
@@ -196,10 +275,10 @@ static const struct superio_registers reg_table[] = {
                {EOT}}},
        {0x44, "FDC37B78x", {
                {NOLDN, NULL,
-                       {0x03,0x07,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,
-                        0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
-                       {0x03,NANA,0x44,0x00,0x00,0x00,0x04,MISC,MISC,0x00,
-                        NANA,NANA,NANA,NANA,NANA,EOT}},
+                       {0x03,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,0x2b,
+                        0x2c,0x2d,0x2e,0x2f,EOT},
+                       {0x03,0x44,0x00,0x00,0x00,0x04,MISC,MISC,0x00,NANA,
+                        NANA,NANA,NANA,NANA,EOT}},
                {0x0, "Floppy",
                        {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,0xf5,
                         EOT},
@@ -237,14 +316,16 @@ static const struct superio_registers reg_table[] = {
                        {0x30,0x60,0x61,0x70,0xf0,EOT},
                        {0x00,0x00,0x00,NANA,NANA,EOT}},
                {EOT}}},
+       {0x46, "FDC37M602", {   /* Found in Biostar M6TLD. */
+               {EOT}}},
        {0x47, "FDC37M60x", {   /* TODO: Not yet in sensors-detect */
                {EOT}}},
        {0x4c, "FDC37B72x", {
                {NOLDN, NULL,
-                       {0x03,0x07,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,
-                        0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
-                       {0x03,NANA,0x4c,0x00,0x00,0x00,0x04,MISC,MISC,0x00,
-                        NANA,NANA,NANA,NANA,NANA,EOT}},
+                       {0x03,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,0x2b,
+                        0x2c,0x2d,0x2e,0x2f,EOT},
+                       {0x03,0x4c,0x00,0x00,0x00,0x04,MISC,MISC,0x00,NANA,
+                        NANA,NANA,NANA,NANA,EOT}},
                {0x0, "Floppy",
                        {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,0xf5,
                         EOT},
@@ -277,12 +358,14 @@ static const struct superio_registers reg_table[] = {
                        {0x30,0x60,0x61,0x70,0xf0,EOT},
                        {0x00,0x00,0x00,NANA,NANA,EOT}},
                {EOT}}},
+#if 0
+       /* FIXME: FDC37M81x and MEC1308 have conflicting device IDs */
        {0x4d, "FDC37M81x", {
                {NOLDN, NULL,
-                       {0x03,0x07,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x2b,
-                        0x2c,0x2d,0x2e,0x2f,EOT},
-                       {0x03,0x00,0x4d,NANA,0x00,0x00,0x04,MISC,MISC,NANA,
-                        NANA,NANA,NANA,NANA,EOT}},
+                       {0x03,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x2b,0x2c,
+                        0x2d,0x2e,0x2f,EOT},
+                       {0x03,0x4d,NANA,0x00,0x00,0x04,MISC,MISC,NANA,NANA,
+                        NANA,NANA,NANA,EOT}},
                {0x0, "Floppy",
                        {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,
                         0xf5,EOT},
@@ -309,6 +392,34 @@ static const struct superio_registers reg_table[] = {
                         NANA,NANA,NANA,NANA,0x00,0x00,0x00,0x00,RSVD,RSVD,
                         RSVD,RSVD,RSVD,RSVD,EOT}},
                {EOT}}},
+#endif
+       {0x4d, "MEC1308", {
+               {NOLDN, NULL,
+                       {0x02,0x03,0x07,0x17,0x20,0x21,0x22,0x23,0x24,0x25,
+                        0x26,0x27,0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,
+                        EOT},
+                       {0x00,RSVD,0x00,RSVD,0x4d,0x00,0x00,0x00,0x04,0x04,
+                        MISC,MISC,MISC,MISC,MISC,MISC,MISC,MISC,MISC,MISC,
+                        EOT}},
+               {0x1, "PM1",
+                       {0x30,0x60,0x61,EOT},
+                       {0x00,0x00,0x00,EOT}},
+               {0x4, "COM1",
+                       {0x30,0x60,0x61,0x70,EOT},
+                       {0x00,0x00,0x00,0x00,EOT}},
+               {0x7, "KBD",
+                       {0x30,0x70,0x72,0xf0,EOT},
+                       {0x00,0x00,0x00,0x00,EOT}},
+               {0x8, "EC/ACPI",
+                       {0x30,0x60,0x61,EOT},
+                       {0x00,0x00,0x62,EOT}},
+               {0x9, "Mailbox",
+                       {0x30,0x60,0x61,EOT},
+                       {0x00,0x00,0x00,EOT}},
+               {0x10, "CIRV",
+                       {0x30,0x60,0x61,0x70,0xf0,0xf1,0xf3,0xf4,EOT},
+                       {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
+               {EOT}}},
        {0x51, "LPC47B27x", {
                {NOLDN, NULL,
                        {0x03,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,
@@ -347,6 +458,37 @@ static const struct superio_registers reg_table[] = {
        {0x52, "LPC47B37x", {
                {EOT}}},
        {0x54, "LPC47U33x", {
+               {NOLDN, NULL,
+                       {0x03,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x2a,0x2b,
+                        0x2c,0x2d,0x2e,0x2f,EOT},
+                       {RSVD,0x54,NANA,0x00,0x00,0x04,MISC,MISC,NANA,NANA,
+                        NANA,NANA,NANA,NANA,EOT}},
+               {0x0, "Floppy",
+                       {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,0xf5,
+                        EOT},
+                       {0x00,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,0x00,
+                        EOT}},
+               {0x3, "Parallel port",
+                       {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,EOT},
+                       {0x00,0x00,0x00,0x00,0x04,0x3c,0x00,EOT}},
+               {0x4, "COM1",
+                       {0x30,0x60,0x61,0x70,0xf0,EOT},
+                       {0x00,0x00,0x00,0x00,0x00,EOT}},
+               {0x5, "MIDI port (MPU-401)",
+                       {0x30,0x60,0x61,0x70,EOT},
+                       {0x00,0x03,0x30,0x05,EOT}},
+               {0x7, "Keyboard",
+                       {0x30,0x70,0x72,0xf0,EOT},
+                       {0x00,0x00,0x00,0x00,EOT}},
+               {0x9, "Game port",
+                       {0x30,0x60,0x61,EOT},
+                       {0x00,0x00,0x00,EOT}},
+               {0xa, "Runtime registers",
+                       {0x30,0x60,0x61,0xf0,0xf1,EOT},
+                       {0x00,0x00,0x00,NANA,NANA,EOT}},
+               {0xb, "SMBus",
+                       {0x30,0x60,0x61,0x70,EOT},
+                       {0x00,0x00,0x00,0x00,EOT}},
                {EOT}}},
        {0x56, "LPC47B34x", {
                {EOT}}},
@@ -354,10 +496,10 @@ static const struct superio_registers reg_table[] = {
                {EOT}}},
        {0x59, "LPC47M10x/112/13x", {
                {NOLDN, NULL,
-                       {0x03,0x07,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,
-                        0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
-                       {RSVD,0x00,0x59,NANA,0x00,0x00,0x44,MISC,MISC,RSVD,
-                        NANA,NANA,NANA,NANA,NANA,NANA,EOT}},
+                       {0x03,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,0x2a,
+                        0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
+                       {RSVD,0x59,NANA,0x00,0x00,0x44,MISC,MISC,RSVD,NANA,
+                        NANA,NANA,NANA,NANA,NANA,EOT}},
                {0x0, "Floppy",
                        {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,
                         0xf5,EOT},
@@ -380,7 +522,7 @@ static const struct superio_registers reg_table[] = {
                {0x9, "Game port",
                        {0x30,0x60,0x61,EOT},
                        {0x00,0x00,0x00,EOT}},
-               {0xa, "Power Management Events (PME)",
+               {0xa, "Power management events (PME)",
                        {0x30,0x60,0x61,0xf0,0xf1,EOT},
                        {0x00,0x00,0x00,NANA,RSVD,EOT}},
                {0xb, "MPU-401",
@@ -393,10 +535,10 @@ static const struct superio_registers reg_table[] = {
                {EOT}}},
        {0x60, "LPC47M15x/192/997", {
                {NOLDN, NULL,
-                       {0x03,0x07,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,
-                        0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
-                       {RSVD,0x00,0x60,NANA,0x00,0x00,0x44,MISC,MISC,RSVD,
-                        NANA,NANA,NANA,NANA,NANA,NANA,EOT}},
+                       {0x03,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,0x2a,
+                        0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
+                       {RSVD,0x60,NANA,0x00,0x00,0x44,MISC,MISC,RSVD,NANA,
+                        NANA,NANA,NANA,NANA,NANA,EOT}},
                {0x0, "Floppy",
                        {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,0xf5,
                         EOT},
@@ -417,7 +559,7 @@ static const struct superio_registers reg_table[] = {
                {0x9, "Game port",
                        {0x30,0x60,0x61,EOT},
                        {0x00,0x00,0x00,EOT}},
-               {0xa, "Power Management Events (PME)",
+               {0xa, "Power management events (PME)",
                        {0x30,0x60,0x61,0xf0,EOT},
                        {0x00,0x00,0x00,NANA,EOT}},
                {0xb, "MPU-401",
@@ -426,6 +568,8 @@ static const struct superio_registers reg_table[] = {
                {EOT}}},
        {0x62, "LPC47S45x", {
                {EOT}}},
+       {0x67, "EMC2700LPC", {  /* From sensors-detect */
+               {EOT}}},
        {0x6b, "LPC47M292", {   /* From sensors-detect */
                {EOT}}},
        {0x6e, "LPC47B387", {   /* TODO: Not yet in sensors-detect */
@@ -435,16 +579,50 @@ static const struct superio_registers reg_table[] = {
                {EOT}}},
        {0x6f, "LPC47B397", {
                {EOT}}},
-       {0x74, "LPC47M182", {
+       {0x74, "LPC47M182", { /* Only for LD_NUM = 0 */
+               {NOLDN, NULL,
+                       {0x02,0x03,0x20,0x21,0x22,0x23,0x24,0x26,0x27,
+                        0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
+                       {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,
+                        0xf8,EOT},
+                       {0x00,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,
+                        0x24,EOT}},
+               {0x1, "Parallel port",
+                       {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf8,EOT},
+                       {0x00,0x00,0x00,0x00,0x04,0x3c,0x00,0x08,EOT}},
+               {0x2, "COM2",
+                       {0x30,0x60,0x61,0x70,0xf0,0xf1,0xf2,EOT},
+                       {0x00,0x00,0x00,0x00,0x00,0x02,0x03,EOT}},
+               {0x3, "COM1",
+                       {0x30,0x60,0x61,0x70,0xf0,EOT},
+                       {0x00,0x00,0x00,0x00,0x00,EOT}},
+               {0x4, "Power control",
+                       {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
+                       {0x00,0x00,0x00,0x00,NANA,0x00,EOT}},
+               {0x5, "Mouse",
+                       {0x30,0x70,EOT},
+                       {0x00,0x00,EOT}},
+               {0x6, "Keyboard",
+                       {0x30,0x70,0xf0,EOT},
+                       {0x00,0x00,0x00,EOT}},
+               {0x7, "GPIO",
+                       {0x30,0x60,0x61,0x70,0x72,0xf0,EOT},
+                       {0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
+               {0xa, "Runtime registers",
+                       {0x30,0x60,0x61,0x62,0x63,0xf0,0xf1,0xf2,EOT},
+                       {0x00,0x00,0x00,0x00,0x00,NANA,RSVD,0x04,EOT}},
                {EOT}}},
        {0x76, "LPC47M584", {   /* From sensors-detect (no datasheet) */
                {EOT}}},
        {0x77, "A8000", {       /* ASUS A8000, a rebranded DME1737(?) */
                {NOLDN, NULL,
-                       {0x03,0x07,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,
-                        0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
-                       {RSVD,0x00,0x77,NANA,0x00,RSVD,0x44,MISC,MISC,RSVD,
-                        NANA,NANA,NANA,NANA,NANA,NANA,EOT}},
+                       {0x03,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,0x2a,
+                        0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
+                       {RSVD,0x77,NANA,0x00,RSVD,0x44,MISC,MISC,RSVD,NANA,
+                        NANA,NANA,NANA,NANA,NANA,EOT}},
                {0x0, "Floppy",
                        {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,
                         0xf5,EOT},
@@ -468,10 +646,10 @@ static const struct superio_registers reg_table[] = {
                {EOT}}},
        {0x78, "DME1737", {
                {NOLDN, NULL,
-                       {0x03,0x07,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,
-                        0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
-                       {RSVD,0x00,0x77,NANA,0x00,RSVD,0x44,MISC,MISC,RSVD,
-                        NANA,NANA,NANA,NANA,NANA,NANA,EOT}},
+                       {0x03,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,0x2a,
+                        0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
+                       {RSVD,0x77,NANA,0x00,RSVD,0x44,MISC,MISC,RSVD,NANA,
+                        NANA,NANA,NANA,NANA,NANA,EOT}},
                {0x0, "Floppy",
                        {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,
                         0xf5,EOT},
@@ -495,10 +673,8 @@ static const struct superio_registers reg_table[] = {
                {EOT}}},
        {0x79, "SCH5504", {     /* From sensors-detect (no datasheet) */
                {EOT}}},
-#if 0
-       {0x7a, "Unknown", {     /* Found in Toshiba Satellite A80-117. */
+       {0x7a, "LPC47N217", {   /* Found in Toshiba Satellite A80-117. */
                {EOT}}},
-#endif
        {0x7c, "SCH3112", {
                {EOT}}},
        {0x7d, "SCH3114", {
@@ -507,10 +683,18 @@ static const struct superio_registers reg_table[] = {
                {EOT}}},
        {0x81, "SCH5307", {
                {EOT}}},
+       {0x83, "SCH5514D", {    /* From sensors-detect */
+               {EOT}}},
        {0x85, "SCH5317", {     /* From sensors-detect */
+               /* The SCH5317 can have either 0x85 or 0x8c as device ID. */
+               {EOT}}},
+       {0x86, "SCH5127", {     /* From sensors-detect */
                {EOT}}},
        {0x89, "SCH5027", {     /* From sensors-detect (no public datasheet) */
                {EOT}}},
+       {0x8c, "SCH5317", {     /* From sensors-detect */
+               /* The SCH5317 can have either 0x85 or 0x8c as device ID. */
+               {EOT}}},
        {0x90, "SCH4307", {     /* From sensors-detect */
                {EOT}}},
 
@@ -562,7 +746,7 @@ static const struct superio_registers reg_table[] = {
        {0x5b, "SIO10N268", {
                /* Init: 0x55. Exit: 0xaa. Ports: 0x2e/0x4e. */
                {NOLDN, NULL,
-                       {0x00,0x01,0x03,0x04,0x04,0x05,0x06,0x07,0x08,0x09,
+                       {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,
                         0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,0x10,0x11,0x12,0x13,
                         0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x1b,0x1c,0x1d,
                         0x1e,0x1f,0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,
@@ -598,19 +782,20 @@ static void enter_conf_mode_smsc(uint16_t port)
         * in the assumption that the extra 0x55 won't hurt the other
         * Super I/Os. This is verified to be true on (at least) the FDC37N769.
         */
-       outb(0x55, port);
-       outb(0x55, port);
+       OUTB(0x55, port);
+       OUTB(0x55, port);
 }
 
 static void exit_conf_mode_smsc(uint16_t port)
 {
-       outb(0xaa, port);
+       OUTB(0xaa, port);
 }
 
 static void probe_idregs_smsc_helper(uint16_t port, uint8_t idreg,
                                     uint8_t revreg)
 {
        uint8_t id, rev;
+       uint16_t runtime_base;
        const char *info = (idreg == 0x20) ? "(idregs=0x20/0x21) "
                                           : "(idregs=0x0d/0x0e) ";
 
@@ -633,7 +818,22 @@ static void probe_idregs_smsc_helper(uint16_t port, uint8_t idreg,
               id, rev, port);
        chip_found = 1;
 
-       dump_superio((id == 0x77 ? "ASUS" : "SMSC"), reg_table, port, id);
+       dump_superio((id == 0x77 ? "ASUS" : "SMSC"), reg_table, port, id,
+                    LDN_SEL);
+
+       if (extra_dump) {
+               switch (id) {
+               case 0x5a: /* LPC47N227 */
+                       runtime_base = regval(port, 0x30) << 4;
+                       if (runtime_base)
+                               dump_io(runtime_base, 16);
+                       else
+                               printf("Runtime Register Block not mapped on this Super I/O.\n");
+                       break;
+               default:
+                       printf("No extra registers known for this chip.\n");
+               }
+       }
 
        exit_conf_mode_smsc(port);
 }
@@ -647,4 +847,5 @@ void probe_idregs_smsc(uint16_t port)
 void print_smsc_chips(void)
 {
        print_vendor_chips("SMSC", reg_table);
+       printf("SMSC LPC47N227 runtime register block\n\n");
 }