WBWD(4) | Device Drivers Manual | WBWD(4) |
wbwd
— device
driver for Winbond/Nuvoton Super I/O chips watchdog timer
To compile this driver into the kernel, place the following line in your kernel configuration file:
device wbwd
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
wbwd_load="YES"
The wbwd
driver provides
watchdog(4) support for the watchdog interrupt timer
present on at least the following Super I/O chips:
Driver may be forced to attach to unknown chips by adding to
/boot/device.hints:
hint.wbwd.0.at="isa"
The wbwd
driver provides the following
options as sysctl(8) variables.
The wbwd
driver also provides further
sysctl options that are hidden by default. See the source code for more
information.
watchdog(4), device.hints(5), watchdog(8), watchdogd(8), watchdog(9)
The wbwd
driver first appeared in
FreeBSD 10.0.
This manual page was written by Bjoern A. Zeeb <bz@FreeBSD.org>.
March 24, 2016 | Debian |