aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2012-03-06 18:44:52 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2012-03-06 18:44:52 +0000
commit0566170f7088552a46f794edab10b14f195e1454 (patch)
treedc713fb0c46f8e869fc6b899fc87ee0617748c01 /sys/boot
parent7412cb7ef3695566065d0db9831c12f3ba64f3b7 (diff)
downloadsrc-0566170f7088552a46f794edab10b14f195e1454.tar.gz
src-0566170f7088552a46f794edab10b14f195e1454.zip
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
Notes
Notes: svn path=/head/; revision=232614
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/forth/loader.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index a6a7785a3e14..a5d044d8fe0d 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -488,6 +488,7 @@ vpd_load="NO" # Vital Product Data kernel interface
vpo_load="NO" # Parallel to SCSI interface driver
amdtemp_load="NO" # AMD K8/K10/K11 temperature monitor
tpm_load="NO" # Trusted Platform Module
+wbwd_load="NO" # Winbond watchdog
##############################################################
### ACPI settings ##########################################