summaryrefslogtreecommitdiffstats
path: root/it87spi.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2013-02-22 15:58:45 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2013-02-22 15:58:45 +0000
commit352e50b79e084c8f5f768d7b6f2ba6b6bd2ea8ce (patch)
treea0bc1780c6b7940f9d159d4342fa55563da80044 /it87spi.c
parent77fa67d2df7395047476b77946fa807fc851f737 (diff)
downloadast2050-flashrom-352e50b79e084c8f5f768d7b6f2ba6b6bd2ea8ce.zip
ast2050-flashrom-352e50b79e084c8f5f768d7b6f2ba6b6bd2ea8ce.tar.gz
Add a bunch of new/tested stuff and various small changes 17
Tested Mainboards: OK: - Acer V75-M (used in IBM Aptiva 2170-G) http://www.flashrom.org/pipermail/flashrom/2012-December/010300.html - Acorp 6M810C http://www.flashrom.org/pipermail/flashrom/2013-January/010433.html - ASRock G31M-S rev 2.0 http://www.flashrom.org/pipermail/flashrom/2013-February/010538.html - ASUS F1A75-V PRO http://paste.flashrom.org/view.php?id=1528 - ASUS M5A97 (rev. 1.0) http://www.flashrom.org/pipermail/flashrom/2013-February/010483.html - ASUS P5KPL-AM IN/GB http://www.flashrom.org/pipermail/flashrom/2013-January/010455.html - GABYTE GA-H77M-D3H http://www.flashrom.org/pipermail/flashrom/2013-February/010538.html NOT OK: - GIGABYTE GA-Z77MX-D3H http://paste.flashrom.org/view.php?id=1529 http://paste.flashrom.org/view.php?id=1530 Tested flash chips: - Winbond W25X10 to PREW (+PREW) Reported on IRC(?) - Eon EN25Q32(A/B) to PREW (+REW) http://www.flashrom.org/pipermail/flashrom/2013-February/010533.html - Eon EN25Q64 to PREW (+PREW) http://www.flashrom.org/pipermail/flashrom/2013-January/010466.html Miscellaneous: - Fix superflouos line breaks in wiki mainboard and laptop output. - Use the .nh (no hyphenation) command in the manpage to enforce single-line URLs where useful. - Reference the manpage (besides the Laptops wiki page) in the laptop warning. - Minor output and whitespace fixes. - Add Fidelix IDs. - Add ISSE clones of PMC chips. - Fix typo: EMST -> ESMT. - Add ID of ESMT F25D08QA. - Refine GigaDevice GD25Q series (missing voltages and comments). - Use underscore instead of lower-case x as wildcard in Sharp chip names. Corresponding to flashrom svn r1650. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'it87spi.c')
-rw-r--r--it87spi.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/it87spi.c b/it87spi.c
index a35ddc0..8e4e0ad 100644
--- a/it87spi.c
+++ b/it87spi.c
@@ -87,15 +87,12 @@ void probe_superio_ite(void)
case 0x86:
case 0x87:
/* FIXME: Print revision for all models? */
- msg_pdbg("Found ITE Super I/O, ID 0x%04hx on port "
- "0x%x\n", s.model, s.port);
+ msg_pdbg("Found ITE Super I/O, ID 0x%04hx on port 0x%x\n", s.model, s.port);
register_superio(s);
break;
case 0x85:
- msg_pdbg("Found ITE EC, ID 0x%04hx,"
- "Rev 0x%02x on port 0x%x.\n",
- s.model, sio_read(s.port, CHIP_VER_REG),
- s.port);
+ msg_pdbg("Found ITE EC, ID 0x%04hx, Rev 0x%02x on port 0x%x.\n",
+ s.model, sio_read(s.port, CHIP_VER_REG), s.port);
register_superio(s);
break;
}
OpenPOWER on IntegriCloud