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) 2006 Ronald Minnich <rminnich@gmail.com>
|
||||
*
|
||||
@@ -65,7 +65,7 @@ void probe_idregs_simple(uint16_t port)
|
||||
|
||||
outb(0x20, port);
|
||||
if (inb(port) != 0x20) {
|
||||
no_superio_found(port);
|
||||
no_superio_found("NSC", "", port);
|
||||
/* TODO: Exit config mode? */
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user