summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2016-05-03 07:48:52 +0000
committermav <mav@FreeBSD.org>2016-05-03 07:48:52 +0000
commit896cbb26a0d97ba11ff2fca4e14aae9faeb7f33b (patch)
tree2f9bc740e813f986b7e9f76597b8aebd7502342e /share
parent8b0d0aa157352d8605d3aafe9a5ccc61e4859dd5 (diff)
downloadFreeBSD-src-896cbb26a0d97ba11ff2fca4e14aae9faeb7f33b.zip
FreeBSD-src-896cbb26a0d97ba11ff2fca4e14aae9faeb7f33b.tar.gz
MFC r297243: Polish wbwd(4) driver and add more supported chips.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/wbwd.449
1 files changed, 41 insertions, 8 deletions
diff --git a/share/man/man4/wbwd.4 b/share/man/man4/wbwd.4
index 49290ff..095e045 100644
--- a/share/man/man4/wbwd.4
+++ b/share/man/man4/wbwd.4
@@ -25,12 +25,12 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 28, 2012
+.Dd March 24, 2016
.Dt WBWD 4
.Os
.Sh NAME
.Nm wbwd
-.Nd device driver for watchdog timer found on Winbond Super I/O chips
+.Nd device driver for Winbond/Nuvoton Super I/O chips watchdog timer
.Sh SYNOPSIS
To compile this driver into the kernel, place the following line in your
kernel configuration file:
@@ -50,18 +50,51 @@ The
driver provides
.Xr watchdog 4
support for the watchdog interrupt timer present on at least the following
-Winbond Super I/O chips:
-.Pp
+Super I/O chips:
.Bl -bullet -compact
.It
-83627HF/F/HG/G Rev. G
+Winbond 83627HF/F/HG/G
+.It
+Winbond 83627S
+.It
+Winbond 83697HF
+.It
+Winbond 83697UG
+.It
+Winbond 83637HF
+.It
+Winbond 83627THF
+.It
+Winbond 83687THF
+.It
+Winbond 83627EHF
+.It
+Winbond 83627DHG
.It
-83627HF/F/HG/G Rev. J
+Winbond 83627UHG
.It
-83627HF/F/HG/G Rev. UD-A
+Winbond 83667HG
.It
-83627DHG IC ver. 5
+Winbond 83627DHG-P
+.It
+Winbond 83667HG-B
+.It
+Nuvoton NCT6775
+.It
+Nuvoton NCT6776
+.It
+Nuvoton NCT6102
+.It
+Nuvoton NCT6779
+.It
+Nuvoton NCT6791
+.It
+Nuvoton NCT6792
.El
+.Pp
+Driver may be forced to attach to unknown chips by adding to
+.Pa /boot/device.hints :
+.Cd hint.wbwd.0.at="isa"
.Sh SYSCTL VARIABLES
The
.Nm
OpenPOWER on IntegriCloud