Add new --list-supported switch for printing the list of Super I/Os

supported by superiotool (closes #91).

Signed-off-by: Robinson P. Tryon <bishop.robinson@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3050 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Robinson P. Tryon
2008-01-15 22:30:55 +00:00
committed by Uwe Hermann
parent 6211ae13c3
commit 552cfb7b74
9 changed files with 108 additions and 4 deletions

View File

@ -546,3 +546,8 @@ void probe_idregs_smsc(uint16_t port)
probe_idregs_smsc_helper(port, DEVICE_ID_REG, DEVICE_REV_REG);
probe_idregs_smsc_helper(port, DEVICE_ID_REG_OLD, DEVICE_REV_REG_OLD);
}
void print_smsc_chips(void)
{
print_vendor_chips("SMSC", reg_table);
}