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
This commit is contained in:
parent
556e6fb2e3
commit
db52fb8024
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue