Changeset 914 for lm-sensors/trunk/kernel/chips/via686a.c
- Timestamp:
- 10/25/00 17:31:51 (13 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/via686a.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/via686a.c
r788 r914 200 200 // numbers on my machine (ie. they agree with what my BIOS tells me). 201 201 // Here's the fifth-order fit to the 8-bit data: 202 // temp = 1.625093e-09*val^5 - 1.001632e-06*val^4 + 2.457653e-04*val^3 - 203 // 2.967619e-02*val^2 + 2.175144e+00*val - 7.090067e+0. 202 // temp = 1.625093e-10*val^5 - 1.001632e-07*val^4 + 2.457653e-05*val^3 - 203 // 2.967619e-03*val^2 + 2.175144e-01*val - 7.090067e+0. 204 // 205 // (2000-10-25- RFD: thanks to Uwe Andersen <uandersen@mayah.com> for 206 // finding my typos in this formula!) 204 207 // 205 208 // Alas, none of the elegant function-fit solutions will work because we
