ichwd(4) device driver for the Intel ICH watchdog interrupt timer

SYNOPSIS

To compile this driver into the kernel, place the following line in your kernel configuration file:
device ichwd

Alternatively, to load the driver as a module at boot time, place the following line in loader.conf5:


ichwd_load="YES"

DESCRIPTION

The driver provides watchdog(4) support for the watchdog interrupt timer present on all Intel ICH motherboard chipsets.

The ICH WDT counts down in ticks of approximately 0.6 seconds; the exact value depends on hardware quality and environmental factors. Supported watchdog intervals range from 2 to 63 ticks.

Note that on some ICH-based systems, the WDT may be present but disabled, either in hardware or by the BIOS. The driver attempts to detect this condition and will refuse to attach if it believes the WDT is disabled.

HISTORY

The driver first appeared in Fx 5.3 .

AUTHORS

An -nosplit The driver was written by An Wm. Daryl Hawkins Aq [email protected] of Texas A&M University and An Dag-Erling Smørgrav Aq [email protected] . This manual page was written by An Dag-Erling Smørgrav Aq [email protected] .