Changeset 3134
- Timestamp:
- 10/29/05 19:17:48 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/via686a.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/via686a.c
r3008 r3134 208 208 // we'll just use linear interpolation for 10-bit readings.) So, tempLUT 209 209 // is the temp at via register values 0-255: 210 static const longtempLUT[] =210 static const s16 tempLUT[] = 211 211 { -709, -688, -667, -646, -627, -607, -589, -570, -553, -536, -519, 212 212 -503, -487, -471, -456, -442, -428, -414, -400, -387, -375, … … 803 803 addr = force_addr; /* so detect will get called */ 804 804 805 if (!addr) {806 printk("via686a.o: No Via 686A sensors found.\n");807 return -ENODEV;808 }809 805 normal_isa[0] = addr; 810 806 s_bridge = dev;
