logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ichwd — device driver for the Intel ICH watchdog interrupt timer

Authors

       The ichwd driver was written by Wm.  Daryl  Hawkins  <dhawkins@tamu.edu>  of  Texas  A&M  University  and
       Dag-Erling   Smørgrav   <des@FreeBSD.org>.    This   manual  page  was  written  by  Dag-Erling  Smørgrav
       <des@FreeBSD.org>.

Debian                                           August 20, 2008                                        ICHWD(4)

Description

       The  ichwd  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 ichwd driver attempts to detect this condition and will refuse to attach if  it  believes  the
       WDT is disabled.

History

       The ichwd driver first appeared in FreeBSD 5.3.

Name

       ichwd — device driver for the Intel ICH watchdog interrupt timer

See Also

watchdog(4), watchdog(8), watchdogd(8), watchdog(9)

       UsingtheIntelICHFamilyWatchdogTimer(WDT),  Intel  Application  Note AP-725, Document Number
       292273-001.

Synopsis

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

             deviceichwd

       Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):

             ichwd_load="YES"

See Also