Changeset 4127
- Timestamp:
- 09/01/06 15:05:51 (7 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 3 modified
-
README (modified) (1 diff)
-
doc/busses/i2c-viapro (modified) (2 diffs)
-
mkpatch/mkpatch.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/README
r4064 r4127 70 70 3Dfx Voodoo 3 and Banshee 71 71 VIA Technologies VT82C586B, VT82C596A/B, VT82C686A/B, VT8231, 72 VT8233, VT8233A, VT8235 and VT8237R72 VT8233, VT8233A, VT8235, VT8237R/A and VT8251 73 73 74 74 -
lm-sensors/trunk/doc/busses/i2c-viapro
r3144 r4127 10 10 Datasheet: Sometimes available at the VIA website 11 11 12 * VIA Technologies, Inc. VT8231, VT8233, VT8233A, VT8235, VT8237 12 * VIA Technologies, Inc. VT8231, VT8233, VT8233A, VT8235, VT8237R/A, VT8251 13 13 Datasheet: available on request from Via 14 14 … … 44 44 device 1106:3177 (VT8235) 45 45 device 1106:3227 (VT8237R) 46 device 1106:3337 (VT8237A) 47 device 1106:3287 (VT8251) 46 48 47 49 If none of these show up, you should look in the BIOS for settings like -
lm-sensors/trunk/mkpatch/mkpatch.pl
r4050 r4127 263 263 kernel is running. 264 264 265 VIA Technologies, Inc. VT82C596, 596B, 686A/B, 8233, 8235 265 VIA Technologies, Inc. VT82C596, 596B, 686A/B, 8233, 8235, 8237R/A, 8251 266 266 CONFIG_I2C_VIAPRO 267 267 If you say yes to this option, support will be included for the VIA … … 984 984 dep_tristate ' Savage 4' CONFIG_I2C_SAVAGE4 $CONFIG_I2C_ALGOBIT 985 985 dep_tristate ' VIA Technologies, Inc. VT82C586B' CONFIG_I2C_VIA $CONFIG_I2C_ALGOBIT 986 dep_tristate ' VIA Technologies, Inc. VT596A/B, 686A/B, 8231, 8233, 8233A, 8235 ' CONFIG_I2C_VIAPRO $CONFIG_I2C986 dep_tristate ' VIA Technologies, Inc. VT596A/B, 686A/B, 8231, 8233, 8233A, 8235, 8237R/A, 8251' CONFIG_I2C_VIAPRO $CONFIG_I2C 987 987 dep_tristate ' Voodoo3 I2C interface' CONFIG_I2C_VOODOO3 $CONFIG_I2C_ALGOBIT 988 988 dep_tristate ' Pseudo ISA adapter (for some hardware sensors)' CONFIG_I2C_ISA $CONFIG_I2C
