diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-09-28 15:45:43 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-09-28 15:45:43 +0000 |
commit | afe83092020d37d1b8629b3b92f9179e925e72fe (patch) | |
tree | 417b1e7a9720742ef6ad231f2970e377f491c158 /util/superiotool/ali.c | |
parent | 945045b1ea380f8224bee426cb91b897562df1c8 (diff) |
Random minor fixes. Use svn revision as superiotool version number.
Make the -V output more informative.
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@2814 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/ali.c')
-rw-r--r-- | util/superiotool/ali.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/superiotool/ali.c b/util/superiotool/ali.c index a250088504..99dd00f694 100644 --- a/util/superiotool/ali.c +++ b/util/superiotool/ali.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 <uwe@hermann-uwe.de> * @@ -79,7 +79,7 @@ void probe_idregs_ali(uint16_t port) rev = regval(port, DEVICE_REV_REG); if (superio_unknown(reg_table, id)) { - no_superio_found(port); + no_superio_found("ALi", "", port); exit_conf_mode_ali(port); return; } |