summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pwdog.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Convert watchdog(4) devices to use autoconf(9) framework.mikeb2014-12-101-2/+16
* Swap arguments to wdog_register() since it is nicer, and preparederaadt2012-10-171-2/+2
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* add a little spacing here, to please mglockermbalmer2006-12-171-2/+2
* Only disarm the watchdog if we really want to, not before each re-trigger.mbalmer2006-12-111-4/+3
* Shorten the code, but no functional changes.mbalmer2006-12-111-17/+7
* Convert pwdog(4) over to using pci_matchbyid().mbalmer2006-11-251-7/+7
* The PWDOG1 card can be jumpered to work I/O or memory mapped. Detectmbalmer2006-11-251-5/+8
* Add support for the Quancom PWDOG1 watchdog timer card.mbalmer2006-11-251-0/+107