Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert watchdog(4) devices to use autoconf(9) framework. | 2014-12-10 | 1 | -2/+16 | |
| | | | | ok deraadt, tests on glxpcib and ok mpi | ||||
* | Swap arguments to wdog_register() since it is nicer, and prepare | 2012-10-17 | 1 | -2/+2 | |
| | | | | wdog_shutdown() for external usage. | ||||
* | these files don't need to include proc.h anymore. ok oga for agp | 2010-04-08 | 1 | -2/+1 | |
| | |||||
* | add a little spacing here, to please mglocker | 2006-12-17 | 1 | -2/+2 | |
| | |||||
* | Only disarm the watchdog if we really want to, not before each re-trigger. | 2006-12-11 | 1 | -4/+3 | |
| | |||||
* | Shorten the code, but no functional changes. | 2006-12-11 | 1 | -17/+7 | |
| | |||||
* | Convert pwdog(4) over to using pci_matchbyid(). | 2006-11-25 | 1 | -7/+7 | |
| | | | | From brad, thanks. | ||||
* | The PWDOG1 card can be jumpered to work I/O or memory mapped. Detect | 2006-11-25 | 1 | -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. | 2006-11-25 | 1 | -0/+107 | |
See http://www.quancom.com/ for detailed information on the card. ok deraadt, help and ok uwe |