aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/pmtimer.c
Commit message (Expand)AuthorAgeFilesLines
* Retire pmtimer driver. Move time fixing into apm driver. MoveWarner Losh2018-01-101-158/+0
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove a tunable and always reset system clock while resuming with ACPI.Jung-uk Kim2016-07-131-0/+7
* Locking for todr got pushed down into inittodr and the clientWarner Losh2013-02-211-10/+2
* style(9) nit: remove unnecessary {} pair.Warner Losh2008-10-281-2/+1
* Now that all platforms use genclock, shuffle things around slightlyPoul-Henning Kamp2008-04-221-1/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-0/+1
* Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp2004-05-301-0/+1
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* Add an identify method that creates a pmtimer0 device if it doesn't alreedyJohn Baldwin2002-10-221-2/+19
* Reenable RTC interrupts after wakeup. Some laptops have a problemMitsuru IWASAKI2001-09-041-1/+1
* Add Timer device driver for power management events.Mitsuru IWASAKI2000-09-141-0/+139