Loadable SMBus modules regression in 6-STABLE -> 6-BETA

John Baldwin jhb at freebsd.org
Tue Sep 26 10:41:28 PDT 2006


On Sunday 24 September 2006 10:27, Dmitry Pryanishnikov wrote:
> 
> Hello!
> 
>    I've upgraded my 6-STABLE (as of 20-Aug) to the fresh (24-Sep) RELENG_6.
> The only modification of the kernel config file is the removal of the
> IPFIREWALL_FORWARD_EXTENDED option. Upgrade went successfully, but after
> booting into the multiuser mode I've found that /dev/smb0 became unavailable
> (so I can't monitor my hardware with the healthd anymore). I've examined
> kernel boot logs and found that the only difference is:

It still works here.  Since you are using modules, make sure all your modules 
are in sync.  Short of that, you can edit sys/dev/smbus/smb.c and add a 
printf to smb_identify() and make sure it is called.

-- 
John Baldwin


More information about the freebsd-stable mailing list