Subject: port-i386/37021: man page for piixpcib
To: None <port-i386-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: None <doomwarriorx@gmail.com>
List: netbsd-bugs
Date: 09/23/2007 17:25:00
>Number:         37021
>Category:       port-i386
>Synopsis:       man page for piixpcib
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    port-i386-maintainer
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Sep 23 17:25:00 +0000 2007
>Originator:     Stephan Meisinger
>Release:        4.0rc1 && -current
>Organization:
-
>Environment:
>Description:
no man page for piixpcib, so I wrote one...
>How-To-Repeat:

>Fix:
.\" Copyright (c) 2007 Stephan Meisinger
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd Jun 10, 2007
.Dt PIIXPCIB 4
.Os
.Sh NAME
.Nm piixpcib
.Nd Intel PIIX4 PCI-ISA bridge with SpeedStep
.Sh SYNOPSIS
.Cd "piixpcib* at pci? dev ? function ?"
.Cd "isa* at piipcib?"
.Sh DESCRIPTION
The
.Nm
driver provides support for the Intel PIIX and compatible PCI-ISA Bridge
with Intel's first generation SpeedStep.
.Pp
Frequncy scaling is supported on Pentium III with two voltage modes,
used by SpeedStep as power state low and high. 
The driver will switch into low power state by reduceing voltage 
and frequency of the CPU. The factor depends on the processor itself, but
will always reduce power consumtion about 1/2.
.Pp
The user can manually control CPU frequncy with the
.Xr sysctl 8
program accessible through:
.Bl -tag -width usscanner -offset indent
.It machdep.speedstep = [0/1]
.El
.Sh SEE ALSO
.Xr cpu 4 ,
.Xr isa 4 ,
.Xr pci 4 ,
.Xr apmd 8 ,
.Xr sysctl 8
.Sh HISTORY
The
.Nm
driver first appeared in
.Fx 5.5 and then in
.Nx 4.0 .
.Sh AUTHORS
.An -nosplit
The current
.Nm
driver was written by
.An Bruno Ducrot.
It was ported to
.Nx
by
.An Jared D. McNeill Aq jmcneill@netbsd.org .