Module Name: src
Committed By: jmcneill
Date: Mon Jan 17 16:08:20 UTC 2011
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
Added Files:
src/share/man/man4: acpiwdrt.4
Log Message:
add acpiwdrt(4) man page
To generate a diff of this commit:
cvs rdiff -u -r1.1277 -r1.1278 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.543 -r1.544 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/acpiwdrt.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1277 src/distrib/sets/lists/man/mi:1.1278
--- src/distrib/sets/lists/man/mi:1.1277 Fri Jan 14 10:25:14 2011
+++ src/distrib/sets/lists/man/mi Mon Jan 17 16:08:19 2011
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1277 2011/01/14 10:25:14 phx Exp $
+# $NetBSD: mi,v 1.1278 2011/01/17 16:08:19 jmcneill Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -643,6 +643,7 @@
./usr/share/man/cat4/acpismbus.0 man-sys-catman .cat
./usr/share/man/cat4/acpitz.0 man-sys-catman .cat
./usr/share/man/cat4/acpivga.0 man-sys-catman .cat
+./usr/share/man/cat4/acpiwdrt.0 man-sys-catman .cat
./usr/share/man/cat4/acpiwmi.0 man-sys-catman .cat
./usr/share/man/cat4/adb.0 man-sys-catman .cat
./usr/share/man/cat4/adbbt.0 man-sys-catman .cat
@@ -3419,6 +3420,7 @@
./usr/share/man/html4/acpismbus.html man-sys-htmlman html
./usr/share/man/html4/acpitz.html man-sys-htmlman html
./usr/share/man/html4/acpivga.html man-sys-htmlman html
+./usr/share/man/html4/acpiwdrt.html man-sys-htmlman html
./usr/share/man/html4/acpiwmi.html man-sys-htmlman html
./usr/share/man/html4/adb.html man-sys-htmlman html
./usr/share/man/html4/adbbt.html man-sys-htmlman html
@@ -5895,6 +5897,7 @@
./usr/share/man/man4/acpismbus.4 man-sys-man .man
./usr/share/man/man4/acpitz.4 man-sys-man .man
./usr/share/man/man4/acpivga.4 man-sys-man .man
+./usr/share/man/man4/acpiwdrt.4 man-sys-man .man
./usr/share/man/man4/acpiwmi.4 man-sys-man .man
./usr/share/man/man4/adb.4 man-sys-man .man
./usr/share/man/man4/adbbt.4 man-sys-man .man
Index: src/share/man/man4/Makefile
diff -u src/share/man/man4/Makefile:1.543 src/share/man/man4/Makefile:1.544
--- src/share/man/man4/Makefile:1.543 Tue Jan 11 00:45:04 2011
+++ src/share/man/man4/Makefile Mon Jan 17 16:08:20 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.543 2011/01/11 00:45:04 jym Exp $
+# $NetBSD: Makefile,v 1.544 2011/01/17 16:08:20 jmcneill Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -83,7 +83,7 @@
# ACPI devices
MAN+= acpi.4 acpiacad.4 acpibat.4 acpibut.4 acpicpu.4 \
acpidalb.4 acpiec.4 acpifan.4 acpilid.4 \
- acpipmtr.4 acpismbus.4 acpitz.4 acpivga.4 acpiwmi.4
+ acpipmtr.4 acpismbus.4 acpitz.4 acpivga.4 acpiwdrt.4 acpiwmi.4
# Radio devices
MAN+= radio.4 az.4 mr.4 rt.4 rtii.4 sf2r.4
Added files:
Index: src/share/man/man4/acpiwdrt.4
diff -u /dev/null src/share/man/man4/acpiwdrt.4:1.1
--- /dev/null Mon Jan 17 16:08:20 2011
+++ src/share/man/man4/acpiwdrt.4 Mon Jan 17 16:08:20 2011
@@ -0,0 +1,54 @@
+.\" $NetBSD: acpiwdrt.4,v 1.1 2011/01/17 16:08:20 jmcneill Exp $
+.\"
+.\" Copyright (c) 2011 Jared D. McNeill <[email protected]>
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Neither the name of the author nor the names of any
+.\" contributors may be used to endorse or promote products derived
+.\" from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd January 17, 2011
+.Dt ACPIWDRT 4
+.Os
+.Sh NAME
+.Nm acpiwdrt
+.Nd ACPI Watchdog Resource Table device driver
+.Sh SYNOPSIS
+.Cd "acpiwdrt* at acpi?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for watchdog timers specified in
+.Tn ACPI
+"WDRT" tables.
+The
+.Nm
+watchdog timer is configurable via the
+.Xr wdogctl 8
+utility.
+.Sh SEE ALSO
+.Xr acpi 4 ,
+.Xr wdogctl 8 ,
+.Pa http://www.microsoft.com/whdc/system/sysinternals/watchdog.mspx
+.Sh HISTORY
+The
+.Nm
+device driver appeared in
+.Nx 6.0 .