Some NSC Super I/Os can have their config port at 0x15c (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@3319 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
9a6b6b51df
commit
c7d29013db
|
@ -119,7 +119,7 @@ static const struct {
|
|||
{probe_idregs_ali, {0x3f0, 0x370, EOT}},
|
||||
{probe_idregs_fintek, {0x2e, 0x4e, EOT}},
|
||||
{probe_idregs_ite, {0x2e, 0x4e, EOT}},
|
||||
{probe_idregs_nsc, {0x2e, 0x4e, EOT}},
|
||||
{probe_idregs_nsc, {0x2e, 0x4e, 0x15c, EOT}},
|
||||
{probe_idregs_smsc, {0x2e, 0x4e, 0x162e, 0x164e, 0x3f0, 0x370, EOT}},
|
||||
{probe_idregs_winbond, {0x2e, 0x4e, 0x3f0, 0x370, 0x250, EOT}},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue