logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

longrun — Transmeta(TM) Crusoe(TM) LongRun(TM) support

Authors

       LongRun  support and this manual page were written by Tamotsu HATTORI <athlete@kta.att.ne.jp> and Mitsuru
       IWASAKI <iwasaki@FreeBSD.org>.

Debian                                            June 30, 2001                                       LONGRUN(4)

Examples

       Print the current status:

             %sysctlhw.crusoe

       To set LongRun mode to performance oriented variable frequency mode (less power savings):

             #sysctlhw.crusoe.longrun=2

History

       The Transmeta(TM) Crusoe(TM) LongRun(TM) support first appeared in FreeBSD 4.4.

Name

       longrun — Transmeta(TM) Crusoe(TM) LongRun(TM) support

Synopsis

       LongRun support is a collection of power saving modes for the Transmeta Crusoe chips, similar in scope to
       Intel's SpeedStep.  The following sysctl(8) MIBs control the different CPU modes:

       NameTypeChangeableDescriptionhw.crusoe.longruninteger    yes           LongRun mode:
                                                        0: minimum frequency mode
                                                        1: power-saving mode
                                                        2: performance mode
                                                        3: maximum frequency mode
       hw.crusoe.frequencyinteger    no            Current frequency (MHz).
       hw.crusoe.voltageinteger    no            Current voltage (mV).
       hw.crusoe.percentageinteger    no            Processing performance (%).

See Also