Changeset 2914
- Timestamp:
- 02/19/05 18:17:54 (8 years ago)
- Location:
- lm-sensors/trunk/doc/chips
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/chips/SUMMARY
r2857 r2914 106 106 107 107 it87 108 (all are reported as an "it87") 108 it8712 3 8 3 3 pwm yes yes 109 (the following are reported as an "it87") 109 110 it8705 3 8 3 3 pwm yes yes 110 it8712 3 8 3 3 pwm yes yes111 111 sis950 3 8 3 3 pwm yes yes 112 112 -
lm-sensors/trunk/doc/chips/it87
r2790 r2914 6 6 Supported chips: 7 7 * IT8705F 8 ISA 0x2908 Addresses scanned: I2C 0x28 - 0x2f (inclusive), ISA autodetected 9 9 Datasheet: Publicly available at the ITE website 10 10 http://www.ite.com.tw 11 * IT8712F (untested)12 Addresses scanned: I2C 0x2 0 - 0x2f (inclusive), ISA 0x290 (8 I/O ports)11 * IT8712F 12 Addresses scanned: I2C 0x28 - 0x2f (inclusive), ISA autodetected 13 13 Datasheet: Publicly available at the ITE website 14 14 http://www.ite.com.tw 15 15 * Sis950 [clone of IT8705F] 16 ISA 0x290 17 Datasheet: Publicly available at the SIS website 18 Appears to no longer be available on SIS website, found at 19 http://ic.doma.kiev.ua/pdf/chip/sio.htm 16 Addresses scanned: ISA 0x290 17 Datasheet: No longer publicly available 20 18 21 19 Author: Christophe Gauthron <chrisg@0-in.com> … … 50 48 ----------- 51 49 52 This driver implements support for the IT8705F chip. 53 This chip is also known as SIS 950. 54 55 This driver also supports IT8712F, which adds SmBus access, and a Vid 56 input, used to report the Vcore voltage of the Pentium processor. 50 This driver implements support for the IT8705F, IT8712F and SiS950 chips. 57 51 58 52 These chips are 'Super I/O chips', supporting floppy disks, infrared ports, … … 60 54 they include an 'environmnent controller' with 3 temperature sensors, 61 55 3 fan rotation speed sensors, 8 voltage sensors, and associated alarms. 56 The IT8712F additionally features VID inputs. 62 57 63 58 Temperatures are measured in degrees Celcius. An alarm is triggered once
