summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf/NOTES
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2012-03-06 18:44:52 +0000
committerbz <bz@FreeBSD.org>2012-03-06 18:44:52 +0000
commit606ca3f4b71b5d5e3dbda63a827a683ffda7a0a4 (patch)
treedc713fb0c46f8e869fc6b899fc87ee0617748c01 /sys/amd64/conf/NOTES
parentf3d2835d19411ec15eb9d001f8c1e1a70d0c1f94 (diff)
downloadFreeBSD-src-606ca3f4b71b5d5e3dbda63a827a683ffda7a0a4.zip
FreeBSD-src-606ca3f4b71b5d5e3dbda63a827a683ffda7a0a4.tar.gz
Provide wbwd(4), a driver for the watchdog timer found on various
Winbond Super I/O chips. With minor efforts it should be possible the extend the driver to support further chips/revisions available from Winbond. In the simplest case only new IDs need to be added, while different chipsets might require their own function to enter extended function mode, etc. Sponsored by: Sandvine Incorporated ULC (in 2011) Reviewed by: emaste, brueffer MFC after: 2 weeks
Diffstat (limited to 'sys/amd64/conf/NOTES')
-rw-r--r--sys/amd64/conf/NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index 7c72055..929d76b 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -465,10 +465,12 @@ device tpm
# ichwd: Intel ICH watchdog timer
# amdsbwd: AMD SB7xx watchdog timer
# viawd: VIA south bridge watchdog timer
+# wbwd: Winbond watchdog timer
#
device ichwd
device amdsbwd
device viawd
+device wbwd
#
# Temperature sensors:
OpenPOWER on IntegriCloud