Tue Dec 21 08:11:22 2010 UTC ()
Remark acpicpu(4).


(jruoho)
diff -r1.398 -r1.399 src/share/man/man4/options.4

cvs diff -r1.398 -r1.399 src/share/man/man4/options.4 (expand / switch to unified diff)

--- src/share/man/man4/options.4 2010/12/20 18:18:32 1.398
+++ src/share/man/man4/options.4 2010/12/21 08:11:21 1.399
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: options.4,v 1.398 2010/12/20 18:18:32 jruoho Exp $ 1.\" $NetBSD: options.4,v 1.399 2010/12/21 08:11:21 jruoho Exp $
2.\" 2.\"
3.\" Copyright (c) 1996 3.\" Copyright (c) 1996
4.\" Perry E. Metzger. All rights reserved. 4.\" Perry E. Metzger. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. All advertising materials mentioning features or use of this software 14.\" 3. All advertising materials mentioning features or use of this software
@@ -20,27 +20,27 @@ @@ -20,27 +20,27 @@
20.\" 20.\"
21.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 21.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 22.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
23.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 23.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
24.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 24.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 25.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 26.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 27.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 29.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31.\" 31.\"
32.\" 32.\"
33.Dd September 21, 2010 33.Dd December 21, 2010
34.Dt OPTIONS 4 34.Dt OPTIONS 4
35.Os 35.Os
36.Sh NAME 36.Sh NAME
37.Nm options 37.Nm options
38.Nd Miscellaneous kernel configuration options 38.Nd Miscellaneous kernel configuration options
39.Sh SYNOPSIS 39.Sh SYNOPSIS
40.Cd cinclude ... 40.Cd cinclude ...
41.Cd config ... 41.Cd config ...
42.Cd [no] file-system ... 42.Cd [no] file-system ...
43.Cd ident ... 43.Cd ident ...
44.Cd include ... 44.Cd include ...
45.Cd [no] makeoptions ... 45.Cd [no] makeoptions ...
46.Cd maxusers ... 46.Cd maxusers ...
@@ -2398,48 +2398,56 @@ on a Shark. @@ -2398,48 +2398,56 @@ on a Shark.
2398.It Cd options GERMAN_KBD 2398.It Cd options GERMAN_KBD
2399Include translation for German keyboards when using 2399Include translation for German keyboards when using
2400.Em pccons 2400.Em pccons
2401on a Shark. 2401on a Shark.
2402.It Cd options NORWEGIAN_KBD 2402.It Cd options NORWEGIAN_KBD
2403Include translation for French keyboards when using 2403Include translation for French keyboards when using
2404.Em pccons 2404.Em pccons
2405on a Shark. 2405on a Shark.
2406.El 2406.El
2407.Ss amd64-specific Options 2407.Ss amd64-specific Options
2408.Bl -ohang 2408.Bl -ohang
2409.It Cd options ENHANCED_SPEEDSTEP 2409.It Cd options ENHANCED_SPEEDSTEP
2410Include support for the 2410Include support for the
2411.Tn Enhanced SpeedStep Technology 2411.Dq Enhanced SpeedStep Technology .
2412present in newer 2412Note that new systems supporting
2413.Tn CPU Ns s . 2413.Xr acpi 4
 2414should prefer
 2415.Xr acpicpu 4
 2416instead.
2414.It Cd options EST_FREQ_USERWRITE 2417.It Cd options EST_FREQ_USERWRITE
2415Allow any user to change the frequency of an 2418Allow any user to change the frequency of an
2416.Tn Enhanced SpeedStep Technology 2419.Dq Enhanced SpeedStep Technology .
2417capable 2420capable
2418.Tn CPU . 2421.Tn CPU .
2419.It Cd options INTEL_ONDEMAND_CLOCKMOD 2422.It Cd options INTEL_ONDEMAND_CLOCKMOD
2420This enables the On Demand Clock Modulation by software 2423This enables the On Demand Clock Modulation by software
2421on Intel 2424on Intel
2422.Tn CPUs 2425.Tn CPUs
2423supporting the Thermal Monitor feature (TM). 2426supporting the Thermal Monitor feature (TM).
2424You can select the duty cycle with 2427You can select the duty cycle with
2425.Xr sysctl 8 2428.Xr sysctl 8
2426in the node 2429in the node
2427.Em machdep.clockmod 2430.Em machdep.clockmod
2428if supported. 2431if supported.
2429.It Cd options POWERNOW_K8 2432.It Cd options POWERNOW_K8
2430Include support for AMD Athlon 64 PowerNow! and Cool`n'Quiet 2433Include support for AMD Athlon 64 PowerNow! and Cool`n'Quiet
2431Technology, used to change the CPU voltage and frequency 2434Technology, used to change the CPU voltage and frequency
2432on the fly. 2435on the fly.
 2436Note that new systems supporting
 2437.Xr acpi 4
 2438should prefer
 2439.Xr acpicpu 4
 2440instead.
