summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2005-09-29 19:53:25 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2005-09-29 19:53:25 +0000
commitaa3795afd101b8c19bfc30efa5c0fa59b79dc1f9 (patch)
treec6d10e774ba921b55d26457286be07d605ebe48d /share
parentbd67c731964123079cd019f6fba3ce93df913f20 (diff)
Add support for the VIA VT1211 watchdog timer, not tested.
If you have a board that really uses this watchdog please give it a try.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/viasio.413
1 files changed, 11 insertions, 2 deletions
diff --git a/share/man/man4/viasio.4 b/share/man/man4/viasio.4
index 9499cd8928c..8907723fab8 100644
--- a/share/man/man4/viasio.4
+++ b/share/man/man4/viasio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: viasio.4,v 1.2 2005/07/28 21:08:35 jmc Exp $
+.\" $OpenBSD: viasio.4,v 1.3 2005/09/29 19:53:24 grange Exp $
.\"
.\" Copyright (c) 2005 Alexander Yurchenko <grange@openbsd.org>
.\"
@@ -27,7 +27,8 @@
The
.Nm
driver provides support for the VIA VT1211 LPC Super I/O IC.
-Only the hardware monitoring function is currently supported.
+The hardware monitoring and a watchdog timer functions are currently
+supported.
.Pp
The hardware monitor provides hardware monitoring capabilities
to be used with the
@@ -51,9 +52,17 @@ If the hardware monitor is not enabled by firmware, the driver can try
to enable it if value 0x0001 is presented in the
.Ar flags .
Note that enabling the hardware monitor can lead to unexpected results.
+.Pp
+The watchdog timer provides a standard
+.Xr watchdog 4
+interface.
+If the watchdog timer is not enabled by firmware, the driver can try
+to enable it if value 0x0002 is presented in the
+.Ar flags .
.Sh SEE ALSO
.Xr intro 4 ,
.Xr isa 4 ,
+.Xr watchdog 4 ,
.Xr sensorsd 8 ,
.Xr sysctl 8
.Sh HISTORY