> # sysctl -a|grep 'sensors.*temp'
> hw.sensors.cpu0.temp0=30.00 degC
> hw.sensors.lm1.temp0=0.00 degC
> hw.sensors.lm1.temp1=14.00 degC
> hw.sensors.lm1.temp2=14.00 degC
> # reboot
> 
> BEEEEEEEEEEEEEEEP!

Oh that is interesting.  Can you try disabling the lm(4) driver in
your kernel?  You can do:

# config -ef /bsd
...
ukc> disable lm
254 lm0 disabled
255 lm* disabled
256 lm* disabled
ukc> quit
Saving modified kernel.
# reboot

That reboot will probably still hang.  But it'd be interesting to see
if any subsequent reboots work better.

Reply via email to