index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
wdt.c
Age
Commit message (
Expand
)
Author
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2020-11-29
Un-const pci_attach_args var.
Kevin Lo
2020-01-05
consistently uppercase pci product defines
Jonathan Gray
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2014-12-10
Convert watchdog(4) devices to use autoconf(9) framework.
Mike Belopuhov
2012-10-17
Swap arguments to wdog_register() since it is nicer, and prepare
Theo de Raadt
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2010-04-08
these files don't need to include proc.h anymore. ok oga for agp
Ted Unangst
2009-04-25
Prefix wdt softc members with sc_ like other drivers.
Michael Knudsen
2008-08-30
Remove the header that exposed the old wdt ioctl interface to userland,
Jonathan Gray
2007-08-14
I forgot to remove the UNIT macro when the wdt char device was removed
Michael Knudsen
2007-08-01
wdt doesn't malloc so no reason to include malloc.h.
Michael Knudsen
2006-11-25
use pci_matchbyid() here, too.
Marc Balmer
2006-07-09
Some more KNF stuff I missed.
Michael Knudsen
2006-07-09
ANSI and KNF. No binary change.
Michael Knudsen
2006-06-19
Remove freebsdism.
Michael Knudsen
2006-06-17
KNF and destatic functions.
Michael Knudsen
2006-06-11
Get rid of the wdt(4) char device. We have watchdog(4) and
Michael Knudsen
2006-05-31
Use the watchdog(4) framework for watchdog services instead of rolling
Michael Knudsen
2006-03-15
Entries in cd_devs[] may be NULL, so be sure to check for them in your
Miod Vallat
2005-09-11
do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok
Michael Shalayeff
2003-08-15
change arguments to suser. suser now takes the process, and a flags
Ted Unangst
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-02-03
fix the comment
Michael Shalayeff
2001-02-03
new timeout, even not in generic
Michael Shalayeff
1999-04-28
Added wdt driver for the Industrial Computer Source PCI-WDT50x watchdog
Alex Feldman