From afe83092020d37d1b8629b3b92f9179e925e72fe Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 28 Sep 2007 15:45:43 +0000 Subject: Random minor fixes. Use svn revision as superiotool version number. Make the -V output more informative. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2814 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/smsc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/superiotool/smsc.c') diff --git a/util/superiotool/smsc.c b/util/superiotool/smsc.c index 64995c2a6c..a6f2749710 100644 --- a/util/superiotool/smsc.c +++ b/util/superiotool/smsc.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the superiotool project. * * Copyright (C) 2007 Uwe Hermann * @@ -140,7 +140,7 @@ static void probe_idregs_smsc_helper(uint16_t port, uint8_t idreg, rev = regval(port, revreg); if (superio_unknown(reg_table, id)) { - no_superio_found(port); + no_superio_found("SMSC", "", port); exit_conf_mode_smsc(port); return; } -- cgit v1.2.3