Module Name: src
Committed By: jruoho
Date: Fri Mar 4 06:01:25 UTC 2011
Modified Files:
src/share/man/man4: acpicpu.4
Log Message:
Finally remove COMPATIBILITY entirely. Xref odcm(4).
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/share/man/man4/acpicpu.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/acpicpu.4
diff -u src/share/man/man4/acpicpu.4:1.26 src/share/man/man4/acpicpu.4:1.27
--- src/share/man/man4/acpicpu.4:1.26 Tue Mar 1 04:45:52 2011
+++ src/share/man/man4/acpicpu.4 Fri Mar 4 06:01:25 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: acpicpu.4,v 1.26 2011/03/01 04:45:52 jruoho Exp $
+.\" $NetBSD: acpicpu.4,v 1.27 2011/03/04 06:01:25 jruoho Exp $
.\"
.\" Copyright (c) 2010 Jukka Ruohonen <[email protected]>
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd March 1, 2011
+.Dd March 4, 2011
.Dt ACPICPU 4
.Os
.Sh NAME
@@ -288,26 +288,11 @@
(with the
.Fl e
flag).
-.Sh COMPATIBILITY
-The
-.Nm
-driver conflicts with the
-.Dv INTEL_ONDEMAND_CLOCKMOD
-kernel configuration option.
-This must be disabled if
-.Nm
-is used.
-Note that all relatively new x86 systems should prefer
-.Nm .
-The P-state support provided by
-.Xr est 4
-and
-.Xr powernow 4
-is known to be problematic on new x86 processors.
.Sh SEE ALSO
.Xr acpi 4 ,
.Xr acpitz 4 ,
.Xr est 4 ,
+.Xr odcm 4 ,
.Xr powernow 4 ,
.Xr cpu_idle 9
.Sh HISTORY