diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2009-04-24 21:04:28 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2009-04-24 21:04:28 +0000 |
commit | aed94abf6edaeac33b8901180c0e63a1b817f206 (patch) | |
tree | 2f480a6e16770e2f75db9997fd98fe9bc679bdf0 /share/man/man4/berkwdt.4 | |
parent | 17299a566b7ddd68292e1bb6f155dc647ec84a32 (diff) |
Add manual page for berkwdt(4).
Diffstat (limited to 'share/man/man4/berkwdt.4')
-rw-r--r-- | share/man/man4/berkwdt.4 | 53 |
1 files changed, 53 insertions, 0 deletions
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 . |