Drop global register 0x07 for all Super I/Os (trivial).
[coreboot.git] / util / superiotool / winbond.c
1 /*
2  * This file is part of the superiotool project.
3  *
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
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
19  */
20
21 #include "superiotool.h"
22
23 #define DEVICE_ID_REG_OLD       0x09
24
25 #define DEVICE_ID_REG           0x20
26 #define DEVICE_REV_REG          0x21
27
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
31  * 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.
37  */
38 static const struct superio_registers reg_table[] = {
39         /* ID and rev[3..0] */
40         {0x527, "W83977CTF", {  /* TODO: Not yet in sensors-detect */
41                 {EOT}}},
42         {0x52f, "W83977EF/EG", {/* TODO: Not yet in sensors-detect */
43                 {EOT}}},
44         {0x595, "W83627SF", {   /* TODO: Not yet in sensors-detect */
45                 {EOT}}},
46         {0x601, "W83697HF/F/HG", { /* No G version? */
47                 {NOLDN, NULL,
48                         {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x28,0x29,
49                          0x2a,EOT},
50                         {0x60,NANA,0xff,0x00,0x00,0x00,0x00,0x00,0x00,
51                          MISC,EOT}},
52                 /* Some register defaults depend on the value of PNPCSV. */
53                 {0x0, "Floppy",
54                         {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,
55                          0xf5,EOT},
56                         {0x01,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,
57                          0x00,EOT}},
58                 {0x1, "Parallel port",
59                         {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
60                         {0x01,0x03,0x78,0x07,0x04,0x3f,EOT}},
61                 {0x2, "COM1",
62                         {0x30,0x60,0x61,0x70,0xf0,EOT},
63                         {0x01,0x03,0xf8,0x04,0x00,EOT}},
64                 {0x3, "COM2",
65                         {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
66                         {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
67                 {0x6, "Consumer IR",
68                         {0x30,0x60,0x61,0x70,EOT},
69                         {0x00,0x00,0x00,0x00,EOT}},
70                 {0x7, "Game port, GPIO 1",
71                         {0x30,0x60,0x61,0x62,0x63,0xf0,0xf1,0xf2,EOT},
72                         {0x00,0x02,0x01,0x00,0x00,0xff,0x00,0x00,EOT}},
73                 {0x8, "MIDI port, GPIO 5",
74                         {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,0xf3,
75                          0xf4,0xf5,EOT},
76                         {0x00,0x03,0x30,0x00,0x00,0x09,0xff,0x00,0x00,0x00,
77                          0x00,0x00,EOT}},
78                 {0x9, "GPIO 2, GPIO 3, GPIO 4",
79                         {0x30,0x60,0x61,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,
80                          0xf7,0xf8,0xf5,EOT},
81                         {0x00,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,
82                          0x00,0x00,0x00,EOT}},
83                 {0xa, "ACPI",
84                         {0x30,0x70,0xe0,0xe1,0xe2,0xe5,0xe6,0xe7,
85                          0xf0,0xf1,0xf3,0xf4,0xf6,0xf7,0xf9,EOT},
86                         {0x00,0x00,0x00,0x00,NANA,0x00,0x00,0x00,
87                          0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
88                 {0xb, "Hardware monitor",
89                         {0x30,0x60,0x61,0x70,EOT},
90                         {0x00,0x00,0x00,0x00,EOT}},
91                 {EOT}}},
92         {0x610, "W83L517D/D-F", {
93                 {EOT}}},
94         {0x708, "W83637HF/HG", {
95                 {EOT}}},
96         {0x828, "W83627THF/THG", { /* We assume rev is bits 3..0 of 0x21. */
97                 {NOLDN, NULL,
98                         {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x28,0x29,0x2a,
99                          0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
100                         {0x82,NANA,0xff,0x00,MISC,0x00,MISC,0x00,0x00,0x00,
101                          MISC,MISC,MISC,0x00,0x00,EOT}},
102                 /* Some register defaults depend on the value of PNPCSV. */
103                 {0x0, "Floppy",
104                         {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,
105                          0xf5,EOT},
106                         {0x01,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,
107                          0x00,EOT}},
108                 {0x1, "Parallel port",
109                         {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
110                         {0x01,0x03,0x78,0x07,0x04,0x3f,EOT}},
111                 {0x2, "COM1",
112                         {0x30,0x60,0x61,0x70,0xf0,EOT},
113                         {0x01,0x03,0xf8,0x04,0x00,EOT}},
114                 {0x3, "COM2",
115                         {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
116                         {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
117                 {0x5, "Keyboard",
118                         {0x30,0x60,0x61,0x62,0x63,0x70,0x72,0xf0,EOT},
119                         {0x01,0x00,0x60,0x00,0x64,0x01,0x0c,0x80,EOT}},
120                 {0x7, "GPIO 1, GPIO 5, game port, MIDI port",
121                         {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,0xf3,
122                          0xf4,0xf5,EOT},
123                         {0x00,0x02,0x01,0x03,0x30,0x09,0xff,0x00,0x00,0xff,
124                          0x00,0x00,EOT}},
125                 {0x8, "GPIO 2",
126                         {0x30,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,EOT},
127                         {0x00,0xff,0x00,0x00,0x00,RSVD,0x00,0x00,0x00,EOT}},
128                 {0x9, "GPIO 3, GPIO 4",
129                         {0x30,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,EOT},
130                         {0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,EOT}},
131                 {0xa, "ACPI",
132                         /* Note: Datasheet says 0xe2 can't be read/written. */
133                         {0x30,0x70,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
134                          0xf0,0xf1,0xf3,0xf4,0xf6,0xf7,0xf9,0xfe,0xff,EOT},
135                         {0x00,0x00,0x00,0x00,MISC,MISC,0x00,0x00,0x00,0x00,
136                          0x00,0x00,0x00,0x00,0x00,0x00,0x00,RSVD,RSVD,EOT}},
137                 {0xb, "Hardware monitor",
138                         {0x30,0x60,0x61,0x70,EOT},
139                         {0x00,0x00,0x00,0x00,EOT}},
140                 {EOT}}},
141 #if 0
142         {0x85x, "W83687THF", {  /* TODO: sensors-detect: 0x85 */
143                 {EOT}}},
144 #endif
145         {0xa02, "W83627DHG", {
146                 {NOLDN, NULL,
147                         {0x02,0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,
148                          0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
149                         {0x00,0xa0,NANA,0xff,0x00,MISC,0x00,MISC,RSVD,0x50,
150                          0x00,0x00,RSVD,0xe2,0x21,0x00,0x00,EOT}},
151                 {0x0, "Floppy",
152                         {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,0xf5,
153                          EOT},
154                         {0x01,0x03,0xf0,0x06,0x02,0x8e,0x00,0xff,0x00,0x00,
155                          EOT}},
156                 {0x1, "Parallel port",
157                         {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
158                         {0x01,0x03,0x78,0x07,0x04,0x3f,EOT}},
159                 {0x2, "COM1",
160                         {0x30,0x60,0x61,0x70,0xf0,EOT},
161                         {0x01,0x03,0xf8,0x04,0x00,EOT}},
162                 {0x3, "COM2",
163                         {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
164                         {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
165                 {0x5, "Keyboard",
166                         {0x30,0x60,0x61,0x62,0x63,0x70,0x72,0xf0,EOT},
167                         {0x01,0x00,0x60,0x00,0x64,0x01,0x0c,0x83,EOT}},
168                 {0x6, "Serial peripheral interface",
169                         {0x30,0x62,0x63,EOT},
170                         {0x00,0x00,0x00,EOT}},
171                 {0x7, "GPIO 6",
172                         {0x30,0xf4,0xf5,0xf6,0xf7,EOT},
173                         {0x00,0xff,0x00,0x00,0x00,EOT}},
174                 {0x8, "WDTO#, PLED",
175                         {0x30,0xf5,0xf6,0xf7,EOT},
176                         {0x00,0x00,0x00,0x00,EOT}},
177                 {0x9, "GPIO 2, GPIO 3, GPIO 4, GPIO 5",
178                         {0x30,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe8,
179                          0xe9,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,0xfe,
180                          EOT},
181                         {0x00,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0x00,0x00,
182                          0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x00,
183                          EOT}},
184                 {0xa, "ACPI",
185                         {0x30,0x70,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
186                          0xe8,0xe9,0xf2,0xf3,0xf4,0xf6,0xf7,0xfe,EOT},
187                         {0x00,0x00,0x01,0x00,0xff,0x08,0x00,RSVD,0x1c,0x00,
188                          RSVD,RSVD,0x7c,0x00,0x00,0x00,0x00,0x00,EOT}},
189                 {0xb, "Hardware monitor",
190                         {0x30,0x60,0x61,0x70,0xf0,0xf1,0xf2,EOT},
191                         {0x00,0x00,0x00,0x00,0x81,0x00,0x00,EOT}},
192                 {0xc, "PECI, SST",
193                         {0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe8,0xf1,0xfe,0xff,
194                          EOT},
195                         {0x00,0x48,0x48,0x48,0x48,0x00,0x00,0x48,0x00,0x00,
196                          EOT}},
197                 {EOT}}},
198         {0xa23, "W83627UHG", {/* TODO: Not yet in sensors-detect */
199                 {EOT}}},
200
201         /* ID and rev */
202         {0x9771, "W83977F-A/G-A/AF-A/AG-A", {
203                 {EOT}}},
204         {0x9777, "W83977AF", {
205                 /* W83977AF as found on the Advantech PCM-5820. We weren't able
206                  * to find a datasheet (so far) which lists the 0x77 revision,
207                  * but the hardware is there in the wild, so detect it...
208                  */
209                 {EOT}}},
210         {0x9773, "W83977TF", {
211                 {NOLDN, NULL,
212                         {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x28,0x2a,0x2b,
213                          0x2c,0x2d,0x2e,0x2f,EOT},
214                         {0x97,0x73,0xff,0xfe,MISC,0x00,MISC,0x00,0x00,0x00,
215                          0x00,RSVD,RSVD,RSVD,EOT}},
216                 {0x0, "Floppy",
217                         {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,0xf5,
218                          EOT},
219                         {0x01,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,0x00,
220                          EOT}},
221                 {0x1, "Parallel port",
222                         {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
223                         {0x01,0x03,0x78,0x07,0x04,0x3f,EOT}},
224                 {0x2, "COM1",
225                         {0x30,0x60,0x61,0x70,0xf0,EOT},
226                         {0x01,0x03,0xf8,0x04,0x00,EOT}},
227                 {0x3, "COM2",
228                         {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
229                         {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
230                 {0x5, "Keyboard / mouse",
231                         {0x30,0x60,0x61,0x62,0x63,0x70,0x72,0xf0,EOT},
232                         {0x01,0x00,0x60,0x00,0x64,0x01,0x0c,0x83,EOT}},
233                 {0x7, "GPIO 1",
234                         {0x30,0x60,0x61,0x62,0x63,0x64,0x65,0x70,0x72,0xe0,
235                          0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xf1,EOT},
236                         {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
237                          0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,EOT}},
238                 {0x8, "GPIO 2",
239                         {0x30,0x60,0x61,0x70,0x72,0xe8,0xe9,0xea,0xeb,0xec,
240                          0xed,0xee,0xf0,0xf1,0xf2,0xf3,0xf4,EOT},
241                         {0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,
242                          0x01,0x01,0x00,RSVD,0x00,0x00,0x00,EOT}},
243                 {0x9, "GPIO 3",
244                         {0x30,0x60,0x61,0x62,0x63,0x64,0x65,0x70,0x72,0xe0,
245                          0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xf1,EOT},
246                         {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
247                          0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,EOT}},
248                 {0xa, "ACPI",
249                         {0x30,0x60,0x61,0x62,0x63,0x64,0x65,0x70,0xe0,0xe1,
250                          0x02,0xe3,0xe4,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,
251                          0xf7,0xfe,0xff,EOT},
252                         {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
253                          NANA,MISC,RSVD,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
254                          0x00,RSVD,RSVD,EOT}},
255                 {EOT}}},
256         {0x9774, "W83977ATF", {
257                 {EOT}}},
258
259         /* ID only */
260         {0x52, "W83627HF/F/HG/G", {
261                 {NOLDN, NULL,
262                         {0x02,0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x28,0x29,
263                          0x2a,0x2b,0x2c,0x2e,0x2f,EOT},
264                         {0x00,0x52,NANA,0xff,0x00,MISC,0x00,0x00,0x00,0x00,
265                          0x7c,0xc0,0x00,0x00,0x00,EOT}},
266                 {0x0, "Floppy",
267                         {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,
268                          0xf5,EOT},
269                         {0x01,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,
270                          0x00,EOT}},
271                 {0x1, "Parallel port",
272                         {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
273                         {0x01,0x03,0x78,0x07,0x04,0x3f,EOT}},
274                 {0x2, "COM1",
275                         {0x30,0x60,0x61,0x70,0xf0,EOT},
276                         {0x01,0x03,0xf8,0x04,0x00,EOT}},
277                 {0x3, "COM2",
278                         {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
279                         {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
280                 {0x5, "Keyboard",
281                         {0x30,0x60,0x61,0x62,0x63,0x70,0x72,0xf0,EOT},
282                         {0x01,0x00,0x60,0x00,0x64,0x01,0x0c,0x80,EOT}},
283                 {0x6, "Consumer IR",
284                         {0x30,0x60,0x61,0x70,EOT},
285                         {0x00,0x00,0x00,0x00,EOT}},
286                 {0x7, "Game port, MIDI port, GPIO 1",
287                         {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,EOT},
288                         {0x00,0x02,0x01,0x03,0x30,0x09,0xff,0x00,0x00,EOT}},
289                 {0x8, "GPIO 2, Watchdog timer",
290                         {0x30,0xf0,0xf1,0xf2,0xf3,0xf5,0xf6,0xf6,0xf7,EOT},
291                         {0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
292                 {0x9, "GPIO 3",
293                         {0x30,0xf0,0xf1,0xf2,0xf3,EOT},
294                         {0x00,0xff,0x00,0x00,0x00,EOT}},
295                 {0xa, "ACPI",
296                         {0x30,0x70,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
297                          0xf0,0xf1,0xf3,0xf4,0xf6,0xf7,0xf9,0xfe,0xff,EOT},
298                         {0x00,0x00,0x00,0x00,NANA,NANA,0x00,0x00,0x00,0x00,
299                          0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
300                 {0xb, "Hardware monitor",
301                         {0x30,0x60,0x61,0x70,0xf0,EOT},
302                         {0x00,0x00,0x00,0x00,0x00,EOT}},
303                 {EOT}}},
304         {0x68, "W83697SF/UF/UG", {
305                 /* ID:  0x68 (for W83697SF/UF/UG)
306                  * Rev: 0x1X (for W83697SF)
307                  *      0x0X (for W83697SF) -- sic!
308                  *      0x1X (for W83697UF/UG)
309                  */
310                 {NOLDN, NULL,
311                         {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x28,0x29,0x2a,
312                          0x2b,0x2c,EOT},
313                         {0x68,NANA,0xef,0xfe,MISC,0x00,0x00,0x00,0x00,MISC,
314                          0x00,0x30,EOT}},
315                 {0x0, "Floppy",
316                         {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,0xf5,
317                          EOT},
318                         {0x01,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,0x00,
319                          EOT}},
320                 {0x1, "Parallel port",
321                         {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
322                         {0x01,0x03,0x78,0x07,0x03,0x3f,EOT}},
323                 {0x2, "COM1",
324                         {0x30,0x60,0x61,0x70,0xf0,EOT},
325                         {0x01,0x03,0xf8,0x04,0x00,EOT}},
326                 {0x3, "COM2",
327                         {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
328                         {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
329                 {0x7, "Game port, GPIO 1",
330                         {0x30,0x60,0x61,0x62,0x63,0xf0,0xf1,0xf2,EOT},
331                         {0x00,0x02,0x01,0x00,0x00,0xff,0x00,0x00,EOT}},
332                 {0x8, "MIDI port, GPIO 5",
333                         {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,0xf3,
334                          0xf4,0xf5,EOT},
335                         {0x00,0x03,0x30,0x00,0x00,0x09,0xff,0x00,0x00,0x00,
336                          0x00,0x00,EOT}},
337                 {0x9, "GPIO 2, GPIO 3, GPIO 4",
338                         {0x30,0x60,0x61,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,
339                          0xf7,0xf8,EOT},
340                         {0x00,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,
341                          0x00,0x00,EOT}},
342                 {0xa, "ACPI",
343                         {0x30,0x70,0xf0,0xf1,0xf2,0xf3,0xf4,0xf6,0xf7,0xf9,
344                          0xfa,EOT},
345                         {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
346                          0x00,EOT}},
347                 {0xb, "PWM",
348                         {0x30,0x60,0x61,EOT},
349                         {0x00,0x00,0x00,EOT}},
350                 {0xc, "Smart card",
351                         {0x30,0x60,0x61,0x70,0xf0,EOT},
352                         {0x00,0x00,0x00,0x00,0x00,EOT}},
353                 {0xd, "URC, GPIO 6",
354                         {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,0xf3,
355                          0xf4,EOT},
356                         {0x00,0x03,0xe8,0x00,0x00,0x00,0x00,0xff,0x00,0x00,
357                          0x00,EOT}},
358                 {0xe, "URD, GPIO 7",
359                         {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,0xf3,
360                          EOT},
361                         {0x00,0x02,0xe8,0x00,0x00,0x00,0x00,0xff,0x00,0x00,
362                          EOT}},
363                 {0xf, "GPIO 8",
364                         {0x30,0x60,0x61,0xf0,0xf1,0xf2,EOT},
365                         {0x00,0x00,0x00,0xff,0x00,0x00,EOT}},
366                 {EOT}}},
367         {0x88, "W83627EHF/EF/EHG/EG", {
368                 /*
369                  * As per datasheet the ID should be 0x886? here.
370                  * Not mentioned in the datasheet, but sensors-detect says
371                  * 0x8853 is also possible. Also, the ASUS A8V-E Deluxe
372                  * (W83627EHF) has an ID of 0x8854 (verified on hardware).
373                  * So we now assume all 0x88?? IDs to mean W83627EHF/EF/EHG/EG.
374                  */
375                 {NOLDN, NULL,
376                         {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,
377                          0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
378                         {0x88,MISC,0xff,0x00,MISC,0x00,MISC,RSVD,0x50,
379                          0x04,0x00,RSVD,0x00,0x21,0x00,0x00,EOT}},
380                 {0x0, "Floppy",
381                         {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,
382                          0xf5,EOT},
383                         {0x01,0x03,0xf0,0x06,0x02,0x8e,0x00,0xff,0x00,
384                          0x00,EOT}},
385                 {0x1, "Parallel port",
386                         {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
387                         {0x01,0x03,0x78,0x07,0x04,0x3f,EOT}},
388                 {0x2, "COM1",
389                         {0x30,0x60,0x61,0x70,0xf0,EOT},
390                         {0x01,0x03,0xf8,0x04,0x00,EOT}},
391                 {0x3, "COM2",
392                         {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
393                         {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
394                 {0x5, "Keyboard",
395                         {0x30,0x60,0x61,0x62,0x63,0x70,0x72,0xf0,EOT},
396                         {0x01,0x00,0x60,0x00,0x64,0x01,0x0c,0x83,EOT}},
397                 {0x6, "Serial flash interface",
398                         {0x30,0x62,0x63,EOT},
399                         {0x00,0x00,0x00,EOT}},
400                 {0x7, "GPIO 1, GPIO 6, game port, MIDI port",
401                         {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,0xf3,
402                          0xf4,0xf5,0xf6,0xf7,EOT},
403                         {0x00,0x02,0x01,0x03,0x30,0x09,0xff,0x00,0x00,0x00,
404                          0xff,0x00,0x00,0x00,EOT}},
405                 {0x8, "WDTO#, PLED",
406                         {0x30,0xf5,0xf6,0xf7,EOT},
407                         {0x00,0x00,0x00,0x00,EOT}},
408                 {0x9, "GPIO 2, GPIO 3, GPIO 4, GPIO 5, SUSLED",
409                         {0x30,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xf0,0xf1,0xf2,
410                          0xf3,0xf4,0xf5,0xf6,0xf7,EOT},
411                         {0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,
412                          0x00,0xff,0x00,0x00,0x00,EOT}},
413                 {0xa, "ACPI",
414                         {0x30,0x70,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
415                          0xe8,0xf2,0xf3,0xf4,0xf6,0xf7,EOT},
416                         {0x00,0x00,0x01,0x00,0xff,0x08,0x00,RSVD,0x00,0x00,
417                          RSVD,0x7c,0x00,0x00,0x00,0x00,EOT}},
418                 {0xb, "Hardware monitor",
419                         {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
420                         {0x00,0x00,0x00,0x00,0xc1,0x00,EOT}},
421                 {EOT}}},
422
423         /* ID[3..0] */
424         {0xa, "W83877F", {
425                 {EOT}}},
426         {0xc, "W83877TF", {
427                 {EOT}}},
428         {0xd, "W83877ATF", {
429                 {EOT}}},
430         {EOT}
431 };
432
433 static void enter_conf_mode_winbond_88(uint16_t port)
434 {
435         outb(0x88, port);
436 }
437
438 static void enter_conf_mode_winbond_89(uint16_t port)
439 {
440         outb(0x89, port);
441 }
442
443 static void enter_conf_mode_winbond_86(uint16_t port)
444 {
445         outb(0x86, port);
446         outb(0x86, port);
447 }
448
449 static void probe_idregs_winbond_helper(const char *init, uint16_t port)
450 {
451         uint16_t id;
452         uint8_t devid, rev, olddevid;
453
454         probing_for("Winbond", init, port);
455
456         devid = regval(port, DEVICE_ID_REG);
457         rev = regval(port, DEVICE_REV_REG);
458         olddevid = regval(port, DEVICE_ID_REG_OLD) & 0x0f;
459
460         if (devid == 0x52 || devid == 0x68 || devid == 0x88)
461                 id = devid;                              /* ID only */
462         else if ((devid == 0x97) && ((rev & 0xf0) == 0x70))
463                 id = (devid << 8) | rev;                 /* ID and rev */
464         else
465                 id = (devid << 4) | ((rev & 0xf0) >> 4); /* ID and rev[3..0] */
466
467         if (olddevid == 0x0a || olddevid == 0x0c || olddevid == 0x0d)
468                 id = olddevid & 0x0f;                    /* ID[3..0] */
469
470         if (superio_unknown(reg_table, id)) {
471                 if (verbose)
472                         printf(NOTFOUND "id/oldid=0x%02x/0x%02x, rev=0x%02x\n",
473                                devid, olddevid, rev);
474                 return;
475         }
476
477         if (olddevid == 0x0a || olddevid == 0x0c || olddevid == 0x0d)
478                 printf("Found Winbond %s (id=0x%02x) at 0x%x\n",
479                        get_superio_name(reg_table, id), olddevid, port);
480         else
481                 printf("Found Winbond %s (id=0x%02x, rev=0x%02x) at 0x%x\n",
482                        get_superio_name(reg_table, id), devid, rev, port);
483         chip_found = 1;
484
485         dump_superio("Winbond", reg_table, port, id);
486 }
487
488 void probe_idregs_winbond(uint16_t port)
489 {
490         enter_conf_mode_winbond_88(port);
491         probe_idregs_winbond_helper("(init=0x88) ", port);
492         exit_conf_mode_winbond_fintek_ite_8787(port);
493
494         enter_conf_mode_winbond_89(port);
495         probe_idregs_winbond_helper("(init=0x89) ", port);
496         exit_conf_mode_winbond_fintek_ite_8787(port);
497
498         enter_conf_mode_winbond_86(port);
499         probe_idregs_winbond_helper("(init=0x86,0x86) ", port);
500         exit_conf_mode_winbond_fintek_ite_8787(port);
501
502         enter_conf_mode_winbond_fintek_ite_8787(port);
503         probe_idregs_winbond_helper("(init=0x87,0x87) ", port);
504         exit_conf_mode_winbond_fintek_ite_8787(port);
505 }
506
507 void print_winbond_chips(void)
508 {
509         print_vendor_chips("Winbond", reg_table);
510 }