Module Name: src
Committed By: jruoho
Date: Fri Mar 18 22:16:25 UTC 2011
Modified Files:
src/share/man/man4: options.4
Log Message:
Remove ENHANCED_SPEEDSTEP, EST_FREQ_USERWRITE, INTEL_ONDEMAND_CLOCKMOD,
POWERNOW_K7, POWERNOW_K8, and VIA_PADLOCK.
To generate a diff of this commit:
cvs rdiff -u -r1.401 -r1.402 src/share/man/man4/options.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/options.4
diff -u src/share/man/man4/options.4:1.401 src/share/man/man4/options.4:1.402
--- src/share/man/man4/options.4:1.401 Sun Mar 6 17:39:34 2011
+++ src/share/man/man4/options.4 Fri Mar 18 22:16:25 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.401 2011/03/06 17:39:34 wiz Exp $
+.\" $NetBSD: options.4,v 1.402 2011/03/18 22:16:25 jruoho Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -30,7 +30,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd March 6, 2011
+.Dd March 19, 2011
.Dt OPTIONS 4
.Os
.Sh NAME
@@ -2419,41 +2419,6 @@
.Em pccons
on a Shark.
.El
-.Ss amd64-specific Options
-.Bl -ohang
-.It Cd options ENHANCED_SPEEDSTEP
-Include support for the
-.Dq Enhanced SpeedStep Technology .
-Note that new systems supporting
-.Xr acpi 4
-should prefer
-.Xr acpicpu 4
-instead.
-.It Cd options EST_FREQ_USERWRITE
-Allow any user to change the frequency of an
-.Dq Enhanced SpeedStep Technology .
-capable
-.Tn CPU .
-.It Cd options INTEL_ONDEMAND_CLOCKMOD
-This enables the On Demand Clock Modulation by software
-on Intel
-.Tn CPUs
-supporting the Thermal Monitor feature (TM).
-You can select the duty cycle with
-.Xr sysctl 8
-in the node
-.Em machdep.clockmod
-if supported.
-.It Cd options POWERNOW_K8
-Include support for AMD Athlon 64 PowerNow! and Cool`n'Quiet
-Technology, used to change the CPU voltage and frequency
-on the fly.
-Note that new systems supporting
-.Xr acpi 4
-should prefer
-.Xr acpicpu 4
-instead.
-.El
.Ss atari-specific Options
.Bl -ohang
.It Cd options DISKLABEL_AHDI
@@ -2483,39 +2448,6 @@
.El
.Ss i386-specific Options
.Bl -ohang
-.It Cd options ENHANCED_SPEEDSTEP
-Include support for the
-.Dq Enhanced SpeedStep Technology .
-Note that new systems supporting
-.Xr acpi 4
-should prefer
-.Xr acpicpu 4
-instead.
-.It Cd options EST_FREQ_USERWRITE
-Allow any user to change the frequency of an
-.Dq Enhanced SpeedStep Technology
-capable
-.Tn CPU .
-.It Cd options INTEL_ONDEMAND_CLOCKMOD
-This enables the On Demand Clock Modulation by software
-on Intel
-.Tn CPUs
-supporting the Thermal Monitor feature (TM).
-You can select the duty cycle with
-.Xr sysctl 8
-in the node
-.Em machdep.clockmod
-if supported.
-.It Cd options POWERNOW_K7
-Include support for the AMD
-.Tn PowerNow! Technology
-present in AMD Athlon Mobile processors.
-.It Cd options VIA_PADLOCK
-Include support for the
-.Tn AES
-encryption instructions of the
-.Tn VIA PadLock Security engine ,
-which is attached as a provider to the opencrypto framework.
.It Cd options CPURESET_DELAY=value
Specifies the time (in millisecond) to wait before doing a hardware reset
in the last phase of a reboot.