Sun Aug 15 05:38:35 2010 UTC ()
Add some basic references that were used to write acpicpu(4).


(jruoho)
diff -r1.10 -r1.11 src/share/man/man4/acpicpu.4

cvs diff -r1.10 -r1.11 src/share/man/man4/acpicpu.4 (expand / switch to unified diff)

--- src/share/man/man4/acpicpu.4 2010/08/15 05:17:39 1.10
+++ src/share/man/man4/acpicpu.4 2010/08/15 05:38:35 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: acpicpu.4,v 1.10 2010/08/15 05:17:39 jruoho Exp $ 1.\" $NetBSD: acpicpu.4,v 1.11 2010/08/15 05:38:35 jruoho Exp $
2.\" 2.\"
3.\" Coyright (c) 2010 Jukka Ruohonen <jruohonen@iki.fi> 3.\" Coyright (c) 2010 Jukka Ruohonen <jruohonen@iki.fi>
4.\" All rights reserved. 4.\" 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. Neither the name of the author nor the names of any 11.\" 2. Neither the name of the author nor the names of any
12.\" contributors may be used to endorse or promote products derived 12.\" contributors may be used to endorse or promote products derived
13.\" from this software without specific prior written permission. 13.\" from this software without specific prior written permission.
14.\" 14.\"
@@ -267,26 +267,48 @@ controls for P-states as the ones provid @@ -267,26 +267,48 @@ controls for P-states as the ones provid
267and 267and
268.Dv POWERNOW_K8 . 268.Dv POWERNOW_K8 .
269Depending on the processor vendor, the second-level node is either 269Depending on the processor vendor, the second-level node is either
270.Ic machdep.est 270.Ic machdep.est
271or 271or
272.Ic machdep.powernow . 272.Ic machdep.powernow .
273Please note that future versions of 273Please note that future versions of
274.Nm 274.Nm
275may however remove the system control variables without further notice. 275may however remove the system control variables without further notice.
276.Sh SEE ALSO 276.Sh SEE ALSO
277.Xr acpi 4 , 277.Xr acpi 4 ,
278.Xr acpitz 4 , 278.Xr acpitz 4 ,
279.Xr cpu_idle 9 279.Xr cpu_idle 9
 280.Rs
 281.%A Advanced Micro Devices
 282.%B BIOS and Kernel Developer's Guide for
 283.%B AMD Athlon 64 and AMD Opteron Processors
 284.%N Revision 3.30
 285.%D February, 2006
 286.%U http://support.amd.com/us/Processor_TechDocs/26094.PDF
 287.Re
 288.Rs
 289.%A Intel Corporation
 290.%T Intel Processor Vendor-Specific ACPI, Interface Specification
 291.%N Revision 005
 292.%D September, 2006
 293.%U http://download.intel.com/technology/IAPC/acpi/downloads/30222305.pdf
 294.Re
 295.Rs
 296.%A Intel Corporation
 297.%B Intel 64 and IA-32 Architectures, Software Developer's Manual
 298.%V Volume 3A: System Programming Guide, Part 1
 299.%D June, 2010
 300.%U http://www.intel.com/Assets/PDF/manual/253668.pdf
 301.Re
280.Sh HISTORY 302.Sh HISTORY
281The 303The
282.Nm 304.Nm
283device driver appeared in 305device driver appeared in
284.Nx 6.0 . 306.Nx 6.0 .
285.Sh AUTHORS 307.Sh AUTHORS
286.An Jukka Ruohonen 308.An Jukka Ruohonen
287.Aq jruohonen@iki.fi 309.Aq jruohonen@iki.fi
288.Sh CAVEATS 310.Sh CAVEATS
289The 311The
290.Nm 312.Nm
291driver should be considered experimental. 313driver should be considered experimental.
292At least the following caveats can be mentioned. 314At least the following caveats can be mentioned.