History log of /openbsd/sys/dev/pci/pwdog.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 0f9891f1 24-May-2024 jsg <jsg@openbsd.org>

remove unneeded includes; ok miod@


# 8d2c75e4 11-Mar-2022 mpi <mpi@openbsd.org>

Constify struct cfattach.


# 0079ea68 29-Nov-2020 kevlo <kevlo@openbsd.org>

Un-const pci_attach_args var.

"yes guess so" deraadt@


# b27348b2 08-Sep-2017 deraadt <deraadt@openbsd.org>

If you use sys/param.h, you don't need sys/types.h


# 3b06f262 10-Dec-2014 mikeb <mikeb@openbsd.org>

Convert watchdog(4) devices to use autoconf(9) framework.

ok deraadt, tests on glxpcib and ok mpi


# 2bc62dec 17-Oct-2012 deraadt <deraadt@openbsd.org>

Swap arguments to wdog_register() since it is nicer, and prepare
wdog_shutdown() for external usage.


# f7ab66d3 08-Apr-2010 tedu <tedu@openbsd.org>

these files don't need to include proc.h anymore. ok oga for agp


# 4162f35d 17-Dec-2006 mbalmer <mbalmer@openbsd.org>

add a little spacing here, to please mglocker


# 42a4b055 11-Dec-2006 mbalmer <mbalmer@openbsd.org>

Only disarm the watchdog if we really want to, not before each re-trigger.


# 5e01974d 11-Dec-2006 mbalmer <mbalmer@openbsd.org>

Shorten the code, but no functional changes.


# 0615519f 25-Nov-2006 mbalmer <mbalmer@openbsd.org>

Convert pwdog(4) over to using pci_matchbyid().
From brad, thanks.


# 50740e52 25-Nov-2006 mbalmer <mbalmer@openbsd.org>

The PWDOG1 card can be jumpered to work I/O or memory mapped. Detect
the correct type and use it.
Use a macro for the first BAR and remove an unneeded header file.
help & ok uwe & jsg.


# d6ded4fe 25-Nov-2006 mbalmer <mbalmer@openbsd.org>

Add support for the Quancom PWDOG1 watchdog timer card.
See http://www.quancom.com/ for detailed information on the card.
ok deraadt, help and ok uwe