Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/x86/x86



On Mon, Jun 29, 2009 at 12:30:09PM +0000, Paul Goyette wrote:
> Module Name:  src
> Committed By: pgoyette
> Date:         Mon Jun 29 12:30:09 UTC 2009
> 
> Modified Files:
>       src/sys/arch/x86/x86: ipmi.c
> 
> Log Message:
> Adapt to new features available in sysmon_envsys:
> 
> 1) expose the built-in limits to user-land (via envstat(8)), and
> 2) allow user-specified limits to override the built-in limits.
> 
> No comments received from current-users@ over 2-week period.

I think this broke ipmi0 on my Dell PowerEdge 1950.  At boot I see these
warnings,

ipmi0: warning over limit on 'Ambient Temp'
ipmi0: warning over limit on 'Temp3'
ipmi0: warning over limit on 'Temp2'
ipmi0: warning over limit on 'Temp1'

envstat says:

                     Current  CritMax  CritMin  CritCap     Unit
*snip snip*
    Ambient Temp:     22.000 -1336.011 -1339.428              degC
           Temp3:     40.000 -1336.011 -1339.428              degC
           Temp2:     40.000 -1336.011 -1339.428              degC
           Temp1:     50.000 -1336.011 -1339.428              degC

Those limits don't look right.

Dave

-- 
David Young             OJC Technologies
dyoung%ojctech.com@localhost      Urbana, IL * (217) 278-3933


Home | Main Index | Thread Index | Old Index