summaryrefslogtreecommitdiffstats
path: root/it87spi.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2014-05-03 21:33:01 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2014-05-03 21:33:01 +0000
commit20d8fbeebd7feea2ad297f5b579deef4e4070077 (patch)
tree830a7bc9e2b33e1e56809979affa14d6ca0915bd /it87spi.c
parent659b447c4a60f26e0cd0f100c64041819e3fbc22 (diff)
downloadflashrom-20d8fbeebd7feea2ad297f5b579deef4e4070077.zip
flashrom-20d8fbeebd7feea2ad297f5b579deef4e4070077.tar.gz
Add a bunch of new/tested stuff and various small changes 20
Tested mainboards: OK: - abit BX6 2.0 Reported by Stefan Tauner - Acer EM61SM/EM61PM (used in Acer Aspire T180) Reported by Benjamin Bellec - ADLINK Express-HR Reported by Obermair Thomas - ASUS M3N-H/HDMI Reported by Franc Serres - Attro G5G100-P Reported by Christoph Grenz - ASRock 960GM-GS3 FX Reported by Fuley Istvan - Elitegroup P6BAP-A+ (V2.2) Reported by Arnaldo Pirrone - Elitegroup GeForce7050M-M (V2.0) Reported by Leif Middelschulte - Fujitsu D3041-A1 (used in ESPRIMO P2560) Reported by Daggi Duck - GIGABYTE GA-8S648 Reported by TeslaBIOS - GIGABYTE GA-970A-D3P (rev. 1.0) Reported by Jean-Francois Pirus - GIGABYTE GA-B85M-D3H Binary file (standard input) matches Corresponding to flashrom svn r1783.
Diffstat (limited to 'it87spi.c')
-rw-r--r--it87spi.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/it87spi.c b/it87spi.c
index be7f234..06bf8db 100644
--- a/it87spi.c
+++ b/it87spi.c
@@ -264,9 +264,8 @@ int init_superio_ite(void)
ret |= it87spi_probe(superios[i].port);
break;
default:
- msg_pdbg("Super I/O ID 0x%04hx is not on the list of "
- "flash capable controllers.\n",
- superios[i].model);
+ msg_pdbg2("Super I/O ID 0x%04hx is not on the list of flash-capable controllers.\n",
+ superios[i].model);
}
}
return ret;
OpenPOWER on IntegriCloud