summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/clock.c
Commit message (Expand)AuthorAgeFilesLines
* - fix compile warningsgrehan2004-02-111-26/+5
* A syscons implementation using the 8-bit framebuffer set up bygrehan2004-01-211-0/+10
* DELAY must be a routine, not a macro definition.grehan2003-09-261-1/+1
* Use __FBSDID rather than rcsid[].obrien2003-04-031-4/+2
* Export the ns_per_tick variable through md_var.h rather than by declaringbenno2003-02-051-1/+1
* Replace the inline asm in delay() with a while loop. This may not be asbenno2003-02-051-8/+4
* - Rename the "powerpc" timecounter to the "decrementer" timecounter.benno2003-02-051-7/+14
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-031-1/+6
* Fetch the initial time from the rtc OpenFirmware node. This is a short-termgrehan2003-01-081-0/+21
* Many fixes to low-level trap and interrupt handling:benno2002-06-291-8/+6
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-301-3/+0
* Replace inline asm with it's inline function wrapper.benno2002-04-201-1/+1
* Remove __P.alfred2002-03-201-2/+2
* Various cleanups.benno2002-02-281-24/+22
* - Correct the type of the argument to delay() so as to not conflict withbenno2001-10-151-1/+1
* Fix comment breakage.benno2001-06-271-29/+106
* Bring in NetBSD code used in the PowerPC port.benno2001-06-101-0/+235
OpenPOWER on IntegriCloud