aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set theNick Hibma2007-03-271-0/+2
* Align the interfaces for the various watchdogs and make the interfaceNick Hibma2006-12-151-1/+4
* Return zero when disabling watchdog, unless any of the drivers complain.Poul-Henning Kamp2005-09-291-2/+6
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-2/+2
* Add a generic watchdog facility which through a single device entryPoul-Henning Kamp2004-02-281-0/+89