summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/clock.c
Commit message (Expand)AuthorAgeFilesLines
* Remove debugging printf that snuck in here.nwhitehorn2009-10-231-1/+0
* Add some more paranoia to setting HID registers, and update the AIMnwhitehorn2009-10-231-6/+11
* PowerPC common SMP startup and time base rework.raj2009-05-141-11/+8
* Factor out platform dependent things unrelated to device drivers into anwhitehorn2009-05-141-35/+18
* o In decr_get_timecount() only read the low timebase register.marcel2008-09-161-4/+9
* Don't clear PSL_RI. Disabling external interruptsmarcel2008-08-301-1/+1
* MFp4: SMP supportmarcel2008-04-271-31/+9
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-1/+0
* Switch to using genclock. Have nexus double as clock device formarcel2008-04-211-68/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-10/+0
* Split decr_init() into two, with the section that reads the timebasegrehan2007-11-131-3/+7
* Don't initialize the decrementer before initclocks() is called.marcel2007-05-271-7/+0
* Catch up with recent clock modifications:grehan2006-10-051-1/+1
* remove orphaned sysctl_machdep_adjkerntz()phk2006-10-021-11/+0
* Second part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-10/+0
* Include needed clock.h.marcel2006-07-261-0/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Remove straggling reference to CPU_ macrosphk2006-05-111-2/+2
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-3/+3
* - add wall_cmos_clock and adjkerntz variables, required by msdosfsgrehan2005-02-041-0/+21
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* - 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