summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pwdog.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert watchdog(4) devices to use autoconf(9) framework.mikeb2014-12-101-2/+16
| | | | 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.
* 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
| | | | From brad, thanks.
* The PWDOG1 card can be jumpered to work I/O or memory mapped. Detectmbalmer2006-11-251-5/+8
| | | | | | the correct type and use it. Use a macro for the first BAR and remove an unneeded header file. help & ok uwe & jsg.
* Add support for the Quancom PWDOG1 watchdog timer card.mbalmer2006-11-251-0/+107
See http://www.quancom.com/ for detailed information on the card. ok deraadt, help and ok uwe