summaryrefslogtreecommitdiff
path: root/sys/dev/pci/wdt.c
AgeCommit message (Expand)Author
2008-08-30Remove the header that exposed the old wdt ioctl interface to userland,Jonathan Gray
2007-08-14I forgot to remove the UNIT macro when the wdt char device was removedMichael Knudsen
2007-08-01wdt doesn't malloc so no reason to include malloc.h.Michael Knudsen
2006-11-25use pci_matchbyid() here, too.Marc Balmer
2006-07-09Some more KNF stuff I missed.Michael Knudsen
2006-07-09ANSI and KNF. No binary change.Michael Knudsen
2006-06-19Remove freebsdism.Michael Knudsen
2006-06-17KNF and destatic functions.Michael Knudsen
2006-06-11Get rid of the wdt(4) char device. We have watchdog(4) andMichael Knudsen
2006-05-31Use the watchdog(4) framework for watchdog services instead of rollingMichael Knudsen
2006-03-15Entries in cd_devs[] may be NULL, so be sure to check for them in yourMiod Vallat
2005-09-11do not inline pci_mapreg_map() anymore as it is olrite now; brad@ okMichael Shalayeff
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2002-03-14First round of __P removal in sysTodd C. Miller
2001-02-03fix the commentMichael Shalayeff
2001-02-03new timeout, even not in genericMichael Shalayeff
1999-04-28Added wdt driver for the Industrial Computer Source PCI-WDT50x watchdogAlex Feldman