aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powerpc/clock.c
Commit message (Expand)AuthorAgeFilesLines
* PowerPC: Switch to more accurate unit to avoid division roundingWojciech Macek2018-02-201-3/+3
* Use the TSLOG framework to record entry/exit timestamps for DELAY andColin Percival2017-12-311-0/+2
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* On AIM systems, it is not actually possible to stop the CPU timer, so weNathan Whitehorn2017-11-251-0/+3
* sys/powerpc: make use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* Fix 80-column line wrapping in a comment.Nathan Whitehorn2013-10-211-2/+2
* Replace the two almost-exactly-identical AIM and Book-E clock.cNathan Whitehorn2013-10-201-0/+308
* This file was repocopied to src/sys/powerpc/aim, where it willMarcel Moolenaar2007-12-141-318/+0
* Split decr_init() into two, with the section that reads the timebasePeter Grehan2007-11-131-3/+7
* Don't initialize the decrementer before initclocks() is called.Marcel Moolenaar2007-05-271-7/+0
* Catch up with recent clock modifications:Peter Grehan2006-10-051-1/+1
* remove orphaned sysctl_machdep_adjkerntz()Poul-Henning Kamp2006-10-021-11/+0
* Second part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-10/+0
* Include needed clock.h.Marcel Moolenaar2006-07-261-0/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Remove straggling reference to CPU_ macrosPoul-Henning Kamp2006-05-111-2/+2
* Tweak how the MD code calls the fooclock() methods some. Instead ofJohn Baldwin2005-12-221-3/+3
* - add wall_cmos_clock and adjkerntz variables, required by msdosfsPeter Grehan2005-02-041-0/+21
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* - fix compile warningsPeter Grehan2004-02-111-26/+5
* A syscons implementation using the 8-bit framebuffer set up byPeter Grehan2004-01-211-0/+10
* DELAY must be a routine, not a macro definition.Peter Grehan2003-09-261-1/+1
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-4/+2
* Export the ns_per_tick variable through md_var.h rather than by declaringBenno Rice2003-02-051-1/+1
* Replace the inline asm in delay() with a while loop. This may not be asBenno Rice2003-02-051-8/+4
* - Rename the "powerpc" timecounter to the "decrementer" timecounter.Benno Rice2003-02-051-7/+14
* Split statclock into statclock and profclock, and made the method for drivingJake Burkholder2003-02-031-1/+6
* Fetch the initial time from the rtc OpenFirmware node. This is a short-termPeter Grehan2003-01-081-0/+21
* Many fixes to low-level trap and interrupt handling:Benno Rice2002-06-291-8/+6
* Don't export timecounter structures under debug. with sysctl, theyPoul-Henning Kamp2002-04-301-3/+0
* Replace inline asm with it's inline function wrapper.Benno Rice2002-04-201-1/+1
* Remove __P.Alfred Perlstein2002-03-201-2/+2
* Various cleanups.Benno Rice2002-02-281-24/+22
* - Correct the type of the argument to delay() so as to not conflict withBenno Rice2001-10-151-1/+1
* Fix comment breakage.Benno Rice2001-06-271-29/+106
* Bring in NetBSD code used in the PowerPC port.Benno Rice2001-06-101-0/+235