Subject: Re: [Fwd: Re: port-i386/36428: piixpcib boot hang on 4.0_BETA2]
To: Adam Hamsik <haaaad@gmail.com>
From: doomwarrior <doomwarriorx@gmail.com>
List: tech-kern
Date: 07/03/2007 17:34:35
Hi

Thanks for your correction. As Juan already noticed the driver isn't 
related to powerd, so I don't add those suggestions.

Best Regards
Stephan

Man-page with correction from Adam Hamsik:

.\" 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
Frequency 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 reducing 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 frequency 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 .