summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa/clock.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce the new kernel sub-tree x86 which should contain all the codeattilio2010-02-251-665/+0
* Handling all the three clocks (hardclock, softclock, profclock) with theattilio2010-01-151-7/+8
* Make algorithm a bit more bulletproof.mav2009-06-231-2/+2
* Fix variable name.mav2009-06-231-1/+1
* Rework r193814:mav2009-06-231-34/+31
* Unbreak the build for amd64 after r193814 using correct variable names.bz2009-06-091-2/+2
* When using i8254 as the only kernel timer source:ariff2009-06-091-7/+31
* Rename statclock_disable variable to atrtcclock_disable that it actually is,mav2009-05-031-21/+15
* Add support for using i8254 and rtc timers as event sources for amd64 SMPmav2009-05-021-2/+49
* Add resume methods to i8254 and atrtc devices.mav2009-05-011-1/+20
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-1/+0
* Convert amd64 and i386 to share the atrtc device driver.phk2008-04-141-235/+19
* Back in the good old days, PC's had random pieces of rock forphk2008-03-261-112/+0
* Eliminate unnecessary #includesphk2008-03-261-9/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-36/+18
* Rename timer0_max_count to i8254_max_count.phk2008-03-261-46/+47
* The RTC related pscnt and psdiv variables have no business being public.phk2008-03-261-2/+2
* Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY().jhb2008-01-171-0/+1
* Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notpeter2007-10-261-96/+1
* Currently the LO_NOPROFILE flag (which is masked on upper level code byattilio2007-09-141-1/+1
* If clock_ct_to_ts fails to convert time time from the real time clock,dwmalone2007-07-231-2/+1
* Prototype (but functional) Linux-ish /dev/nvram interface to the extrapeter2007-06-151-0/+99
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-6/+10
* Cleaned up declaration and initialization of clock_lock. It is onlybde2007-01-231-13/+10
* Optimized RTC accesses by avoiding null writes to the index registerbde2006-12-031-9/+16
* Use utc_offset() where applicable, and hide the internals of itphk2006-10-021-2/+2
* Second part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-3/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-0/+1
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-6/+7
* For the amd64 platform, we can depend on the TSC being present. This patchpeter2005-12-121-0/+15
* Fixup some more fallout from the lapic/i8254 changes:jhb2005-07-131-23/+15
* Remove a || 1 that crept into the i8254 commit and was subsequentlyjhb2005-07-051-1/+1
* MFi386: r1.221: use simple timecounter that is aware of irq0 being off.peter2005-07-011-7/+34
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-141-8/+8
* MFi386: sync rtc code - don't setup an interrupt handler for irq0 whenpeter2005-04-151-28/+32
* Fix a mismerge of i386 rev 1.209peter2005-03-111-1/+1
* MFi386: Bring over John's local apic timer codepeter2005-02-281-12/+11
* MFi386: read from RTC_INTR after writing to RTC_STATUSBpeter2005-02-081-0/+2
* Sync with i386 - cosmetic fixespeter2004-08-161-1/+2
* MFi386: rev 1.213 -- fix DELAY while the debugger is active.marcel2004-07-111-12/+23
* MFi386: don't fake the time counter when the debugger is active.marcel2004-07-101-20/+12
* Move module.h include to the same place as on i386 for diff reduction.peter2004-06-031-1/+1
* Add missing <sys/module.h> instances which were shadowed by the nestedphk2004-06-031-0/+1
* MFi386: numerous interrupt and acpi updatespeter2004-05-161-5/+6
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* MFi386 rev 1.207 (phk): Don't mistakenly disable the TSC when usingpeter2003-11-211-10/+10
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-30/+22
* Preemptively burn a bridges. The isa timer code is likely to bepeter2003-11-141-141/+0
* MFi386: Do not depend on LEAPYEAR() macro boolean values being 0 or 1.peter2003-09-301-2/+3
OpenPOWER on IntegriCloud