Print a short message if no Super I/O chip could be detected (trivial).
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@2835 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -155,6 +155,7 @@ void probe_idregs_fintek(uint16_t port)
|
||||
|
||||
printf("Found Fintek %s (vid=0x%04x, id=0x%04x) at 0x%x\n",
|
||||
get_superio_name(reg_table, did), vid, did, port);
|
||||
chip_found = 1;
|
||||
|
||||
dump_superio("Fintek", reg_table, port, did);
|
||||
dump_readable_fintek(port, did);
|
||||
|
Reference in New Issue
Block a user