Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Jul 2001 03:14:47 +0900
From:      Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
To:        dfr@nlsystems.com
Cc:        iwasaki@jp.FreeBSD.org, arch@freebsd.org, audit@freebsd.org, athlete@kta.att.ne.jp
Subject:   Re: CFR: Crusoe LongRun Support
Message-ID:  <20010701031447S.iwasaki@jp.FreeBSD.org>
In-Reply-To: <Pine.BSF.4.33.0106292023230.4374-100000@herring.nlsystems.com>
References:  <20010630041951I.iwasaki@jp.FreeBSD.org> <Pine.BSF.4.33.0106292023230.4374-100000@herring.nlsystems.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

> I would like to see something like longrun(4) which described the sysctls
> and indicated what each longrun level actually means.

OK, understood.  I've written longrun(4) manpage.  As always my English
is poor, any feedback is welcome :-)

Thanks

.\" Copyright (c) 2001 Tamotsu HATTORI <athlete@kta.att.ne.jp>
.\" Copyright (c) 2001 Mitsuru IWASAKI <iwasaki@FreeBSD.org>
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\"    notice, this list of conditions and the following disclaimer in the
.\"    documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD$
.Dd Jun 30, 2001
.Dt LONGRUN 4 i386
.Os
.Sh NAME
.Nm longrun
.Nd Transmeta(TM) Crusoe(TM) LongRun(TM) support
.Sh SYNOPSIS
The following
.Xr sysctl 8
MIBs are available:
.Bl -tag -width "hw.crusoe.percentage integer no         " -compact
.It Sy "Name                 Type    Changeable Description
.It "hw.crusoe.longrun    integer yes        LongRun mode.
.Bl -tag -width "0: minimum frequency mode" -compact
.It "0: minimum frequency mode
.It "1: power-saving mode
.It "2: performance mode
.It "3: maximum frequency mode
.El
.It "hw.crusoe.frequency  integer no         Current frequency (MHz).
.It "hw.crusoe.voltage    integer no         Current voltage (mV).
.It "hw.crusoe.percentage integer no         Processing performance (%).
.El
.Pp
.Sh EXAMPLES
To get current status:
.Bd -literal -offset indent
% sysctl hw.crusoe
.Ed
.Pp
To set LongRun mode to performance oriented variable frequency mode:
.Bd -literal -offset indent
# sysctl -w hw.crusoe.longrun=2
.Ed
.Pp
.Sh AUTHORS
.An -nosplit
LongRun support and this manual page were written by
.An Tamotsu HATTORI Aq athlete@kta.att.ne.jp
and
.An Mitsuru IWASAKI Aq iwasaki@FreeBSD.org .
.Sh HISTORY
Transmeta(TM) Crusoe(TM) LongRun(TM) support first appeared in
.Fx  5.0 .

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010701031447S.iwasaki>