aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/clock.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce the new kernel sub-tree x86 which should contain all the codeAttilio Rao2010-02-251-703/+0
* - Allow clock subsystem to be compiled without the apic support [0]Attilio Rao2010-01-171-2/+0
* Handling all the three clocks (hardclock, softclock, profclock) with theAttilio Rao2010-01-151-7/+8
* Make algorithm a bit more bulletproof.Alexander Motin2009-06-231-2/+2
* Rework r193814:Alexander Motin2009-06-231-36/+32
* When using i8254 as the only kernel timer source:Ariff Abdullah2009-06-091-7/+31
* Rename statclock_disable variable to atrtcclock_disable that it actually is,Alexander Motin2009-05-031-21/+15
* Add support for using i8254 and rtc timers as event sources for i386 SMPAlexander Motin2009-05-021-2/+49
* Add a cyclic hook for DTrace.John Birrell2008-05-241-0/+17
* Now that all platforms use genclock, shuffle things around slightlyPoul-Henning Kamp2008-04-221-1/+0
* Convert amd64 and i386 to share the atrtc device driver.Poul-Henning Kamp2008-04-141-252/+10
* Move i386 to generic RTC handling code.Poul-Henning Kamp2008-04-121-103/+168
* Back in the good old days, PC's had random pieces of rock forPoul-Henning Kamp2008-03-261-122/+0
* The "free-lance" timer in the i8254 is only used for the speakerPoul-Henning Kamp2008-03-261-36/+19
* Rename timer0_max_count to i8254_max_count.Poul-Henning Kamp2008-03-261-49/+50
* The RTC related pscnt and psdiv variables have no business being public.Poul-Henning Kamp2008-03-261-2/+2
* Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY().John Baldwin2008-01-171-0/+1
* Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notPeter Wemm2007-10-261-96/+1
* It seems that some i386 mothermoards either do not implement theDavid Malone2007-07-271-1/+2
* If clock_ct_to_ts fails to convert time time from the real time clock,David Malone2007-07-231-3/+6
* Prototype (but functional) Linux-ish /dev/nvram interface to the extraPeter Wemm2007-06-151-0/+99
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-1/+1
* Partial fix for a bug in rev.1.231. If suspend/resume clobbers theBruce Evans2007-03-051-0/+1
* style(9).Yoshihiro Takahashi2007-03-041-2/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-6/+8
* Cleaned up declaration and initialization of clock_lock. It is onlyBruce Evans2007-01-231-13/+10
* Optimized RTC accesses by avoiding null writes to the index registerBruce Evans2006-12-031-9/+16
* Use calendaric calculation support from subr_clock.c instead of home-rolled.Poul-Henning Kamp2006-10-021-88/+33
* Second part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-3/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-0/+1
* Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set aWarner Losh2006-08-091-9/+0
* Tweak how the MD code calls the fooclock() methods some. Instead ofJohn Baldwin2005-12-221-6/+7
* MFamd64 rev 1.223: Use the TSC to implement DELAY() if not marked brokenPeter Wemm2005-12-131-0/+15
* Add support for XBOX to the FreeBSD port. The xbox architecture isWarner Losh2005-11-091-0/+10
* Fixup some more fallout from the lapic/i8254 changes:John Baldwin2005-07-131-24/+20
* Remove a || 1 that crept into the i8254 commit and was subsequentlyJohn Baldwin2005-07-051-1/+1
* Use a simpler implementation for the i8254 timecounter when using the lapicJohn Baldwin2005-07-011-12/+35
* - Move timerreg.h to <arch>/include and split i8253 specific defines intoYoshihiro Takahashi2005-05-141-8/+8
* Replace spl protection in rtcin() and writertc() with spinlocksMatthew N. Dodd2005-04-121-6/+6
* - Don't enable periodic interrupts from the RTC by default in rtc_statusb.John Baldwin2005-03-241-22/+26
* Whitespace sync with amd64. (Rather than re-add the extra blank linesPeter Wemm2005-03-111-3/+0
* - Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0John Baldwin2005-03-091-144/+2
* Use the local APIC timer to drive the various kernel clocks on SMP machinesJohn Baldwin2005-02-081-19/+19
* Anytime we write to the RTC's status B register to possibly enableJohn Baldwin2005-02-031-0/+3
* Partially revert previous commit. Calling getit() unconditionally fixedMarcel Moolenaar2004-07-111-11/+22
* Call getit() unconditionally and only grab clock_lock when theMarcel Moolenaar2004-07-101-20/+13
* Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp2004-05-301-0/+1
* Trim unused includes.John Baldwin2004-05-111-1/+0
* - The i8254 uses IRQ 0, not IRQ 8. Correct i8254_intsrc to reference theJohn Baldwin2004-04-271-4/+6
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0