Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Update.



details:   https://anonhg.NetBSD.org/src/rev/470ac7d2bf21
branches:  trunk
changeset: 760221:470ac7d2bf21
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri Dec 31 09:50:14 2010 +0000

description:
Update.

diffstat:

 share/man/man4/acpi.4 |  54 +++++++++++++++++++++++++-------------------------
 1 files changed, 27 insertions(+), 27 deletions(-)

diffs (92 lines):

diff -r 9c3a85f63cc1 -r 470ac7d2bf21 share/man/man4/acpi.4
--- a/share/man/man4/acpi.4     Fri Dec 31 09:36:15 2010 +0000
+++ b/share/man/man4/acpi.4     Fri Dec 31 09:50:14 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index