summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/tcpcib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert watchdog(4) devices to use autoconf(9) framework.mikeb2014-12-101-1/+6
| | | | ok deraadt, tests on glxpcib and ok mpi
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-6/+6
| | | | | | | | 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
* 1 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt2013-11-261-2/+2
| | | | | resurrection of the bad idiom in the tree. sufficient review by miod, kettenis, tedu
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-3/+9
| | | | | | 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
* Swap arguments to wdog_register() since it is nicer, and preparederaadt2012-10-171-2/+2
| | | | wdog_shutdown() for external usage.
* Add support for the HPET on this device.kettenis2012-06-041-4/+73
| | | | | | From Matt Dainty. ok deraadt@
* Remove unnecessary tcpib_wdt_unlock() calls.kettenis2012-06-031-4/+1
| | | | From Matt Dainty.
* Add tcpcib(4) to support Intel Atom E600 watchdog.jsg2012-05-271-0/+269
From Matt Dainty. ok kettenis@