Module Name: src
Committed By: jruoho
Date: Fri Dec 31 09:50:14 UTC 2010
Modified Files:
src/share/man/man4: acpi.4
Log Message:
Update.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 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.62 src/share/man/man4/acpi.4:1.63
--- src/share/man/man4/acpi.4:1.62 Sun Nov 7 14:56:51 2010
+++ src/share/man/man4/acpi.4 Fri Dec 31 09:50:14 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: acpi.4,v 1.62 2010/11/07 14:56:51 gsutre Exp $
+.\" $NetBSD: acpi.4,v 1.63 2010/12/31 09:50:14 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 November 7, 2010
+.Dd December 31, 2010
.Dt ACPI 4
.Os
.Sh NAME
@@ -108,10 +108,10 @@
The address of the
.Tn ACPI
root pointer in system memory.
-.It Ic hw.acpi.supported_states
-A list of the
-.Tn ACPI
-sleep states that the machine supports.
+.It Ic hw.acpi.sleep.state
+The system sleep state.
+.It Ic hw.acpi.sleep.states
+A list of system sleep states that the machine supports.
The possible values are:
.Pp
.Bl -tag -width XS1X -offset indent -compact
@@ -129,30 +129,11 @@
.It S5
power off
.El
-.It Ic hw.acpi.stat.gpe
-The number of dispatched General Purpose Events
-.Pq Tn GPEs .
-.It Ic hw.acpi.stat.sci
-The number of System Control Interrupts
-.Pq Tn SCIs .
-See
-.Xr acpiec 4
-for a brief description of both
-.Tn GPEs
-and
-.Tn SCIs .
-.It Ic hw.acpi.stat.fixed
-The number of
-.Dq fixed events .
-.It Ic hw.acpi.stat.method
-The number of
-.Tn ACPI
-methods executed by the interpreter.
-.It Ic machdep.acpi_beep_on_reset
+.It Ic hw.acpi.sleep.beep
A boolean variable that controls whether the
.Tn PC
speaker beeps upon resume.
-.It Ic machdep.acpi_vbios_reset
+.It Ic hw.acpi.sleep.vbios
Defines the handling of the graphics card.
The supported values are:
.Bl -tag -width '2' -offset 2n
@@ -183,6 +164,25 @@
If the system has problems in resuming from the
.Tn S3
state, experimenting with different values may provide a solution.
+.It Ic hw.acpi.stat.gpe
+The number of dispatched General Purpose Events
+.Pq Tn GPEs .
+.It Ic hw.acpi.stat.sci
+The number of System Control Interrupts
+.Pq Tn SCIs .
+See
+.Xr acpiec 4
+for a brief description of both
+.Tn GPEs
+and
+.Tn SCIs .
+.It Ic hw.acpi.stat.fixed
+The number of
+.Dq fixed events .
+.It Ic hw.acpi.stat.method
+The number of
+.Tn ACPI
+methods executed by the interpreter.
.El
.Sh SUPPORTED DEVICES
.Nx