hw.crusoe sysctl missing
Jon Noack
noackjr at alumni.rice.edu
Thu Feb 19 18:08:11 PST 2004
On 2/19/2004 5:03 PM, Julian St. wrote:
> I just updated my Transmeta Crusoe(tm) Laptop to -CURRENT as of
> yesterday and noticed that all the hw.crusoe variables are gone. This
> breaks e.g. wmlongrun, a dockapp to display current CPU clock speed.
>
> Anything I could have done? I did not nothing besides adding VESA to my
> old kernel config.
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/conf/NOTES
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/i386/identcpu.c
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/i386/longrun.c
Add the following to your kernel config file and build/install kernel:
options CPU_ENABLE_LONGRUN
From the commit log:
"Move LongRun support out of identcpu.c, where it hardly belongs, into
its own file and make it opt-in, not mandatory, depending on
CPU_ENABLE_LONGRUN config option."
Jon
More information about the freebsd-current
mailing list