From 552cfb7b74cc0f39aee0c6babecdb045c81073e7 Mon Sep 17 00:00:00 2001 From: "Robinson P. Tryon" Date: Tue, 15 Jan 2008 22:30:55 +0000 Subject: Add new --list-supported switch for printing the list of Super I/Os supported by superiotool (closes #91). Signed-off-by: Robinson P. Tryon Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3050 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/smsc.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'util/superiotool/smsc.c') diff --git a/util/superiotool/smsc.c b/util/superiotool/smsc.c index b86507875e..69cf9df111 100644 --- a/util/superiotool/smsc.c +++ b/util/superiotool/smsc.c @@ -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); +} -- cgit v1.2.3