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/fintek.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/superiotool/fintek.c') diff --git a/util/superiotool/fintek.c b/util/superiotool/fintek.c index 7794481fad..757d01c020 100644 --- a/util/superiotool/fintek.c +++ b/util/superiotool/fintek.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the superiotool project. * * Copyright (C) 2006 coresystems GmbH * Copyright (C) 2007 Uwe Hermann @@ -145,7 +145,7 @@ void probe_idregs_fintek(uint16_t port) vid |= (regval(port, VENDOR_ID_BYTE2_REG) << 8); if (vid != FINTEK_VENDOR_ID || superio_unknown(reg_table, did)) { - no_superio_found(port); + no_superio_found("Fintek", "", port); exit_conf_mode_winbond_fintek_ite_8787(port); return; } -- cgit v1.2.3