Drop global register 0x07 for all Super I/Os (trivial).
This is useless, as it changes with each access; it doesn't convey any useful information at all. 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@3658 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -34,10 +34,10 @@ static const struct superio_registers reg_table[] = {
|
||||
{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},
|
||||
@@ -72,10 +72,10 @@ 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},
|
||||
@@ -151,10 +151,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 +196,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},
|
||||
@@ -241,10 +241,10 @@ static const struct superio_registers reg_table[] = {
|
||||
{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},
|
||||
@@ -279,10 +279,10 @@ static const struct superio_registers reg_table[] = {
|
||||
{EOT}}},
|
||||
{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},
|
||||
@@ -354,10 +354,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},
|
||||
@@ -393,10 +393,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},
|
||||
@@ -443,10 +443,10 @@ static const struct superio_registers reg_table[] = {
|
||||
{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},
|
||||
@@ -470,10 +470,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},
|
||||
|
Reference in New Issue
Block a user