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

itwd — device driver for ITE Super I/O chips watchdog timer

Authors

       This manual page was written by Andriy Gapon <avg@FreeBSD.org>.

Debian                                          October 16, 2019                                         ITWD(4)

Description

       The  itwd  driver  provides  watchdog(4) support for the watchdog timer present on at least the following
       Super I/O chips:
          IT8721F
          IT8728F
          IT8771F

Name

       itwd — device driver for ITE Super I/O chips watchdog timer

See Also

superio(4) watchdog(4), device.hints(5), watchdog(8), watchdogd(8), watchdog(9)

Synopsis

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

             devicesuperiodeviceitwd

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

             itwd_load="YES"

See Also