summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/ichwdt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduces the noise around the global ``ticks'' variable by renamingmpi2016-03-191-6/+6
| | | | | | all the local ones to ``nticks''. ok stefan@, deraadt@
* Convert watchdog(4) devices to use autoconf(9) framework.mikeb2014-12-101-2/+17
| | | | ok deraadt, tests on glxpcib and ok mpi
* Swap arguments to wdog_register() since it is nicer, and preparederaadt2012-10-171-2/+2
| | | | wdog_shutdown() for external usage.
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-2/+2
| | | | | | | between instances, saving space in the kernel. feedback from many (some incorporated, some left for future work). ok deraadt, kettenis, "why not" miod.
* This driver had no chances to work. Still has some issues.grange2005-12-171-25/+61
|
* Add ichwdt(4): Intel 6300ESB ICH watchdog timer driver. Disabled forgrange2005-05-021-0/+154
now due to lack of testing. If you have a machine that uses this device please contact me. ok deraadt@