2433.El 2441.El
2434.Ss atari-specific Options 2442.Ss atari-specific Options
2435.Bl -ohang 2443.Bl -ohang
2436.It Cd options DISKLABEL_AHDI 2444.It Cd options DISKLABEL_AHDI
2437Include support for AHDI (native Atari) disklabels. 2445Include support for AHDI (native Atari) disklabels.
2438.It Cd options DISKLABEL_NBDA 2446.It Cd options DISKLABEL_NBDA
2439Include support for 2447Include support for
2440.Nx Ns Tn /atari 2448.Nx Ns Tn /atari
2441labels. 2449labels.
2442If you don't set this option, it will be set automatically. 2450If you don't set this option, it will be set automatically.
2443.Nx Ns Tn /atari 2451.Nx Ns Tn /atari
2444will not work without it. 2452will not work without it.
2445.It Cd options FALCON_SCSI 2453.It Cd options FALCON_SCSI
@@ -2452,32 +2460,35 @@ that on some TT030 systems, @@ -2452,32 +2460,35 @@ that on some TT030 systems,
2452the system will frequently dump with MMU-faults with this option enabled. 2460the system will frequently dump with MMU-faults with this option enabled.
2453.It Cd options SERCONSOLE 2461.It Cd options SERCONSOLE
2454Allow the modem1-port to act as the system-console. 2462Allow the modem1-port to act as the system-console.
2455A carrier should be active on modem1 during system boot to active 2463A carrier should be active on modem1 during system boot to active
2456the console functionality. 2464the console functionality.
2457.It Cd options TT_SCSI 2465.It Cd options TT_SCSI
2458Include support for the 5380-SCSI configuration as found on the TT030 2466Include support for the 5380-SCSI configuration as found on the TT030
2459and Hades. 2467and Hades.
2460.El 2468.El
2461.Ss i386-specific Options 2469.Ss i386-specific Options
2462.Bl -ohang 2470.Bl -ohang
2463.It Cd options ENHANCED_SPEEDSTEP 2471.It Cd options ENHANCED_SPEEDSTEP
2464Include support for the 2472Include support for the
2465.Tn Enhanced SpeedStep Technology 2473.Dq Enhanced SpeedStep Technology .
2466present in newer 2474Note that new systems supporting
2467.Tn CPU Ns s . 2475.Xr acpi 4
 2476should prefer
 2477.Xr acpicpu 4
 2478instead.
2468.It Cd options EST_FREQ_USERWRITE 2479.It Cd options EST_FREQ_USERWRITE
2469Allow any user to change the frequency of an 2480Allow any user to change the frequency of an
2470.Tn Enhanced SpeedStep Technology 2481.Dq Enhanced SpeedStep Technology
2471capable 2482capable
2472.Tn CPU . 2483.Tn CPU .
2473.It Cd options INTEL_ONDEMAND_CLOCKMOD 2484.It Cd options INTEL_ONDEMAND_CLOCKMOD
2474This enables the On Demand Clock Modulation by software 2485This enables the On Demand Clock Modulation by software
2475on Intel 2486on Intel
2476.Tn CPUs 2487.Tn CPUs
2477supporting the Thermal Monitor feature (TM). 2488supporting the Thermal Monitor feature (TM).
2478You can select the duty cycle with 2489You can select the duty cycle with
2479.Xr sysctl 8 2490.Xr sysctl 8
2480in the node 2491in the node
2481.Em machdep.clockmod 2492.Em machdep.clockmod
2482if supported. 2493if supported.
2483.It Cd options POWERNOW_K7 2494.It Cd options POWERNOW_K7