Module Name: src
Committed By: jruoho
Date: Mon Jun 7 08:39:04 UTC 2010
Modified Files:
src/share/man/man4: acpi.4
Log Message:
Note ACPIVERBOSE. Use lower case letters in .Ss subtitles.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/share/man/man4/acpi.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/acpi.4
diff -u src/share/man/man4/acpi.4:1.50 src/share/man/man4/acpi.4:1.51
--- src/share/man/man4/acpi.4:1.50 Sun Apr 25 17:50:13 2010
+++ src/share/man/man4/acpi.4 Mon Jun 7 08:39:04 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: acpi.4,v 1.50 2010/04/25 17:50:13 jruoho Exp $
+.\" $NetBSD: acpi.4,v 1.51 2010/06/07 08:39:04 jruoho Exp $
.\"
.\" Copyright (c) 2002, 2004, 2010 The NetBSD Foundation, Inc.
.\" 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 April 25, 2010
+.Dd June 7, 2010
.Dt ACPI 4
.Os
.Sh NAME
@@ -33,10 +33,11 @@
.Sh SYNOPSIS
.Cd "acpi0 at mainbus0"
.Pp
-.Cd "options ACPI_DEBUG"
-.Cd "options ACPIVERBOSE"
-.Cd "options ACPI_ACTIVATE_DEV"
-.Cd "options ACPI_DSDT_OVERRIDE"
+.Cd "options ACPI_DEBUG"
+.Cd "options ACPIVERBOSE"
+.Cd "options ACPI_ACTIVATE_DEV"
+.Cd "options ACPI_DSDT_OVERRIDE"
+.Cd "options ACPI_DSDT_FILE=\*[q]\*[q]"
.Sh DESCRIPTION
.Nx
provides machine-independent bus support for
@@ -70,9 +71,9 @@
Options:
.Bl -tag -width ACPI_DSDT_FILE__filename_XX -offset 3n
.It Dv ACPI_DEBUG
-Enable
-.Tn ACPI
-debugging message outputs.
+Enable various debug facilities.
+.It Dv ACPIVERBOSE
+Enable verbose debug messages.
.It Dv ACPI_ACTIVATE_DEV
Determine if the
.Tn ACPI
@@ -276,7 +277,7 @@
these are generally only available if the kernel has been compiled with the
.Tn ACPI_DEBUG
option.
-.Ss CUSTOM DSDT
+.Ss Custom DSDT
.Tn ACPI
interprets bytecode known as
.Tn ACPI
@@ -335,7 +336,7 @@
.Tn ACPI_DSDT_OVERRIDE
in the kernel configuration file and rebuild.
.El
-.Ss DEBUGGER
+.Ss Debugger
The
.Tn ACPICA
interpreter provides its own debugger for low-level debugging.
@@ -354,7 +355,7 @@
.Ic call
with the argument
.Ic acpi_osd_debugger .
-.Ss DEBUG OUTPUT
+.Ss Debug Output
.Nx
provides two
.Xr sysctl 8
@@ -451,7 +452,7 @@
.Ic hw.acpi.debug.level
to
.Dv ACPI_DEBUG_NONE .
-.Ss EXAMPLE
+.Ss Example
As an example, a driver may have defined the component it belongs to and
the name of the module:
.Bd -literal -offset indent