blob: e44460c06533ae816704ea16202606428ef08bca [file] [log] [blame]
Uwe Hermann0120e1a2007-09-16 18:11:03 +00001/*
Uwe Hermannafe83092007-09-28 15:45:43 +00002 * This file is part of the superiotool project.
Uwe Hermann0120e1a2007-09-16 18:11:03 +00003 *
4 * Copyright (C) 2007 Carl-Daniel Hailfinger
5 * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
20 */
21
22#include "superiotool.h"
23
Uwe Hermann07024692007-09-20 22:13:48 +000024#define CHIP_ID_BYTE1_REG 0x20
25#define CHIP_ID_BYTE2_REG 0x21
26#define CHIP_VERSION_REG 0x22
27
28/* Note: IT8726F has ID 0x8726 (datasheet wrongly says 0x8716). */
Uwe Hermann519419b2007-09-16 20:59:01 +000029const static struct superio_registers reg_table[] = {
Uwe Hermann07024692007-09-20 22:13:48 +000030 {0x8702, "IT8702F", {
Uwe Hermann0120e1a2007-09-16 18:11:03 +000031 {EOT}}},
Uwe Hermann07024692007-09-20 22:13:48 +000032 {0x8705, "IT8705F or IT8700F", {
Uwe Hermann0120e1a2007-09-16 18:11:03 +000033 {EOT}}},
Uwe Hermann07024692007-09-20 22:13:48 +000034 {0x8708, "IT8708F", {
Uwe Hermann2c290e32007-09-20 00:00:49 +000035 {NOLDN, NULL,
Uwe Hermann0120e1a2007-09-16 18:11:03 +000036 {0x07,0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,
37 0x29,0x2a,0x2e,0x2f,EOT},
38 {NANA,0x87,0x08,0x00,0x00,NANA,0x3f,0x00,0xff,0xff,
39 0xff,0xff,0x00,0x00,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +000040 {0x0, "Floppy",
Uwe Hermann0120e1a2007-09-16 18:11:03 +000041 {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,EOT},
42 {0x00,0x03,0xf0,0x06,0x02,0x00,0x00,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +000043 {0x1, "COM1",
Uwe Hermann0120e1a2007-09-16 18:11:03 +000044 {0x30,0x60,0x61,0x70,0xf0,EOT},
45 {0x00,0x03,0xf8,0x04,0x00,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +000046 {0x2, "COM2",
Uwe Hermann0120e1a2007-09-16 18:11:03 +000047 {0x30,0x60,0x61,0x70,0xf0,0xf1,0xf2,0xf3,EOT},
48 {0x00,0x02,0xf8,0x03,0x00,0x50,0x00,0x7f,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +000049 {0x3, "Parallel port",
Uwe Hermann0120e1a2007-09-16 18:11:03 +000050 {0x30,0x60,0x61,0x62,0x63,0x64,0x65,0x70,0x74,
51 0xf0,EOT},
52 {0x00,0x03,0x78,0x07,0x78,0x00,0x80,0x07,0x03,
53 0x03,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +000054 {0x4, "SWC",
Uwe Hermann0120e1a2007-09-16 18:11:03 +000055 {0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
56 0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,EOT},
57 {NANA,NANA,0x00,0x00,0x00,0x00,0x00,0x00,
58 0x00,0x00,0x00,0x00,0x00,NANA,NANA,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +000059 {0x5, "Keyboard",
Uwe Hermann2c290e32007-09-20 00:00:49 +000060 /* Note: 0x30 can actually be 0x00 _or_ 0x01. */
Uwe Hermann0120e1a2007-09-16 18:11:03 +000061 {0x30,0x60,0x61,0x62,0x63,0x70,0x71,0xf0,EOT},
62 {0x01,0x00,0x60,0x00,0x64,0x01,0x02,0x00,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +000063 {0x6, "Mouse",
Uwe Hermann0120e1a2007-09-16 18:11:03 +000064 {0x30,0x70,0x71,0xf0,EOT},
65 {0x00,0x0c,0x02,0x00,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +000066 {0x7, "GPIO",
Uwe Hermann0120e1a2007-09-16 18:11:03 +000067 {0x70,0xb0,0xb1,0xb2,0xb3,0xb4,0xb5,0xb8,0xb9,0xba,
68 0xbb,0xbc,0xbd,0xc0,0xc1,0xc2,0xc3,0xc4,0xc5,0xc8,
69 0xc9,0xca,0xcb,0xcc,0xcd,0xd0,0xd1,0xd2,0xd3,0xd4,
70 0xd5,0xd6,0xd7,0xd8,0xd9,0xda,0xdb,0xdc,0xf0,0xf1,
71 0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,0xf8,0xf9,0xfa,0xfb,
72 0xfc,EOT},
73 {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
74 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
75 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
76 0x00,0x00,NANA,NANA,NANA,NANA,NANA,NANA,0x00,0x00,
77 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,NANA,
78 0x00,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +000079 {0x8, "Game port",
Uwe Hermann0120e1a2007-09-16 18:11:03 +000080 {0x30,0x60,0x61,EOT},
81 {0x00,0x02,0x01,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +000082 {0x9, "Consumer IR",
Uwe Hermann0120e1a2007-09-16 18:11:03 +000083 {0x30,0x60,0x61,0x70,0xf0,EOT},
84 {0x00,0x03,0x10,0x0b,0x00,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +000085 {0xa, "MIDI port",
Uwe Hermann0120e1a2007-09-16 18:11:03 +000086 {0x30,0x60,0x61,0x70,0xf0,EOT},
87 {0x00,0x03,0x00,0x0a,0x00,EOT}},
88 {EOT}}},
Uwe Hermann07024692007-09-20 22:13:48 +000089 {0x8710, "IT8710F", {
Uwe Hermann0120e1a2007-09-16 18:11:03 +000090 {EOT}}},
Uwe Hermann07024692007-09-20 22:13:48 +000091 {0x8712, "IT8712F", {
Uwe Hermann2c290e32007-09-20 00:00:49 +000092 {NOLDN, NULL,
Uwe Hermann0120e1a2007-09-16 18:11:03 +000093 {0x07,0x20,0x21,0x22,0x23,0x24,0x2b,EOT},
94 {NANA,0x87,0x12,0x08,0x00,0x00,0x00,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +000095 {0x0, "Floppy",
Uwe Hermann0120e1a2007-09-16 18:11:03 +000096 {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,EOT},
97 {0x00,0x03,0xf0,0x06,0x02,0x00,0x00,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +000098 {0x1, "COM1",
Uwe Hermann0120e1a2007-09-16 18:11:03 +000099 {0x30,0x60,0x61,0x70,0xf0,0xf1,0xf2,0xf3,EOT},
100 {0x00,0x03,0xf8,0x04,0x00,0x50,0x00,0x7f,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +0000101 {0x2, "COM2",
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000102 {0x30,0x60,0x61,0x70,0xf0,0xf1,0xf2,0xf3,EOT},
103 {0x00,0x02,0xf8,0x03,0x00,0x50,0x00,0x7f,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +0000104 {0x3, "Parallel port",
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000105 {0x30,0x60,0x61,0x62,0x63,0x70,0x74,0xf0,EOT},
106 {0x00,0x03,0x78,0x07,0x78,0x07,0x03,0x03,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +0000107 {0x4, "Environment controller",
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000108 {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,0xf3,
109 0xf4,0xf5,0xf6,EOT},
110 {0x00,0x02,0x90,0x02,0x30,0x09,0x00,0x00,0x00,0x00,
111 0x00,NANA,NANA,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +0000112 {0x5, "Keyboard",
113 /* TODO: 0xf0: Error in datasheet? */
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000114 {0x30,0x60,0x61,0x62,0x63,0x70,0x71,0xf0,EOT},
115 {0x01,0x00,0x60,0x00,0x64,0x01,0x02,0x08,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +0000116 {0x6, "Mouse",
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000117 {0x30,0x70,0x71,0xf0,EOT},
118 {0x00,0x0c,0x02,0x00,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +0000119 {0x7, "GPIO", /* TODO: 0x72, 0x73: Errors in datasheet? */
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000120 {0x25,0x26,0x27,0x28,0x29,0x2a,0x2c,0x60,0x61,0x62,
121 0x63,0x64,0x65,0x70,0x71,0x72,0x73,0x74,0xb0,0xb1,
122 0xb2,0xb3,0xb4,0xb5,0xb8,0xb9,0xba,0xbb,0xbc,0xbd,
123 0xc0,0xc1,0xc2,0xc3,0xc4,0xc8,0xc9,0xca,0xcb,0xcc,
124 0xe0,0xe1,0xe2,0xe3,0xe4,0xf0,0xf1,0xf2,0xf3,0xf4,
125 0xf5,0xf6,0xf7,0xf8,0xf9,0xfa,0xfb,0xfc,0xfd,EOT},
126 {0x01,0x00,0x00,0x40,0x00,0x00,0x00,0x00,0x00,0x00,
Uwe Hermann07024692007-09-20 22:13:48 +0000127 0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0x00,0x00,
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000128 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
129 0x01,0x00,0x00,0x40,0x00,0x01,0x00,0x00,0x40,0x00,
130 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
131 0x00,0x00,0x00,0x00,0x00,0x00,0x00,NANA,0x00,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +0000132 {0x8, "MIDI port",
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000133 {0x30,0x60,0x61,0x70,0xf0,EOT},
134 {0x00,0x03,0x00,0x0a,0x00,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +0000135 {0x9, "Game port",
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000136 {0x30,0x60,0x61,EOT},
137 {0x00,0x02,0x01,EOT}},
Uwe Hermann07024692007-09-20 22:13:48 +0000138 {0xa, "Consumer IR",
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000139 {0x30,0x60,0x61,0x70,0xf0,EOT},
140 {0x00,0x03,0x10,0x0b,0x00,EOT}},
141 {EOT}}},
Uwe Hermann07024692007-09-20 22:13:48 +0000142 {0x8716, "IT8716F", {
Uwe Hermann2c290e32007-09-20 00:00:49 +0000143 {NOLDN, NULL,
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000144 {0x07,0x20,0x21,0x22,0x23,0x24,0x2b,EOT},
145 {NANA,0x87,0x16,0x01,0x00,0x00,0x00,EOT}},
Uwe Hermann2c290e32007-09-20 00:00:49 +0000146 {0x0, NULL,
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000147 {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,EOT},
148 {0x00,0x03,0xf0,0x06,0x02,0x00,0x00,EOT}},
Uwe Hermann2c290e32007-09-20 00:00:49 +0000149 {0x1, NULL,
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000150 {0x30,0x60,0x61,0x70,0xf0,0xf1,0xf2,0xf3,EOT},
151 {0x00,0x03,0xf8,0x04,0x00,0x50,0x00,0x7f,EOT}},
Uwe Hermann2c290e32007-09-20 00:00:49 +0000152 {0x2, NULL,
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000153 {0x30,0x60,0x61,0x70,0xf0,0xf1,0xf2,0xf3,EOT},
154 {0x00,0x02,0xf8,0x03,0x00,0x50,0x00,0x7f,EOT}},
Uwe Hermann2c290e32007-09-20 00:00:49 +0000155 {0x3, NULL,
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000156 {0x30,0x60,0x61,0x62,0x63,0x70,0x74,0xf0,EOT},
157 {0x00,0x03,0x78,0x07,0x78,0x07,0x03,0x03,EOT}},
Uwe Hermann2c290e32007-09-20 00:00:49 +0000158 {0x4, NULL,
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000159 {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,0xf3,
160 0xf4,0xf5,0xf6,EOT},
161 {0x00,0x02,0x90,0x02,0x30,0x09,0x00,0x00,0x00,0x00,
162 0x00,NANA,NANA,EOT}},
Uwe Hermann2c290e32007-09-20 00:00:49 +0000163 {0x5, NULL,
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000164 {0x30,0x60,0x61,0x62,0x63,0x70,0x71,0xf0,EOT},
165 {0x01,0x00,0x60,0x00,0x64,0x01,0x02,0x00,EOT}},
Uwe Hermann2c290e32007-09-20 00:00:49 +0000166 {0x6, NULL,
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000167 {0x30,0x70,0x71,0xf0,EOT},
168 {0x00,0x0c,0x02,0x00,EOT}},
Uwe Hermann2c290e32007-09-20 00:00:49 +0000169 {0x7, NULL,
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000170 {0x25,0x26,0x27,0x28,0x29,0x2a,0x2c,0x60,0x61,0x62,
171 0x63,0x64,0x65,0x70,0x71,0x72,0x73,0x74,0xb0,0xb1,
172 0xb2,0xb3,0xb4,0xb5,0xb8,0xb9,0xba,0xbb,0xbc,0xbd,
173 0xc0,0xc1,0xc2,0xc3,0xc4,0xc8,0xc9,0xca,0xcb,0xcc,
174 0xe0,0xe1,0xe2,0xe3,0xe4,0xf0,0xf1,0xf2,0xf3,0xf4,
175 0xf5,0xf6,0xf7,0xf8,0xf9,0xfa,0xfb,0xfc,0xfd,EOT},
176 {0x01,0x00,0x00,0x40,0x00,0x00,0x00,0x00,0x00,0x00,
177 0x00,0x00,0x00,0x00,0x00,0x20,0x38,0x00,0x00,0x00,
178 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
179 0x01,0x00,0x00,0x40,0x00,0x01,0x00,0x00,0x40,0x00,
180 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
181 0x00,0x00,0x00,0x00,0x00,0x00,0x00,NANA,0x00,EOT}},
Uwe Hermann2c290e32007-09-20 00:00:49 +0000182 {0x8, NULL,
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000183 {0x30,0x60,0x61,0x70,0xf0,EOT},
184 {0x00,0x03,0x00,0x0a,0x00,EOT}},
Uwe Hermann2c290e32007-09-20 00:00:49 +0000185 {0x9, NULL,
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000186 {0x30,0x60,0x61,EOT},
187 {0x00,0x02,0x01,EOT}},
Uwe Hermann2c290e32007-09-20 00:00:49 +0000188 {0xa, NULL,
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000189 {0x30,0x60,0x61,0x70,0xf0,EOT},
190 {0x00,0x03,0x10,0x0b,0x00,EOT}},
191 {EOT}}},
Uwe Hermann07024692007-09-20 22:13:48 +0000192 {0x8718, "IT8718F", {
Uwe Hermann420f6ab2007-09-21 14:48:04 +0000193 {NOLDN, NULL,
194 {0x07,0x20,0x21,0x22,0x23,0x24,0x2b,EOT},
195 {NANA,0x87,0x18,0x01,0x00,0x00,0x00,EOT}},
196 {0x0, "Floppy",
197 {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,EOT},
198 {0x00,0x03,0xf0,0x06,0x02,0x00,0x00,EOT}},
199 {0x1, "COM1",
200 {0x30,0x60,0x61,0x70,0xf0,0xf1,0xf2,0xf3,EOT},
201 {0x00,0x03,0xf8,0x04,0x00,0x50,0x00,0x7f,EOT}},
202 {0x2, "COM2",
203 {0x30,0x60,0x61,0x70,0xf0,0xf1,0xf2,0xf3,EOT},
204 {0x00,0x02,0xf8,0x03,0x00,0x50,0x00,0x7f,EOT}},
205 {0x3, "Parallel port",
206 {0x30,0x60,0x61,0x62,0x63,0x70,0x74,0xf0,EOT},
207 {0x00,0x03,0x78,0x07,0x78,0x07,0x03,0x03,EOT}},
208 {0x4, "Environment controller",
209 {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,0xf3,
210 0xf4,0xf5,0xf6,EOT},
211 {0x00,0x02,0x90,0x02,0x30,0x09,0x00,0x00,0x00,0x00,
212 0x00,NANA,NANA,EOT}},
213 {0x5, "Keyboard",
214 {0x30,0x60,0x61,0x62,0x63,0x70,0x71,0xf0,EOT},
215 {0x01,0x00,0x60,0x00,0x64,0x01,0x02,0x00,EOT}},
216 {0x6, "Mouse",
217 {0x30,0x70,0x71,0xf0,EOT},
218 {0x00,0x0c,0x02,0x00,EOT}},
219 {0x7, "GPIO",
220 {0x25,0x26,0x27,0x28,0x29,0x2a,0x2c,0x60,0x61,0x62,
221 0x63,0x64,0x65,0x70,0x71,0x72,0x73,0x74,0xb0,0xb1,
222 0xb2,0xb3,0xb4,0xb5,0xb8,0xb9,0xba,0xbb,0xbc,0xbd,
223 0xc0,0xc1,0xc2,0xc3,0xc4,0xc8,0xc9,0xca,0xcb,0xcc,
224 0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xf0,0xf1,
225 0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,0xf8,0xf9,0xfa,0xfb,
226 0xfc,0xfd,0xfe,0xff,EOT},
227 {0x01,0x00,0x00,0x40,0x00,0x00,0x00,0x00,0x00,0x00,
228 0x00,0x00,0x00,0x00,0x00,0x20,0x38,0x00,0x00,0x00,
229 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
230 0x01,0x00,0x00,0x40,0x00,0x01,0x00,0x00,0x40,0x00,
231 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
232 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
233 NANA,0x00,0x00,0x00,EOT}},
234 {0xa, "Consumer IR",
235 {0x30,0x60,0x61,0x70,0xf0,EOT},
236 {0x00,0x03,0x10,0x0b,0x00,EOT}},
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000237 {EOT}}},
238 {EOT}
239};
240
Uwe Hermann07024692007-09-20 22:13:48 +0000241/**
Uwe Hermann0f867322007-09-24 01:40:09 +0000242 * IT871[01]F and IT8708F use 0x87, 0x87
Uwe Hermann07024692007-09-20 22:13:48 +0000243 * IT8761F uses 0x87, 0x61, 0x55, 0x55/0xaa
244 * IT86xxF series uses different ports
245 * IT8661F uses 0x86, 0x61, 0x55/0xaa, 0x55/0xaa and 32 more writes
246 * IT8673F uses 0x86, 0x80, 0x55/0xaa, 0x55/0xaa and 32 more writes
247 */
Uwe Hermann3acf31e2007-09-19 01:55:35 +0000248static void enter_conf_mode_ite(uint16_t port)
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000249{
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000250 outb(0x87, port);
251 outb(0x01, port);
252 outb(0x55, port);
253 if (port == 0x2e)
254 outb(0x55, port);
255 else
Uwe Hermann07024692007-09-20 22:13:48 +0000256 outb(0xaa, port);
Uwe Hermann25a6c0f2007-09-19 00:48:42 +0000257}
258
Uwe Hermann3acf31e2007-09-19 01:55:35 +0000259static void exit_conf_mode_ite(uint16_t port)
Uwe Hermann25a6c0f2007-09-19 00:48:42 +0000260{
261 regwrite(port, 0x02, 0x02);
262}
263
Uwe Hermannafe83092007-09-28 15:45:43 +0000264static void probe_idregs_ite_helper(const char *init, uint16_t port)
Uwe Hermann25a6c0f2007-09-19 00:48:42 +0000265{
266 uint16_t id, chipver;
267
Uwe Hermann07024692007-09-20 22:13:48 +0000268 id = regval(port, CHIP_ID_BYTE1_REG) << 8;
269 id |= regval(port, CHIP_ID_BYTE2_REG);
270 chipver = regval(port, CHIP_VERSION_REG) & 0x0f; /* Only bits 3..0 */
271
272 if (superio_unknown(reg_table, id)) {
Uwe Hermannafe83092007-09-28 15:45:43 +0000273 no_superio_found("ITE", init, port);
Uwe Hermann07024692007-09-20 22:13:48 +0000274 exit_conf_mode_ite(port);
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000275 return;
276 }
277
Uwe Hermann07024692007-09-20 22:13:48 +0000278 printf("Found ITE %s (id=0x%04x, rev=0x%01x) at port=0x%x\n",
279 get_superio_name(reg_table, id), id, chipver, port);
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000280
Uwe Hermann07024692007-09-20 22:13:48 +0000281 dump_superio("ITE", reg_table, port, id);
Uwe Hermanneddc4732007-09-20 23:57:44 +0000282 dump_superio_readable(port); /* TODO */
Uwe Hermannb4db2202007-09-20 23:37:56 +0000283}
Uwe Hermann25a6c0f2007-09-19 00:48:42 +0000284
Uwe Hermannb4db2202007-09-20 23:37:56 +0000285void probe_idregs_ite(uint16_t port)
286{
287 enter_conf_mode_ite(port);
Uwe Hermannafe83092007-09-28 15:45:43 +0000288 probe_idregs_ite_helper("(init=0x87,0x01,0x55,0x55/0xaa) ", port);
Uwe Hermann25a6c0f2007-09-19 00:48:42 +0000289 exit_conf_mode_ite(port);
Uwe Hermannb4db2202007-09-20 23:37:56 +0000290
291 enter_conf_mode_winbond_fintek_ite_8787(port);
Uwe Hermannafe83092007-09-28 15:45:43 +0000292 probe_idregs_ite_helper("(init=0x87,0x87) ", port);
Uwe Hermannb4db2202007-09-20 23:37:56 +0000293 exit_conf_mode_winbond_fintek_ite_8787(port);
Uwe Hermann0120e1a2007-09-16 18:11:03 +0000294}
295