blob: 2774a0bfcaf188cb2613336c8da3b071e4971977 [file] [log] [blame]
Uwe Hermann7e7e9ac2007-09-19 15:52:23 +00001/*
Uwe Hermannafe83092007-09-28 15:45:43 +00002 * This file is part of the superiotool project.
Uwe Hermann7e7e9ac2007-09-19 15:52:23 +00003 *
4 * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
Paul Menzela46a7122013-02-23 18:37:27 +010018 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Uwe Hermann7e7e9ac2007-09-19 15:52:23 +000019 */
20
21#include "superiotool.h"
22
Uwe Hermannc3da3662007-09-26 16:14:16 +000023#define DEVICE_ID_REG_OLD 0x09
24
25#define DEVICE_ID_REG 0x20
26#define DEVICE_REV_REG 0x21
Uwe Hermann7e7e9ac2007-09-19 15:52:23 +000027
28/**
29 * The ID entries must be in 0xYYZ format, where YY is the device ID,
30 * and Z is bits 7..4 of the device revision register. We do not match
Uwe Hermannc3da3662007-09-26 16:14:16 +000031 * bits 3..0 of the device revision here (at least for newer Super I/Os).
32 *
33 * But some of the older versions use both bytes (0x20 and 0x21), where
34 * register 0x21 holds the ID and the full 8 bits of 0x21 hold the revision.
35 *
36 * Some other Super I/Os only use bits 3..0 of 0x09 as ID.
Uwe Hermann7e7e9ac2007-09-19 15:52:23 +000037 */
Uwe Hermann246be7d2007-10-31 22:22:11 +000038static const struct superio_registers reg_table[] = {
Uwe Hermann5debf362007-10-04 18:34:36 +000039 /* ID and rev[3..0] */
40 {0x527, "W83977CTF", { /* TODO: Not yet in sensors-detect */
Uwe Hermannc3da3662007-09-26 16:14:16 +000041 {EOT}}},
Andriy Gaponc880a362008-10-19 21:03:41 +000042 {0x52f, "W83977EF/EG", {
43 {NOLDN, NULL,
44 {0x02,0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x28,0x2a,
45 0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
46 {RSVD,0x52,MISC,0xff,0xfe,MISC,0x00,MISC,0x00,0x00,
47 0x00,0x00,RSVD,RSVD,RSVD,EOT}},
48 /* Some register defaults depend on the value of PNPCSV. */
49 {0x0, "Floppy",
50 {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,
51 0xf5,EOT},
52 {0x01,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,
53 0x00,EOT}},
54 {0x1, "Parallel port",
55 {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
56 {0x01,0x03,0x78,0x07,0x04,0x3f,EOT}},
57 {0x2, "COM1",
58 {0x30,0x60,0x61,0x70,0xf0,EOT},
59 {0x01,0x03,0xf8,0x04,0x00,EOT}},
60 {0x3, "COM2",
61 {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
62 {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
63 {0x5, "Keyboard",
64 {0x30,0x60,0x61,0x62,0x63,0x70,0x72,0xf0,EOT},
65 {0x01,0x00,0x60,0x00,0x64,0x01,0x0c,0x83,EOT}},
66 {0x7, "GPIO 1",
67 {0x30,0x60,0x61,0x62,0x63,0x64,0x65,0x70,0x72,0xe0,
68 0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xf1,EOT},
69 {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
70 0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,EOT}},
71 {0x8, "GPIO 2",
72 {0x30,0x60,0x61,0x70,0x72,0xe8,0xe9,0xea,0xeb,0xec,
73 0xed,0xf0,0xf1,0xf2,0xf3,0xf4,EOT},
74 {0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,
75 0x01,0x00,RSVD,0x00,0x00,0x00,EOT}},
76 {0xa, "ACPI",
77 {0x30,0x70,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
78 0xf0,0xf1,0xf3,0xf4,0xf6,0xf7,0xf9,0xfe,0xff,EOT},
79 {0x00,0x00,0x00,0x00,MISC,MISC,MISC,0x00,0x00,0x00,
80 0x00,0x00,0x00,0x00,0x00,0x00,0x00,RSVD,RSVD,EOT}},
Uwe Hermannc3da3662007-09-26 16:14:16 +000081 {EOT}}},
Uwe Hermann5debf362007-10-04 18:34:36 +000082 {0x595, "W83627SF", { /* TODO: Not yet in sensors-detect */
Uwe Hermannc3da3662007-09-26 16:14:16 +000083 {EOT}}},
84 {0x601, "W83697HF/F/HG", { /* No G version? */
Uwe Hermann2c290e32007-09-20 00:00:49 +000085 {NOLDN, NULL,
Uwe Hermannb0ae9762008-10-14 16:34:38 +000086 {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x28,0x29,
Uwe Hermann2c290e32007-09-20 00:00:49 +000087 0x2a,EOT},
Uwe Hermannb0ae9762008-10-14 16:34:38 +000088 {0x60,NANA,0xff,0x00,0x00,0x00,0x00,0x00,0x00,
Uwe Hermann2c290e32007-09-20 00:00:49 +000089 MISC,EOT}},
90 /* Some register defaults depend on the value of PNPCSV. */
91 {0x0, "Floppy",
92 {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,
93 0xf5,EOT},
94 {0x01,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,
95 0x00,EOT}},
96 {0x1, "Parallel port",
97 {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
98 {0x01,0x03,0x78,0x07,0x04,0x3f,EOT}},
99 {0x2, "COM1",
100 {0x30,0x60,0x61,0x70,0xf0,EOT},
101 {0x01,0x03,0xf8,0x04,0x00,EOT}},
102 {0x3, "COM2",
103 {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
104 {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +0000105 {0x6, "Consumer IR",
Uwe Hermann2c290e32007-09-20 00:00:49 +0000106 {0x30,0x60,0x61,0x70,EOT},
107 {0x00,0x00,0x00,0x00,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +0000108 {0x7, "Game port, GPIO 1",
Uwe Hermann2c290e32007-09-20 00:00:49 +0000109 {0x30,0x60,0x61,0x62,0x63,0xf0,0xf1,0xf2,EOT},
110 {0x00,0x02,0x01,0x00,0x00,0xff,0x00,0x00,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +0000111 {0x8, "MIDI port, GPIO 5",
Uwe Hermann2c290e32007-09-20 00:00:49 +0000112 {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,0xf3,
113 0xf4,0xf5,EOT},
114 {0x00,0x03,0x30,0x00,0x00,0x09,0xff,0x00,0x00,0x00,
115 0x00,0x00,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +0000116 {0x9, "GPIO 2, GPIO 3, GPIO 4",
Uwe Hermann2c290e32007-09-20 00:00:49 +0000117 {0x30,0x60,0x61,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,
118 0xf7,0xf8,0xf5,EOT},
119 {0x00,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,
120 0x00,0x00,0x00,EOT}},
121 {0xa, "ACPI",
122 {0x30,0x70,0xe0,0xe1,0xe2,0xe5,0xe6,0xe7,
123 0xf0,0xf1,0xf3,0xf4,0xf6,0xf7,0xf9,EOT},
124 {0x00,0x00,0x00,0x00,NANA,0x00,0x00,0x00,
125 0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
126 {0xb, "Hardware monitor",
127 {0x30,0x60,0x61,0x70,EOT},
128 {0x00,0x00,0x00,0x00,EOT}},
Uwe Hermann7e7e9ac2007-09-19 15:52:23 +0000129 {EOT}}},
Uwe Hermannc3da3662007-09-26 16:14:16 +0000130 {0x610, "W83L517D/D-F", {
131 {EOT}}},
Uwe Hermann5debf362007-10-04 18:34:36 +0000132 {0x708, "W83637HF/HG", {
Uwe Hermannc3da3662007-09-26 16:14:16 +0000133 {EOT}}},
134 {0x828, "W83627THF/THG", { /* We assume rev is bits 3..0 of 0x21. */
David Hendricksc387b0b2007-10-07 19:04:26 +0000135 {NOLDN, NULL,
136 {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x28,0x29,0x2a,
137 0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
138 {0x82,NANA,0xff,0x00,MISC,0x00,MISC,0x00,0x00,0x00,
139 MISC,MISC,MISC,0x00,0x00,EOT}},
140 /* Some register defaults depend on the value of PNPCSV. */
141 {0x0, "Floppy",
142 {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,
143 0xf5,EOT},
144 {0x01,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,
145 0x00,EOT}},
146 {0x1, "Parallel port",
147 {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
148 {0x01,0x03,0x78,0x07,0x04,0x3f,EOT}},
149 {0x2, "COM1",
150 {0x30,0x60,0x61,0x70,0xf0,EOT},
151 {0x01,0x03,0xf8,0x04,0x00,EOT}},
152 {0x3, "COM2",
153 {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
154 {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
155 {0x5, "Keyboard",
156 {0x30,0x60,0x61,0x62,0x63,0x70,0x72,0xf0,EOT},
157 {0x01,0x00,0x60,0x00,0x64,0x01,0x0c,0x80,EOT}},
158 {0x7, "GPIO 1, GPIO 5, game port, MIDI port",
159 {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,0xf3,
160 0xf4,0xf5,EOT},
161 {0x00,0x02,0x01,0x03,0x30,0x09,0xff,0x00,0x00,0xff,
162 0x00,0x00,EOT}},
163 {0x8, "GPIO 2",
164 {0x30,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,EOT},
165 {0x00,0xff,0x00,0x00,0x00,RSVD,0x00,0x00,0x00,EOT}},
166 {0x9, "GPIO 3, GPIO 4",
167 {0x30,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,EOT},
168 {0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,EOT}},
169 {0xa, "ACPI",
170 /* Note: Datasheet says 0xe2 can't be read/written. */
171 {0x30,0x70,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
172 0xf0,0xf1,0xf3,0xf4,0xf6,0xf7,0xf9,0xfe,0xff,EOT},
173 {0x00,0x00,0x00,0x00,MISC,MISC,0x00,0x00,0x00,0x00,
174 0x00,0x00,0x00,0x00,0x00,0x00,0x00,RSVD,RSVD,EOT}},
175 {0xb, "Hardware monitor",
176 {0x30,0x60,0x61,0x70,EOT},
177 {0x00,0x00,0x00,0x00,EOT}},
Uwe Hermannc3da3662007-09-26 16:14:16 +0000178 {EOT}}},
Uwe Hermann5debf362007-10-04 18:34:36 +0000179#if 0
180 {0x85x, "W83687THF", { /* TODO: sensors-detect: 0x85 */
181 {EOT}}},
182#endif
183 {0xa02, "W83627DHG", {
Bingxun Shi34a576f2008-01-19 00:32:07 +0000184 {NOLDN, NULL,
185 {0x02,0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,
186 0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
187 {0x00,0xa0,NANA,0xff,0x00,MISC,0x00,MISC,RSVD,0x50,
188 0x00,0x00,RSVD,0xe2,0x21,0x00,0x00,EOT}},
189 {0x0, "Floppy",
190 {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,0xf5,
191 EOT},
192 {0x01,0x03,0xf0,0x06,0x02,0x8e,0x00,0xff,0x00,0x00,
193 EOT}},
194 {0x1, "Parallel port",
195 {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
196 {0x01,0x03,0x78,0x07,0x04,0x3f,EOT}},
197 {0x2, "COM1",
198 {0x30,0x60,0x61,0x70,0xf0,EOT},
199 {0x01,0x03,0xf8,0x04,0x00,EOT}},
200 {0x3, "COM2",
201 {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
202 {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
203 {0x5, "Keyboard",
204 {0x30,0x60,0x61,0x62,0x63,0x70,0x72,0xf0,EOT},
205 {0x01,0x00,0x60,0x00,0x64,0x01,0x0c,0x83,EOT}},
206 {0x6, "Serial peripheral interface",
207 {0x30,0x62,0x63,EOT},
208 {0x00,0x00,0x00,EOT}},
209 {0x7, "GPIO 6",
210 {0x30,0xf4,0xf5,0xf6,0xf7,EOT},
211 {0x00,0xff,0x00,0x00,0x00,EOT}},
212 {0x8, "WDTO#, PLED",
213 {0x30,0xf5,0xf6,0xf7,EOT},
214 {0x00,0x00,0x00,0x00,EOT}},
215 {0x9, "GPIO 2, GPIO 3, GPIO 4, GPIO 5",
216 {0x30,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe8,
Prakash Punnoor3af120f2011-03-29 12:02:03 +0000217 0xe9,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,0xfe,
218 EOT},
219 {0x00,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0x00,0x00,
220 0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x00,
221 EOT}},
222 {0xa, "ACPI",
223 {0x30,0x70,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
224 0xe8,0xe9,0xf2,0xf3,0xf4,0xf6,0xf7,0xfe,EOT},
225 {0x00,0x00,0x01,0x00,0xff,0x08,0x00,RSVD,0x1c,0x00,
226 RSVD,RSVD,0x7c,0x00,0x00,0x00,0x00,0x00,EOT}},
227 {0xb, "Hardware monitor",
228 {0x30,0x60,0x61,0x70,0xf0,0xf1,0xf2,EOT},
229 {0x00,0x00,0x00,0x00,0x81,0x00,0x00,EOT}},
230 {0xc, "PECI, SST",
231 {0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe8,0xf1,0xfe,0xff,
232 EOT},
233 {0x00,0x48,0x48,0x48,0x48,0x00,0x00,0x48,0x00,0x00,
234 EOT}},
235 {EOT}}},
Frank Rysanekc0c620e2013-04-05 10:44:10 +0200236 {0xa23, "W83627UHG = NCT6627UD", { /* TODO: Not yet in sensors-detect */
237 {NOLDN, NULL, /* CR2B (485) is only valid for chip rev.E */
238 {0x02,0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,
239 0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
240 {0x00,0xa2,NANA,0xff,0xF0,MISC,0x00,MISC,RSVD,0x00,
241 0x00,0x00,0x00,0x02,0x00,0x00,0x00,EOT}},
242 {0x0, "Floppy",
243 {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,0xf5,
244 EOT},
245 {0x01,0x03,0xf0,0x06,0x02,0x8e,0x00,0xff,0x00,0x00,
246 EOT}},
247 {0x1, "Parallel port",
248 {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
249 {0x01,0x03,0x78,0x07,0x04,0x3f,EOT}},
250 {0x2, "UART A",
251 {0x30,0x60,0x61,0x70,0xf0,EOT},
252 {0x01,0x03,0xf8,0x04,0x00,EOT}},
253 {0x3, "UART B",
254 {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
255 {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
256 {0x5, "Keyboard",
257 {0x30,0x60,0x61,0x62,0x63,0x70,0x72,0xf0,EOT},
258 {0x01,0x00,0x60,0x00,0x64,0x01,0x0c,0x83,EOT}},
259 {0x6, "UART C",
260 {0x30,0x60,0x61,0x70,0xf0,EOT},
261 {0x01,0x03,0xE0,0x04,0x00,EOT}},
262 {0x7, "GPIO 3, GPIO 4",
263 {0x30,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,EOT},
264 {0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,EOT}},
265 {0x8, "WDTO#, PLED, GPIO 5,6 & GPIO Base Address",
266 {0x30,0x60,0x61,
267 0xE0,0xE1,0xE2,0xE3,0xE4,0xE5,0xE6,0xE7,
268 0xF5,0xF6,0xF7,EOT},
269 {0x02,0x00,0x00,
270 0xFF,0x00,0x00,0x00,0xFF,0x1F,0x00,0x00,
271 0x00,0x00,0x00,EOT}},
272 {0x9, "GPIO 1, GPIO 2 and SUSLED",
273 {0x30,
274 0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
275 0xF3,EOT},
276 {0x00,
277 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,
278 0x00,EOT}},
279 {0xa, "ACPI",
280 {0x30,0x70,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
281 0xe8,0xe9,0xf2,0xf3,0xf4,0xf6,0xf7,0xfe,EOT},
282 {0x00,0x00,0x01,0x00,0xff,0x08,0x00,0x00,0x1c,0x00,
283 RSVD,RSVD,0x3e,0x00,0x00,0x00,0x00,0x00,EOT}},
284 {0xb, "Hardware monitor",
285 {0x30,0x60,0x61,0x70,0xf0,0xf1,0xf2,EOT},
286 {0x00,0x00,0x00,0x00,RSVD,RSVD,0x00,EOT}},
287 {0xc, "PECI, SST",
288 {0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe8,
289 0xf1,0xf2,0xf3,0xfe,0xff,EOT},
290 {0x00,0x48,0x48,0x48,0x48,0x00,RSVD,RSVD,0x00,
291 0x48,0x50,0x10,0x23,0x5A,EOT}},
292 {0xD, "UART D",
293 {0x30,0x60,0x61,0x70,0xf0,EOT},
294 {0x00,0x02,0xe0,0x03,0x00,EOT}},
295 {0xE, "UART E",
296 {0x30,0x60,0x61,0x70,0xf0,EOT},
297 {0x00,0x03,0xe8,0x04,0x00,EOT}},
298 {0xF, "UART F",
299 {0x30,0x60,0x61,0x70,0xf0,EOT},
300 {0x00,0x02,0xe8,0x03,0x00,EOT}},
Prakash Punnoor3af120f2011-03-29 12:02:03 +0000301 {EOT}}},
302 {0xa51, "W83667HG", {
303 /* See also: http://lists.lm-sensors.org/pipermail/lm-sensors/2008-July/023683.html */
304 {EOT}}},
305 {0xb07, "W83627DHG-P/-PT", {
306 {NOLDN, NULL,
307 {0x02,0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,
308 0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
309 {0x00,0xb0,NANA,0xff,0x00,MISC,0x00,MISC,RSVD,0x50,
310 0x00,0x00,RSVD,0xe2,0x21,0x00,0x00,EOT}},
311 {0x0, "Floppy",
312 {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,0xf5,
313 EOT},
314 {0x01,0x03,0xf0,0x06,0x02,0x8e,0x00,0xff,0x00,0x00,
315 EOT}},
316 {0x1, "Parallel port",
317 {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
318 {0x01,0x03,0x78,0x07,0x04,0x3f,EOT}},
319 {0x2, "COM1",
320 {0x30,0x60,0x61,0x70,0xf0,EOT},
321 {0x01,0x03,0xf8,0x04,0x00,EOT}},
322 {0x3, "COM2",
323 {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
324 {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
325 {0x5, "Keyboard",
326 {0x30,0x60,0x61,0x62,0x63,0x70,0x72,0xf0,EOT},
327 {0x01,0x00,0x60,0x00,0x64,0x01,0x0c,0x83,EOT}},
328 {0x6, "Serial peripheral interface",
329 {0x30,0x62,0x63,EOT},
330 {0x00,0x00,0x00,EOT}},
331 {0x7, "GPIO 6",
332 {0x30,0xf4,0xf5,0xf6,0xf7,0xf8,EOT},
333 {0x00,0xff,0x00,0x00,0x00,0x00,EOT}},
334 {0x8, "WDTO#, PLED",
335 {0x30,0xf5,0xf6,0xf7,EOT},
336 {0x00,0x00,0x00,0x00,EOT}},
337 {0x9, "GPIO 2, GPIO 3, GPIO 4, GPIO 5",
338 {0x30,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe8,
Prakash Punnoorfde70252011-03-25 16:54:38 +0000339 0xe9,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,0xf8,
340 0xf9,0xfa,0xfe,EOT},
Bingxun Shi34a576f2008-01-19 00:32:07 +0000341 {0x00,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0x00,0x00,
342 0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x00,
Prakash Punnoorfde70252011-03-25 16:54:38 +0000343 0x00,0x00,0x00,EOT}},
Bingxun Shi34a576f2008-01-19 00:32:07 +0000344 {0xa, "ACPI",
345 {0x30,0x70,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
346 0xe8,0xe9,0xf2,0xf3,0xf4,0xf6,0xf7,0xfe,EOT},
347 {0x00,0x00,0x01,0x00,0xff,0x08,0x00,RSVD,0x1c,0x00,
348 RSVD,RSVD,0x7c,0x00,0x00,0x00,0x00,0x00,EOT}},
349 {0xb, "Hardware monitor",
350 {0x30,0x60,0x61,0x70,0xf0,0xf1,0xf2,EOT},
351 {0x00,0x00,0x00,0x00,0x81,0x00,0x00,EOT}},
352 {0xc, "PECI, SST",
Prakash Punnoor3af120f2011-03-29 12:02:03 +0000353 {0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe8,0xe9,0xea,0xec,
354 0xee,0xef,0xf1,0xf2,0xf3,0xfe,0xff,EOT},
355 {0x00,0x48,0x48,0x48,0x48,0x00,0x00,RSVD,0x00,0x00,
356 0x01,0x5a,0x48,0x50,0x10,0x00,0x00,EOT}},
David Bartley5142dcd2010-01-23 21:51:10 +0000357 {EOT}}},
Corey Osgooda6f000c2010-08-17 07:14:44 +0000358 {0xb35, "Nuvoton NCT5571D", {
359 {NOLDN, NULL,
360 {0x02,0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,0x29,
361 0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
362 {RSVD,0xb3,NANA,0xff,0x00,0x40,0x00,MISC,0xff,0x20,0x00,
363 0x00,0x7f,0x0a,0x08,0x00,MISC,EOT}},
364 {0x2, "COM1",
365 {0x30,0x60,0x61,0x70,0xf0,EOT},
366 {0x01,0x03,0xf8,0x04,0x00,EOT}},
367 {0x5, "Keyboard",
368 {0x30,0x60,0x61,0x62,0x63,0x70,0x72,0xf0,EOT},
369 {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x83,EOT}},
370 {0x7, "GPIO 6, GPIO 8, GPIO 9",
371 {0x30,0xe4,0xe5,0xe6,0xe7,0xe8,0xe9,0xea,0xeb,0xec,0xed,
372 0xee,0xf4,0xf5,0xf6,0xf7,0xf8,EOT},
373 {0x18,0xef,MISC,0x00,0x00,0xff,MISC,0x00,0x00,RSVD,0x00,
374 0x00,0xff,MISC,0x00,0x00,0x00,EOT}},
375 {0x9, "GPIO 2, GPIO 3, GPIO 5",
376 {0x30,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe9,0xea,
377 0xeb,0xf4,0xf5,0xf6,0xf7,0xfe,EOT},
378 {0x05,0xff,MISC,0x00,0x00,0xff,MISC,0x00,0x00,0x00,0x00,
379 0x00,0xff,MISC,0x00,0x00,0x00,EOT}},
380 {0xa, "ACPI",
381 {0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe8,0xe9,0xf2,
382 0xf3,0xf4,0xf6,0xf7,0xfe,0xff,EOT},
383 {0x01,0x00,0xff,0x00,0x00,0x02,0x1c,0x00,RSVD,0x00,0x7c,
384 0x00,0x00,0x00,0x00,0x00,0x30,EOT}},
385 {0xb, "Hardware monitor",
386 {0x30,0x60,0x61,0x70,0xe0,0xe1,0xe2,0xe3,0xf0,0xf5,EOT},
387 {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc1,0x10,EOT}},
388 {0xc, "PECI",
389 {0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe8,0xe9,0xea,0xec,
390 0xee,0xef,0xf1,0xf2,0xf3,0xfe,0xff,EOT},
391 {0x00,0x48,0x48,0x48,0x48,0x00,0x00,0x00,RSVD,0x00,0x00,
392 0x01,0x5a,0x48,0x50,0x10,0x80,0x01,EOT}},
393 {0xd, "SUSLED",
394 {0xec,EOT},
395 {0x01,EOT}},
396 {0xf, "GPIO Push-Pull/OD Select",
397 {0xe0,0xe1,0xe3,0xe4,0xe5,0xe6,0xe7,0xe8,0xe9,0xf0,0xf1,
398 0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,0xf8,0xf9,0xfa,0xfb,0xfc,
399 0xfd,0xfe,0xff,EOT},
400 {RSVD,0xfd,RSVD,0xf7,0xcb,RSVD,0xff,0xff,0x00,MISC,MISC,
401 MISC,MISC,MISC,MISC,MISC,MISC,MISC,MISC,MISC,MISC,MISC,
402 MISC,MISC,MISC,EOT}},
403 {EOT}}},
Uwe Hermann5debf362007-10-04 18:34:36 +0000404
405 /* ID and rev */
Uwe Hermannc3da3662007-09-26 16:14:16 +0000406 {0x9771, "W83977F-A/G-A/AF-A/AG-A", {
407 {EOT}}},
Uwe Hermann398b6052007-10-16 21:56:32 +0000408 {0x9777, "W83977AF", {
Uwe Hermann4bdd6432010-05-14 16:40:55 +0000409 /*
410 * W83977AF as found on the Advantech PCM-5820. We weren't able
Uwe Hermann398b6052007-10-16 21:56:32 +0000411 * to find a datasheet (so far) which lists the 0x77 revision,
412 * but the hardware is there in the wild, so detect it...
413 */
414 {EOT}}},
Uwe Hermannc3da3662007-09-26 16:14:16 +0000415 {0x9773, "W83977TF", {
Idwer Vollering92d34342007-10-16 00:34:03 +0000416 {NOLDN, NULL,
417 {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x28,0x2a,0x2b,
418 0x2c,0x2d,0x2e,0x2f,EOT},
419 {0x97,0x73,0xff,0xfe,MISC,0x00,MISC,0x00,0x00,0x00,
420 0x00,RSVD,RSVD,RSVD,EOT}},
421 {0x0, "Floppy",
422 {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,0xf5,
423 EOT},
424 {0x01,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,0x00,
425 EOT}},
426 {0x1, "Parallel port",
427 {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
428 {0x01,0x03,0x78,0x07,0x04,0x3f,EOT}},
429 {0x2, "COM1",
430 {0x30,0x60,0x61,0x70,0xf0,EOT},
431 {0x01,0x03,0xf8,0x04,0x00,EOT}},
432 {0x3, "COM2",
433 {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
434 {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
435 {0x5, "Keyboard / mouse",
436 {0x30,0x60,0x61,0x62,0x63,0x70,0x72,0xf0,EOT},
437 {0x01,0x00,0x60,0x00,0x64,0x01,0x0c,0x83,EOT}},
438 {0x7, "GPIO 1",
439 {0x30,0x60,0x61,0x62,0x63,0x64,0x65,0x70,0x72,0xe0,
440 0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xf1,EOT},
441 {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
442 0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,EOT}},
443 {0x8, "GPIO 2",
444 {0x30,0x60,0x61,0x70,0x72,0xe8,0xe9,0xea,0xeb,0xec,
445 0xed,0xee,0xf0,0xf1,0xf2,0xf3,0xf4,EOT},
446 {0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,
447 0x01,0x01,0x00,RSVD,0x00,0x00,0x00,EOT}},
448 {0x9, "GPIO 3",
449 {0x30,0x60,0x61,0x62,0x63,0x64,0x65,0x70,0x72,0xe0,
450 0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xf1,EOT},
451 {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
452 0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,EOT}},
453 {0xa, "ACPI",
454 {0x30,0x60,0x61,0x62,0x63,0x64,0x65,0x70,0xe0,0xe1,
Ioannis Barkas3ba18a672009-06-12 14:20:27 +0000455 0xe2,0xe3,0xe4,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,
Idwer Vollering92d34342007-10-16 00:34:03 +0000456 0xf7,0xfe,0xff,EOT},
457 {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
458 NANA,MISC,RSVD,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
459 0x00,RSVD,RSVD,EOT}},
Uwe Hermannc3da3662007-09-26 16:14:16 +0000460 {EOT}}},
461 {0x9774, "W83977ATF", {
462 {EOT}}},
Uwe Hermann5debf362007-10-04 18:34:36 +0000463
Zheng Baocb6c9e02010-12-12 14:40:29 +0000464 {0xb07, "W83527HG", { /* TODO: Not yet in sensors-detect */
Zheng Baoca466b22010-12-14 02:02:34 +0000465 {NOLDN, NULL,
Uwe Hermannd43498d2010-12-20 23:40:23 +0000466 {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,0x29,
467 0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
468 {0xB0,0x73,0xff,0x00,MISC,0x00,0x00,RSVD,0x50,0x00,
469 0x00,RSVD,0xe2,0x21,0x00,0x00,EOT}},
Zheng Baoca466b22010-12-14 02:02:34 +0000470 {0x5, "Keyboard",
471 {0x30,0x60,0x61,0x62,0x63,0x70,0x72,0xf0,EOT},
472 {0x01,0x00,0x60,0x00,0x64,0x01,0x0c,0x83,EOT}},
Uwe Hermannd43498d2010-12-20 23:40:23 +0000473 {0x8, "WDTO#, PLED",
Zheng Baoca466b22010-12-14 02:02:34 +0000474 {0x30,0xf5,0xf6,0xf7,EOT},
475 {0x00,0x00,0x00,0x00,EOT}},
476 {0x9, "GPIO 2, GPIO3, GPIO5",
477 {0x30,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe9,
478 0xf0,0xf1,0xf2,0xf3,0xf8,0xf9,0xfa,0xfe,EOT},
479 {0x00,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0x00,0x00,
480 0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
481 {0xa, "ACPI",
482 {0x30,0x70,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
Uwe Hermannd43498d2010-12-20 23:40:23 +0000483 0xe8,0xe9,0xf2,0xf3,0xf4,0xf6,0xf7,0xfe,EOT},
484 {0x00,0x00,0x01,0x00,0xff,0x08,0x00,0x00,0x1c,0x00,
485 RSVD,RSVD,0x7c,0x00,0x00,0x00,0x00,0x00,EOT}},
Zheng Baoca466b22010-12-14 02:02:34 +0000486 {0xb, "Hardware monitor",
Uwe Hermannd43498d2010-12-20 23:40:23 +0000487 {0x30,0x60,0x61,0x70,0xf0,0xf1,0xf2,EOT},
488 {0x00,0x00,0x00,0x00,0x81,RSVD,0x00,EOT}},
489 {0xc, "PECI",
490 {0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe8,0xe9,0xea,0xec,
491 0xfe,0xff,EOT},
492 {0x00,0x48,0x48,0x48,0x48,0x00,0x00,RSVD,0x00,0x00,
493 0x00,0x00,EOT}},
Zheng Baocb6c9e02010-12-12 14:40:29 +0000494 {EOT}}},
Uwe Hermann5debf362007-10-04 18:34:36 +0000495 /* ID only */
Uwe Hermannc3da3662007-09-26 16:14:16 +0000496 {0x52, "W83627HF/F/HG/G", {
Rasmus Wiman409b4f22007-10-05 21:58:03 +0000497 {NOLDN, NULL,
Uwe Hermannb0ae9762008-10-14 16:34:38 +0000498 {0x02,0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x28,0x29,
499 0x2a,0x2b,0x2c,0x2e,0x2f,EOT},
500 {0x00,0x52,NANA,0xff,0x00,MISC,0x00,0x00,0x00,0x00,
501 0x7c,0xc0,0x00,0x00,0x00,EOT}},
Rasmus Wiman409b4f22007-10-05 21:58:03 +0000502 {0x0, "Floppy",
503 {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,
504 0xf5,EOT},
505 {0x01,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,
506 0x00,EOT}},
507 {0x1, "Parallel port",
508 {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
509 {0x01,0x03,0x78,0x07,0x04,0x3f,EOT}},
510 {0x2, "COM1",
511 {0x30,0x60,0x61,0x70,0xf0,EOT},
512 {0x01,0x03,0xf8,0x04,0x00,EOT}},
513 {0x3, "COM2",
514 {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
515 {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
516 {0x5, "Keyboard",
517 {0x30,0x60,0x61,0x62,0x63,0x70,0x72,0xf0,EOT},
518 {0x01,0x00,0x60,0x00,0x64,0x01,0x0c,0x80,EOT}},
519 {0x6, "Consumer IR",
520 {0x30,0x60,0x61,0x70,EOT},
521 {0x00,0x00,0x00,0x00,EOT}},
522 {0x7, "Game port, MIDI port, GPIO 1",
523 {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,EOT},
524 {0x00,0x02,0x01,0x03,0x30,0x09,0xff,0x00,0x00,EOT}},
Michael Gold556e6fb2009-06-26 15:25:04 +0000525 {0x8, "GPIO 2, watchdog timer",
Rasmus Wiman409b4f22007-10-05 21:58:03 +0000526 {0x30,0xf0,0xf1,0xf2,0xf3,0xf5,0xf6,0xf6,0xf7,EOT},
527 {0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
528 {0x9, "GPIO 3",
529 {0x30,0xf0,0xf1,0xf2,0xf3,EOT},
530 {0x00,0xff,0x00,0x00,0x00,EOT}},
531 {0xa, "ACPI",
532 {0x30,0x70,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
533 0xf0,0xf1,0xf3,0xf4,0xf6,0xf7,0xf9,0xfe,0xff,EOT},
534 {0x00,0x00,0x00,0x00,NANA,NANA,0x00,0x00,0x00,0x00,
535 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
536 {0xb, "Hardware monitor",
537 {0x30,0x60,0x61,0x70,0xf0,EOT},
538 {0x00,0x00,0x00,0x00,0x00,EOT}},
Uwe Hermannc3da3662007-09-26 16:14:16 +0000539 {EOT}}},
Idwer Vollering7a90c142007-10-17 23:37:36 +0000540 {0x68, "W83697SF/UF/UG", {
541 /* ID: 0x68 (for W83697SF/UF/UG)
542 * Rev: 0x1X (for W83697SF)
543 * 0x0X (for W83697SF) -- sic!
544 * 0x1X (for W83697UF/UG)
545 */
546 {NOLDN, NULL,
547 {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x28,0x29,0x2a,
548 0x2b,0x2c,EOT},
549 {0x68,NANA,0xef,0xfe,MISC,0x00,0x00,0x00,0x00,MISC,
550 0x00,0x30,EOT}},
551 {0x0, "Floppy",
552 {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,0xf5,
553 EOT},
554 {0x01,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,0x00,
555 EOT}},
556 {0x1, "Parallel port",
557 {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
558 {0x01,0x03,0x78,0x07,0x03,0x3f,EOT}},
559 {0x2, "COM1",
560 {0x30,0x60,0x61,0x70,0xf0,EOT},
561 {0x01,0x03,0xf8,0x04,0x00,EOT}},
562 {0x3, "COM2",
563 {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
564 {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
565 {0x7, "Game port, GPIO 1",
566 {0x30,0x60,0x61,0x62,0x63,0xf0,0xf1,0xf2,EOT},
567 {0x00,0x02,0x01,0x00,0x00,0xff,0x00,0x00,EOT}},
568 {0x8, "MIDI port, GPIO 5",
569 {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,0xf3,
570 0xf4,0xf5,EOT},
571 {0x00,0x03,0x30,0x00,0x00,0x09,0xff,0x00,0x00,0x00,
572 0x00,0x00,EOT}},
573 {0x9, "GPIO 2, GPIO 3, GPIO 4",
574 {0x30,0x60,0x61,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,
575 0xf7,0xf8,EOT},
576 {0x00,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,
577 0x00,0x00,EOT}},
578 {0xa, "ACPI",
579 {0x30,0x70,0xf0,0xf1,0xf2,0xf3,0xf4,0xf6,0xf7,0xf9,
580 0xfa,EOT},
581 {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
582 0x00,EOT}},
583 {0xb, "PWM",
584 {0x30,0x60,0x61,EOT},
585 {0x00,0x00,0x00,EOT}},
586 {0xc, "Smart card",
587 {0x30,0x60,0x61,0x70,0xf0,EOT},
588 {0x00,0x00,0x00,0x00,0x00,EOT}},
589 {0xd, "URC, GPIO 6",
590 {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,0xf3,
591 0xf4,EOT},
592 {0x00,0x03,0xe8,0x00,0x00,0x00,0x00,0xff,0x00,0x00,
593 0x00,EOT}},
594 {0xe, "URD, GPIO 7",
595 {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,0xf3,
596 EOT},
597 {0x00,0x02,0xe8,0x00,0x00,0x00,0x00,0xff,0x00,0x00,
598 EOT}},
599 {0xf, "GPIO 8",
600 {0x30,0x60,0x61,0xf0,0xf1,0xf2,EOT},
601 {0x00,0x00,0x00,0xff,0x00,0x00,EOT}},
Uwe Hermanndc34cab2007-10-16 18:15:25 +0000602 {EOT}}},
Uwe Hermannfb348032008-01-19 09:40:17 +0000603 {0x88, "W83627EHF/EF/EHG/EG", {
604 /*
605 * As per datasheet the ID should be 0x886? here.
606 * Not mentioned in the datasheet, but sensors-detect says
607 * 0x8853 is also possible. Also, the ASUS A8V-E Deluxe
608 * (W83627EHF) has an ID of 0x8854 (verified on hardware).
609 * So we now assume all 0x88?? IDs to mean W83627EHF/EF/EHG/EG.
610 */
611 {NOLDN, NULL,
612 {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,
613 0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
614 {0x88,MISC,0xff,0x00,MISC,0x00,MISC,RSVD,0x50,
615 0x04,0x00,RSVD,0x00,0x21,0x00,0x00,EOT}},
616 {0x0, "Floppy",
617 {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,
618 0xf5,EOT},
619 {0x01,0x03,0xf0,0x06,0x02,0x8e,0x00,0xff,0x00,
620 0x00,EOT}},
621 {0x1, "Parallel port",
622 {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
623 {0x01,0x03,0x78,0x07,0x04,0x3f,EOT}},
624 {0x2, "COM1",
625 {0x30,0x60,0x61,0x70,0xf0,EOT},
626 {0x01,0x03,0xf8,0x04,0x00,EOT}},
627 {0x3, "COM2",
628 {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
629 {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
630 {0x5, "Keyboard",
631 {0x30,0x60,0x61,0x62,0x63,0x70,0x72,0xf0,EOT},
632 {0x01,0x00,0x60,0x00,0x64,0x01,0x0c,0x83,EOT}},
633 {0x6, "Serial flash interface",
634 {0x30,0x62,0x63,EOT},
635 {0x00,0x00,0x00,EOT}},
636 {0x7, "GPIO 1, GPIO 6, game port, MIDI port",
637 {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,0xf3,
638 0xf4,0xf5,0xf6,0xf7,EOT},
639 {0x00,0x02,0x01,0x03,0x30,0x09,0xff,0x00,0x00,0x00,
640 0xff,0x00,0x00,0x00,EOT}},
641 {0x8, "WDTO#, PLED",
642 {0x30,0xf5,0xf6,0xf7,EOT},
643 {0x00,0x00,0x00,0x00,EOT}},
644 {0x9, "GPIO 2, GPIO 3, GPIO 4, GPIO 5, SUSLED",
645 {0x30,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xf0,0xf1,0xf2,
646 0xf3,0xf4,0xf5,0xf6,0xf7,EOT},
647 {0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,
648 0x00,0xff,0x00,0x00,0x00,EOT}},
649 {0xa, "ACPI",
650 {0x30,0x70,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
651 0xe8,0xf2,0xf3,0xf4,0xf6,0xf7,EOT},
652 {0x00,0x00,0x01,0x00,0xff,0x08,0x00,RSVD,0x00,0x00,
653 RSVD,0x7c,0x00,0x00,0x00,0x00,EOT}},
654 {0xb, "Hardware monitor",
655 {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
656 {0x00,0x00,0x00,0x00,0xc1,0x00,EOT}},
657 {EOT}}},
Uwe Hermann5debf362007-10-04 18:34:36 +0000658
659 /* ID[3..0] */
Uwe Hermannc3da3662007-09-26 16:14:16 +0000660 {0xa, "W83877F", {
661 {EOT}}},
Uwe Hermann588d1662010-01-31 18:48:34 +0000662 {0xb, "W83877AF", {
Uwe Hermann52da5602010-02-04 00:55:06 +0000663 {NOLDN, NULL,
664 {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,
665 0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,0x10,0x11,0x12,0x13,
666 0x14,0x15,0x16,0x17,0x1e,0x20,0x21,0x22,0x23,0x24,
667 0x25,0x26,0x27,0x28,0x29,0x2a,0x2b,0x2c,0x2d,EOT},
668 {0x00,0x00,0x00,0x30,0x00,0x00,0x00,0x00,0x00,0x0a,
669 0x1f,0x0c,0x28,0xa3,RSVD,RSVD,0x00,0x00,0x00,0x00,
670 0x00,0x00,0x0e,0x00,MISC,MISC,MISC,MISC,MISC,MISC,
671 MISC,MISC,MISC,MISC,MISC,MISC,MISC,MISC,MISC,EOT}},
Uwe Hermann588d1662010-01-31 18:48:34 +0000672 {EOT}}},
Uwe Hermannc3da3662007-09-26 16:14:16 +0000673 {0xc, "W83877TF", {
674 {EOT}}},
Uwe Hermann588d1662010-01-31 18:48:34 +0000675 {0xd, "W83877ATF/ATG", {
Uwe Hermann48cac242007-09-24 23:24:46 +0000676 {EOT}}},
Uwe Hermann7e7e9ac2007-09-19 15:52:23 +0000677 {EOT}
678};
679
Stefan Reinauer7a51e502008-12-01 14:18:57 +0000680static const struct superio_registers hwm_table[] = {
681 {0x828, "W83627THF/THG", {
682 {NOLDN, NULL,
683 {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,
684 0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,0x10,0x11,0x12,0x13,
685 0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x1b,0x1c,0x1d,
686 0x1e,0x1f,
687 0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,0x29,
688 0x2b,0x2c,0x2d,0x2e,0x2f,0x30,0x31,0x32,0x33,0x34,
689 0x35,0x36,0x37,0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,
690 0x3f,
691 0x40,0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,
692 0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,EOT},
693 {RSVD,0xff,RSVD,0xff,0x00,0x00,0x00,0x00,0x01,0x01,
694 0x01,0x01,0x3c,0x3c,0x0a,0x0a,RSVD,0xff,0x00,0x00,
695 0x00,0x01,0x01,0x3c,0x43,RSVD,0xff,0xff,RSVD,RSVD,
696 NANA,NANA,
697 NANA,NANA,NANA,NANA,NANA,RSVD,RSVD,NANA,NANA,NANA,
698 NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,
699 RSVD,RSVD,RSVD,RSVD,NANA,NANA,NANA,NANA,NANA,RSVD,
700 RSVD,
701 0x03,0x00,0x00,0xfe,0xff,RSVD,RSVD,0x5f,NANA,0x03,
702 RSVD,0x44,0x18,0x15,0x80,0x5c,EOT}},
703 {0x0, "Bank 0",
704 {0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,
705 0x5d,0x5e,0x5f,EOT},
706 {NANA,NANA,NANA,NANA,NANA,NANA,0x00,0x80,0x90,0x70,
707 0x00,RSVD,RSVD,EOT}},
708 {0x1, "Bank 1",
709 {0x50,0x51,0x52,0x53,0x54,0x55,0x56,EOT},
710 {NANA,NANA,0x00,0x4b,0x00,0x50,0x00,EOT}},
711 {0x2, "Bank 2",
712 {0x50,0x51,0x52,0x53,0x54,0x55,0x56,EOT},
713 {NANA,NANA,0x00,0x4b,0x00,0x50,0x00,EOT}},
714 {0x4, "Bank 4",
715 {0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x59,0x5a,
716 0x5b,EOT},
717 {0x00,0xff,RSVD,0x00,0x00,0x00,0x00,0x00,0x00,
718 0x00,EOT}},
719 {0x5, "Bank 5",
720 {0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,EOT},
721 {NANA,NANA,RSVD,RSVD,NANA,NANA,NANA,NANA,EOT}},
722 {0x6, "Bank 6",
723 {0x50,EOT},
724 {RSVD,EOT}},
725 {EOT}}},
Nico Hubere25984b2013-04-25 15:00:15 +0200726 {0xb07, "W83627DHG-P/-PT", {
727 {NOLDN, NULL,
728 {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,
729 0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,0x10,0x11,0x12,0x13,
730 0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x1b,0x1c,0x1d,
731 0x1e,0x1f,EOT},
732 {0x04,0xff,0x04,NANA,0x01,0x00,0x00,0x00,0x01,0x01,
733 0x01,0x01,0x3c,0x3c,0x0a,0x0a,0x04,0xff,0x00,0x00,
734 0x00,0x01,0x01,0x3c,0x43,RSVD,RSVD,RSVD,RSVD,RSVD,
735 RSVD,RSVD,EOT}},
736 {NOLDN, NULL,
737 {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,0x29,
738 0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,0x30,0x31,0x32,0x33,
739 0x34,0x35,0x36,0x37,0x38,0x39,0x3a,0x3b,0x3c,0x3d,
740 0x3e,0x3f,EOT},
741 {NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,
742 NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,
743 NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,
744 NANA,NANA,EOT}},
745 {NOLDN, NULL,
746 {0x40,0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,
747 0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,EOT},
748 {0x03,0x00,0x00,0xff,0xff,0x00,0x3f,0x55,0x2d,0x00,
749 0x00,0x44,0x10,0x95,0x80,0xa3,EOT}},
750 {0x0, "Bank 0",
751 {0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,
752 0x5a,0x5b,0x5c,0x5d,0x5e,0x5f,0x60,0x61,0x62,0x63,
753 0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6d,
754 0x6e,0x6f,EOT},
755 {RSVD,RSVD,RSVD,RSVD,RSVD,RSVD,0x00,0x80,0xc1,0x70,
756 RSVD,RSVD,RSVD,0x04,0x04,RSVD,0x04,NANA,0x40,0x00,
757 0x01,0x01,0x3c,0xff,0x01,0xff,0x01,0xff,0xff,0xff,
758 0xff,0x00,EOT}},
759 {0x0, "Bank 0 [...]",
760 {0x70,0x71,0x72,0x73,0x74,0x75,0x76,0x77,0x78,0x79,
761 0x7a,0x7b,0x7c,0x7d,EOT},
762 {0x00,0x00,0x00,0x00,0x00,0x0e,0x00,0x00,0x00,0x00,
763 0x00,0x00,0x00,NANA,EOT}},
764 {0x1, "Bank 1",
765 {0x50,0x51,0x52,0x53,0x54,0x55,0x56, 0x58,0x59,
766 0x5a,0x5b,0x5c,0x5d,0x5e, EOT},
767 {NANA,NANA,0x00,0x4b,0x00,0x50,0x00, 0x00,0x00,
768 0x00,0x00,0x00,0x00,0x0e, EOT}},
769 {0x2, "Bank 2",
770 {0x50,0x51,0x52,0x53,0x54,0x55,0x56, EOT},
771 {NANA,NANA,0x00,0x4b,0x00,0x50,0x00, EOT}},
772 {0x4, "Bank 4",
773 {0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,
774 0x5a,0x5b,0x5c,0x5d,0x5e,0x5f,EOT},
775 {0x00,0x13,RSVD,0x00,0x00,0x00,0x00,RSVD,RSVD,0x00,
776 0x00,0x00,RSVD,RSVD,RSVD,RSVD,EOT}},
777 {0x5, "Bank 5",
778 {0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,
779 0x5a,0x5b,0x5c,EOT},
780 {NANA,NANA,RSVD,NANA,NANA,NANA,NANA,NANA,RSVD,RSVD,
781 RSVD,RSVD,NANA,EOT}},
782 {0x6, "Bank 6",
783 {0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,
784 0x5a,0x5b,0x5c,0x5d,0x5e,0x5f,EOT},
785 {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
786 0x0d,0xff,0xff,0xff,0xff,0xff,EOT}},
787 {EOT}}},
Stefan Reinauer7a51e502008-12-01 14:18:57 +0000788 {EOT}
789};
790
Uwe Hermannc3da3662007-09-26 16:14:16 +0000791static void enter_conf_mode_winbond_88(uint16_t port)
792{
Andriy Gaponb64aa602008-10-28 22:13:38 +0000793 OUTB(0x88, port);
Uwe Hermannc3da3662007-09-26 16:14:16 +0000794}
795
796static void enter_conf_mode_winbond_89(uint16_t port)
797{
Andriy Gaponb64aa602008-10-28 22:13:38 +0000798 OUTB(0x89, port);
Uwe Hermannc3da3662007-09-26 16:14:16 +0000799}
800
801static void enter_conf_mode_winbond_86(uint16_t port)
802{
Andriy Gaponb64aa602008-10-28 22:13:38 +0000803 OUTB(0x86, port);
804 OUTB(0x86, port);
Uwe Hermannc3da3662007-09-26 16:14:16 +0000805}
806
Stefan Reinauerd7ce71d2010-12-30 16:57:58 +0000807static int chip_found_at_port;
808
Uwe Hermann59b99d92007-11-29 02:43:50 +0000809static void probe_idregs_winbond_helper(const char *init, uint16_t port)
Uwe Hermann7e7e9ac2007-09-19 15:52:23 +0000810{
Stefan Reinauer7a51e502008-12-01 14:18:57 +0000811 uint16_t id, hwmport;
Uwe Hermannc3da3662007-09-26 16:14:16 +0000812 uint8_t devid, rev, olddevid;
Uwe Hermann7e7e9ac2007-09-19 15:52:23 +0000813
Uwe Hermann8b8d0392007-10-04 15:23:38 +0000814 probing_for("Winbond", init, port);
815
Uwe Hermann7e7e9ac2007-09-19 15:52:23 +0000816 devid = regval(port, DEVICE_ID_REG);
817 rev = regval(port, DEVICE_REV_REG);
Uwe Hermann8b8d0392007-10-04 15:23:38 +0000818 olddevid = regval(port, DEVICE_ID_REG_OLD) & 0x0f;
Uwe Hermann7e7e9ac2007-09-19 15:52:23 +0000819
Andriy Gaponc880a362008-10-19 21:03:41 +0000820 if (devid == 0x52 && (rev & 0xf0) != 0xf0)
821 id = devid; /* ID only */
822 else if (devid == 0x68 || devid == 0x88)
Uwe Hermannc3da3662007-09-26 16:14:16 +0000823 id = devid; /* ID only */
Uwe Hermann72c05842007-10-15 15:46:59 +0000824 else if ((devid == 0x97) && ((rev & 0xf0) == 0x70))
Uwe Hermannc3da3662007-09-26 16:14:16 +0000825 id = (devid << 8) | rev; /* ID and rev */
Uwe Hermann48cac242007-09-24 23:24:46 +0000826 else
Andriy Gaponc880a362008-10-19 21:03:41 +0000827 id = (devid << 4) | ((rev & 0xf0) >> 4); /* ID and rev[7..4] */
Uwe Hermannc3da3662007-09-26 16:14:16 +0000828
Uwe Hermann588d1662010-01-31 18:48:34 +0000829 if (olddevid >= 0x0a && olddevid <= 0x0d)
Uwe Hermannc3da3662007-09-26 16:14:16 +0000830 id = olddevid & 0x0f; /* ID[3..0] */
Uwe Hermann7e7e9ac2007-09-19 15:52:23 +0000831
832 if (superio_unknown(reg_table, id)) {
Uwe Hermann8b8d0392007-10-04 15:23:38 +0000833 if (verbose)
834 printf(NOTFOUND "id/oldid=0x%02x/0x%02x, rev=0x%02x\n",
835 devid, olddevid, rev);
Uwe Hermann7e7e9ac2007-09-19 15:52:23 +0000836 return;
837 }
838
Uwe Hermann588d1662010-01-31 18:48:34 +0000839 if (olddevid >= 0x0a && olddevid <= 0x0d)
Uwe Hermannc3da3662007-09-26 16:14:16 +0000840 printf("Found Winbond %s (id=0x%02x) at 0x%x\n",
841 get_superio_name(reg_table, id), olddevid, port);
842 else
843 printf("Found Winbond %s (id=0x%02x, rev=0x%02x) at 0x%x\n",
844 get_superio_name(reg_table, id), devid, rev, port);
Uwe Hermanne9d46162007-10-07 20:01:23 +0000845 chip_found = 1;
Stefan Reinauerd7ce71d2010-12-30 16:57:58 +0000846 chip_found_at_port = 1;
Uwe Hermann7e7e9ac2007-09-19 15:52:23 +0000847
Stefan Reinauer7a51e502008-12-01 14:18:57 +0000848 dump_superio("Winbond", reg_table, port, id, LDN_SEL);
849
850 if (extra_dump) {
851 regwrite(port, LDN_SEL, 0x0b); /* Select LDN 0xb (HWM). */
852
853 if ((regval(port, 0x30) & (1 << 0)) != (1 << 0)) {
854 printf("Hardware Monitor disabled or does not exist.\n");
855 return;
856 }
857
858 /* Get HWM base address (stored in LDN 0xb, index 0x60/0x61). */
859 hwmport = regval(port, 0x60) << 8;
860 hwmport |= regval(port, 0x61);
861
862 /* HWM address register = HWM base address + 5. */
863 hwmport += 5;
864
865 printf("Hardware monitor (0x%04x)\n", hwmport);
866 dump_superio("Winbond-HWM", hwm_table, hwmport, id,
867 WINBOND_HWM_SEL);
868 }
Uwe Hermannc3da3662007-09-26 16:14:16 +0000869}
Uwe Hermann7e7e9ac2007-09-19 15:52:23 +0000870
Uwe Hermannc3da3662007-09-26 16:14:16 +0000871void probe_idregs_winbond(uint16_t port)
872{
Stefan Reinauerd7ce71d2010-12-30 16:57:58 +0000873 chip_found_at_port = 0;
874
Uwe Hermannc3da3662007-09-26 16:14:16 +0000875 enter_conf_mode_winbond_88(port);
Uwe Hermannafe83092007-09-28 15:45:43 +0000876 probe_idregs_winbond_helper("(init=0x88) ", port);
Uwe Hermannc3da3662007-09-26 16:14:16 +0000877 exit_conf_mode_winbond_fintek_ite_8787(port);
Uwe Hermannc55bcde2011-06-09 20:56:29 +0200878 if (chip_found_at_port)
879 return;
Uwe Hermannc3da3662007-09-26 16:14:16 +0000880
881 enter_conf_mode_winbond_89(port);
Uwe Hermannafe83092007-09-28 15:45:43 +0000882 probe_idregs_winbond_helper("(init=0x89) ", port);
Uwe Hermannc3da3662007-09-26 16:14:16 +0000883 exit_conf_mode_winbond_fintek_ite_8787(port);
Uwe Hermannc55bcde2011-06-09 20:56:29 +0200884 if (chip_found_at_port)
885 return;
Uwe Hermannc3da3662007-09-26 16:14:16 +0000886
887 enter_conf_mode_winbond_86(port);
Uwe Hermannafe83092007-09-28 15:45:43 +0000888 probe_idregs_winbond_helper("(init=0x86,0x86) ", port);
889 exit_conf_mode_winbond_fintek_ite_8787(port);
Uwe Hermannc55bcde2011-06-09 20:56:29 +0200890 if (chip_found_at_port)
891 return;
Uwe Hermannafe83092007-09-28 15:45:43 +0000892
893 enter_conf_mode_winbond_fintek_ite_8787(port);
894 probe_idregs_winbond_helper("(init=0x87,0x87) ", port);
Uwe Hermannb4db2202007-09-20 23:37:56 +0000895 exit_conf_mode_winbond_fintek_ite_8787(port);
Uwe Hermannc55bcde2011-06-09 20:56:29 +0200896 if (chip_found_at_port)
897 return;
Uwe Hermann7e7e9ac2007-09-19 15:52:23 +0000898}
Robinson P. Tryon552cfb72008-01-15 22:30:55 +0000899
900void print_winbond_chips(void)
901{
902 print_vendor_chips("Winbond", reg_table);
Stefan Reinauer7a51e502008-12-01 14:18:57 +0000903 print_vendor_chips("Winbond-HWM", hwm_table);
Robinson P. Tryon552cfb72008-01-15 22:30:55 +0000904}