History log of /openbsd-src/sys/dev/pci/tcpcib.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 8d2c75e4 11-Mar-2022 mpi <mpi@openbsd.org>

Constify struct cfattach.


# 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


# 37ecb596 06-Dec-2013 deraadt <deraadt@openbsd.org>

Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
kernel resumes normal (non-cold, able to run processes, etc) operation.
Previously we were relying on specific DVACT_RESUME op

Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
kernel resumes normal (non-cold, able to run processes, etc) operation.
Previously we were relying on specific DVACT_RESUME op's in drivers
creating callback/threads themselves, but that has become too common,
indicating the need for a built-in mechanism.
ok dlg kettenis, tested by a sufficient amount of people

show more ...


# 61e87b28 26-Nov-2013 deraadt <deraadt@openbsd.org>

1 << 31 cleanup. Eitan Adler pointed out that there has been a
resurrection of the bad idiom in the tree.
sufficient review by miod, kettenis, tedu


# c06fda6d 30-May-2013 deraadt <deraadt@openbsd.org>

Enforce ca_activate tree-walks over the entire heirarchy for all events,
cleaning up some shutdown-hook related code on the way.
(A few drivers related to sparc are still skipped at kettenis' request

Enforce ca_activate tree-walks over the entire heirarchy for all events,
cleaning up some shutdown-hook related code on the way.
(A few drivers related to sparc are still skipped at kettenis' request)
ok kettenis mlarkin, tested by many others too

show more ...


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

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


# 18078679 04-Jun-2012 kettenis <kettenis@openbsd.org>

Add support for the HPET on this device.

From Matt Dainty.

ok deraadt@


# 3f5cfc1c 03-Jun-2012 kettenis <kettenis@openbsd.org>

Remove unnecessary tcpib_wdt_unlock() calls.

From Matt Dainty.


# f6ad04e6 27-May-2012 jsg <jsg@openbsd.org>

Add tcpcib(4) to support Intel Atom E600 watchdog.
From Matt Dainty. ok kettenis@