summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/berkwdt.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
* KNF and prettify some dmesg strings.mk2009-04-251-18/+14
* No more static functions, comment cleanup, and general pedantry.mk2009-04-241-5/+6
* Make the names in the softc look more like our other drivers.mk2009-04-241-30/+30
* Damn. Forgot to add protos when destaticing functions.mk2009-04-241-1/+5
* Add berkwdt(4), a driver for Berkshire Products PCI PC Watchdog writtenmk2009-04-241-0/+244