2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-03 07:45:30 +00:00

claim ne1617 support

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1137 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2001-06-22 02:31:42 +00:00
parent 624973f967
commit 82e23d6bb6
4 changed files with 14 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ ask CVS about it:
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
2.6.1 (2001????) 2.6.1 (2001????)
File doc/chips/adm1021: Claim support for Philips NE1617, NE1617A
Module i2c-ali15x3: Allow force_addr=0xaddr; enable if not enabled. Module i2c-ali15x3: Allow force_addr=0xaddr; enable if not enabled.
Module w83781d: Fix fan speed for as99127f (broken by 2.6.0) Module w83781d: Fix fan speed for as99127f (broken by 2.6.0)
Program sensors-detect: Fix ADM1024 and ADM1025 detection. Program sensors-detect: Fix ADM1024 and ADM1025 detection.

1
README
View File

@@ -57,6 +57,7 @@ At least the following hardware sensor chips are supported:
Myson MTP008 Myson MTP008
National Semiconductor LM75, LM77, LM78, LM78-J, LM79, National Semiconductor LM75, LM77, LM78, LM78-J, LM79,
LM80, LM81, LM84, and LM87 LM80, LM81, LM84, and LM87
Philips NE1617, NE1617A
SiS 5595, 950 embedded sensors SiS 5595, 950 embedded sensors
TelCom TCN75 TelCom TCN75
TI THMC10 and THMC50 TI THMC10 and THMC50

View File

@@ -46,8 +46,11 @@ adm1021
max1617 2 - - - yes no max1617 2 - - - yes no
max1617a 2 - - - yes no max1617a 2 - - - yes no
thmc10 2 - - - yes no thmc10 2 - - - yes no
xeon 1 - - - yes no
(xeon - no detection - requires force_adm1021 parameter) (xeon - no detection - requires force_adm1021 parameter)
xeon 1 - - - yes no
(the following chips are detected as a max1617)
ne1617 2 - - - yes no
ne1617a 2 - - - yes no
adm1024 adm1024
adm1024 3 6 - 1 dac yes no adm1024 3 6 - 1 dac yes no

View File

@@ -29,6 +29,14 @@ Supported chips:
Prefix `lm84' Prefix `lm84'
Addresses scanned: I2C 0x18 - 0x1a, 0x29 - 0x2b, 0x4c - 0x4e (inclusive) Addresses scanned: I2C 0x18 - 0x1a, 0x29 - 0x2b, 0x4c - 0x4e (inclusive)
Datasheet: Publicly available at the National Semiconductor website Datasheet: Publicly available at the National Semiconductor website
* Philips NE1617
Prefix `max1617' (probably detected as a max1617)
Addresses scanned: I2C 0x18 - 0x1a, 0x29 - 0x2b, 0x4c - 0x4e (inclusive)
Datasheet: Publicly available at the Philips website
* Philips NE1617A
Prefix `max1617' (probably detected as a max1617)
Addresses scanned: I2C 0x18 - 0x1a, 0x29 - 0x2b, 0x4c - 0x4e (inclusive)
Datasheet: Publicly available at the Philips website
* TI THMC10 * TI THMC10
Prefix `thmc10' Prefix `thmc10'
Addresses scanned: I2C 0x18 - 0x1a, 0x29 - 0x2b, 0x4c - 0x4e (inclusive) Addresses scanned: I2C 0x18 - 0x1a, 0x29 - 0x2b, 0x4c - 0x4e (inclusive)