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
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user