summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pwdog.c
AgeCommit message (Collapse)Author
2006-12-17add a little spacing here, to please mglockerMarc Balmer
2006-12-11Only disarm the watchdog if we really want to, not before each re-trigger.Marc Balmer
2006-12-11Shorten the code, but no functional changes.Marc Balmer
2006-11-25Convert pwdog(4) over to using pci_matchbyid().Marc Balmer
From brad, thanks.
2006-11-25The PWDOG1 card can be jumpered to work I/O or memory mapped. DetectMarc Balmer
the correct type and use it. Use a macro for the first BAR and remove an unneeded header file. help & ok uwe & jsg.
2006-11-25Add support for the Quancom PWDOG1 watchdog timer card.Marc Balmer
See http://www.quancom.com/ for detailed information on the card. ok deraadt, help and ok uwe