summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2009-04-24 21:04:28 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2009-04-24 21:04:28 +0000
commitaed94abf6edaeac33b8901180c0e63a1b817f206 (patch)
tree2f480a6e16770e2f75db9997fd98fe9bc679bdf0 /share
parent17299a566b7ddd68292e1bb6f155dc647ec84a32 (diff)
Add manual page for berkwdt(4).
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile6
-rw-r--r--share/man/man4/berkwdt.453
2 files changed, 56 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 85ca2023ff6..004dfd17da9 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.479 2009/03/23 21:53:58 damien Exp $
+# $OpenBSD: Makefile,v 1.480 2009/04/24 21:04:27 mk Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -10,8 +10,8 @@ MAN= aac.4 ac97.4 acphy.4 \
an.4 andl.4 aps.4 arc.4 aria.4 art.4 \
asbtm.4 ast.4 atalk.4 atapiscsi.4 atphy.4 ath.4 atu.4 atw.4 audio.4 \
aue.4 auacer.4 auich.4 autri.4 auixp.4 auvia.4 axe.4 az.4 azalia.4 \
- bce.4 bge.4 bha.4 bio.4 bktr.4 bluetooth.4 bmtphy.4 bnx.4 boca.4 \
- bpf.4 brgphy.4 bridge.4 btkbd.4 btms.4 btsco.4 bwi.4 \
+ bce.4 berkwdt.4 bge.4 bha.4 bio.4 bktr.4 bluetooth.4 bmtphy.4 bnx.4 \
+ boca.4 bpf.4 brgphy.4 bridge.4 btkbd.4 btms.4 btsco.4 bwi.4 \
cac.4 cas.4 cardbus.4 carp.4 ccd.4 cd.4 cdce.4 cdcef.4 che.4 cfxga.4 \
ch.4 ciphy.4 ciss.4 clcs.4 clct.4 cmpci.4 cnw.4 \
com.4 crypto.4 cue.4 cy.4 cz.4 dc.4 dcphy.4 ddb.4 de.4 dpt.4 \
diff --git a/share/man/man4/berkwdt.4 b/share/man/man4/berkwdt.4
new file mode 100644
index 00000000000..7fe788aff34
--- /dev/null
+++ b/share/man/man4/berkwdt.4
@@ -0,0 +1,53 @@
+.\" $OpenBSD: berkwdt.4,v 1.1 2009/04/24 21:04:27 mk Exp $
+.\"
+.\" Copyright (c) 2009 Michael Knudsen <mk@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.Dd $Mdocdate: April 24 2009 $
+.Dt BERKWDT 4
+.Os
+.Sh NAME
+.Nm berkwdt
+.Nd Berkshire Products PCI PC Watchdog
+.Sh SYNOPSIS
+.Cd "berkwdt0 at pci?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Berkshire Products PCI PC Watchdog.
+These devices contain a watchdog timer and general purpose digital inputs
+and outputs, but currently only the watchdog timer is supported.
+.Pp
+.Nm
+provides the standard
+.Xr watchdog 4
+interface and may be used with
+.Xr watchdogd 8 .
+The watchdog timer may be configured to a value from 1 second to 18
+hours.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr pci 4 ,
+.Xr watchdog 4 ,
+.Xr sysctl 8 ,
+.Xr watchdogd 8
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 4.6 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Wim Van Sebroeck Aq wim@iguana.be .