Hi: In the comments of lib/proc.c are these two lines: temp%d_over -> temp_max%d (to be changed after kernel patch) temp%d_hyst -> temp_min%d ("") Would anyone object if I change this code to... ? temp%d_over -> temp_over%d temp%d_hyst -> temp_hyst%d With Linux 2.6.1-rc1 out, that was the intention, right? Regards, -- Mark M. Hoffman mhoffman at lightlink.com