Fri Aug 6 18:54:50 2010 UTC ()
As the devices are listed in the body of the text,
remove the .Xref spam in SEE ALSO.


(jruoho)
diff -r1.54 -r1.55 src/share/man/man4/acpi.4

cvs diff -r1.54 -r1.55 src/share/man/man4/acpi.4 (expand / switch to unified diff)

--- src/share/man/man4/acpi.4 2010/08/06 16:44:06 1.54
+++ src/share/man/man4/acpi.4 2010/08/06 18:54:50 1.55
@@ -1,40 +1,40 @@ @@ -1,40 +1,40 @@
1.\" $NetBSD: acpi.4,v 1.54 2010/08/06 16:44:06 jruoho Exp $ 1.\" $NetBSD: acpi.4,v 1.55 2010/08/06 18:54:50 jruoho Exp $
2.\" 2.\"
3.\" Copyright (c) 2002, 2004, 2010 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2002, 2004, 2010 The NetBSD Foundation, Inc.
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. 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.\" 14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 18.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25.\" POSSIBILITY OF SUCH DAMAGE. 25.\" POSSIBILITY OF SUCH DAMAGE.
26.\" 26.\"
27.Dd June 30, 2010 27.Dd August 6, 2010
28.Dt ACPI 4 28.Dt ACPI 4
29.Os 29.Os
30.Sh NAME 30.Sh NAME
31.Nm acpi 31.Nm acpi
32.Nd Advanced Configuration and Power Interface 32.Nd Advanced Configuration and Power Interface
33.Sh SYNOPSIS 33.Sh SYNOPSIS
34.Cd "acpi0 at mainbus0" 34.Cd "acpi0 at mainbus0"
35.Pp 35.Pp
36.Cd "options ACPI_DEBUG" 36.Cd "options ACPI_DEBUG"
37.Cd "options ACPIVERBOSE" 37.Cd "options ACPIVERBOSE"
38.Cd "options ACPI_ACTIVATE_DEV" 38.Cd "options ACPI_ACTIVATE_DEV"
39.Cd "options ACPI_DSDT_OVERRIDE" 39.Cd "options ACPI_DSDT_OVERRIDE"
40.Cd "options ACPI_DSDT_FILE=\*[q]\*[q]" 40.Cd "options ACPI_DSDT_FILE=\*[q]\*[q]"
@@ -504,57 +504,26 @@ code: @@ -504,57 +504,26 @@ code:
504.Bd -literal -offset indent 504.Bd -literal -offset indent
505Method(_Q19, 0, NotSerialized) 505Method(_Q19, 0, NotSerialized)
506{ 506{
507 Store("_Q19 invoked", Debug) 507 Store("_Q19 invoked", Debug)
508 Notify(ACAD, 0x80) 508 Notify(ACAD, 0x80)
509} 509}
510.Ed 510.Ed
511.Pp 511.Pp
512When 512When
513.Ic hw.acpi.debug.object 513.Ic hw.acpi.debug.object
514is set to 1, the message stored to the debug object 514is set to 1, the message stored to the debug object
515is printed every time the method is called by the interpreter. 515is printed every time the method is called by the interpreter.
516.Sh SEE ALSO 516.Sh SEE ALSO
517.Xr acpiacad 4 , 
518.Xr acpibat 4 , 
519.Xr acpibut 4 , 
520.Xr acpicpu 4 , 
521.Xr acpidalb 4 , 
522.Xr acpiec 4 , 
523.Xr acpilid 4 , 
524.Xr acpismbus 4 , 
525.Xr acpitz 4 , 
526.Xr acpiwmi 4 , 
527.Xr aibs 4 , 
528.Xr apm 4 , 
529.Xr attimer 4 , 
530.Xr com 4 , 
531.Xr fdc 4 , 
532.Xr hpqlb 4 , 
533.Xr joy 4 , 
534.Xr lpt 4 , 
535.Xr mpu 4 , 
536.Xr npx 4 , 
537.Xr pci 4 , 
538.Xr pckbc 4 , 
539.Xr pcppi 4 , 
540.Xr sony 4 , 
541.Xr spic 4 , 
542.Xr thinkpad 4 , 
543.Xr ug 4 , 
544.Xr vald 4 , 
545.Xr wb 4 , 
546.Xr wss 4 , 
547.Xr ym 4 , 
548.Xr acpidump 8 , 517.Xr acpidump 8 ,
549.Xr amldb 8 , 518.Xr amldb 8 ,
550.Xr iasl 8 519.Xr iasl 8
551.Rs 520.Rs
552.%A Hewlett-Packard Corporation 521.%A Hewlett-Packard Corporation
553.%A Intel Corporation 522.%A Intel Corporation
554.%A Microsoft Corporation 523.%A Microsoft Corporation
555.%A Phoenix Technologies Ltd. 524.%A Phoenix Technologies Ltd.
556.%A Toshiba Corporation 525.%A Toshiba Corporation
557.%T Advanced Configuration and Power Interface Specification 526.%T Advanced Configuration and Power Interface Specification
558.%N Revision 4.0 527.%N Revision 4.0
559.%D June 16, 2009 528.%D June 16, 2009
560.%U http://www.acpi.info/spec.htm 529.%U http://www.acpi.info/spec.htm