Changeset 5133
- Timestamp:
- 03/02/08 23:06:43 (5 years ago)
- Location:
- lm-sensors/branches/lm-sensors-3.0.0
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r5131 r5133 7 7 Move south bridge sensor detection to the right section 8 8 Run chip_special_cases() earlier 9 New device ID for the SMSC SCH5317 9 10 10 11 3.0.1 (2008-01-28) -
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r5131 r5133 1903 1903 }, 1904 1904 { 1905 name => "SMSC SCH5317 Super IO", 1906 # The SCH5317 shows up twice in this list because it can return either 1907 # 0x85 or 0x8c as its device ID. 1908 driver => "smsc47b397", 1909 devid => 0x8c, 1910 logdev => 0x08, 1911 }, 1912 { 1905 1913 name => "SMSC SCH5504-NS Super IO", 1906 1914 # No datasheet
