Thu Jan 13 21:12:50 2011 UTC ()
Xref ioapic(4).


(jruoho)
diff -r1.66 -r1.67 src/share/man/man4/acpi.4

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

--- src/share/man/man4/acpi.4 2011/01/09 15:12:34 1.66
+++ src/share/man/man4/acpi.4 2011/01/13 21:12:49 1.67
@@ -1,40 +1,40 @@ @@ -1,40 +1,40 @@
1.\" $NetBSD: acpi.4,v 1.66 2011/01/09 15:12:34 jruoho Exp $ 1.\" $NetBSD: acpi.4,v 1.67 2011/01/13 21:12:49 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 January 9, 2011 27.Dd January 13, 2011
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]"
@@ -567,26 +567,27 @@ code: @@ -567,26 +567,27 @@ code:
567.Bd -literal -offset indent 567.Bd -literal -offset indent
568Method(_Q19, 0, NotSerialized) 568Method(_Q19, 0, NotSerialized)
569{ 569{
570 Store("_Q19 invoked", Debug) 570 Store("_Q19 invoked", Debug)
571 Notify(ACAD, 0x80) 571 Notify(ACAD, 0x80)
572} 572}
573.Ed 573.Ed
574.Pp 574.Pp
575When 575When
576.Ic hw.acpi.debug.object 576.Ic hw.acpi.debug.object
577is set to 1, the message stored to the debug object 577is set to 1, the message stored to the debug object
578is printed every time the method is called by the interpreter. 578is printed every time the method is called by the interpreter.
579.Sh SEE ALSO 579.Sh SEE ALSO
 580.Xr ioapic 4 ,
580.Xr acpidump 8 , 581.Xr acpidump 8 ,
581.Xr amldb 8 , 582.Xr amldb 8 ,
582.Xr iasl 8 583.Xr iasl 8
583.Rs 584.Rs
584.%A Hewlett-Packard Corporation 585.%A Hewlett-Packard Corporation
585.%A Intel Corporation 586.%A Intel Corporation
586.%A Microsoft Corporation 587.%A Microsoft Corporation
587.%A Phoenix Technologies Ltd. 588.%A Phoenix Technologies Ltd.
588.%A Toshiba Corporation 589.%A Toshiba Corporation
589.%T Advanced Configuration and Power Interface Specification 590.%T Advanced Configuration and Power Interface Specification
590.%N Revision 4.0 591.%N Revision 4.0
591.%D June 16, 2009 592.%D June 16, 2009
592.%U http://www.acpi.info/spec.htm 593.%U http://www.acpi.info/spec.htm