| Commit message (Expand) | Author | Age | Files | Lines |
| * | Now that all platforms use genclock, shuffle things around slightly | Poul-Henning Kamp | 2008-04-22 | 1 | -1/+0 |
| * | Convert amd64 and i386 to share the atrtc device driver. | Poul-Henning Kamp | 2008-04-14 | 1 | -235/+19 |
| * | Back in the good old days, PC's had random pieces of rock for | Poul-Henning Kamp | 2008-03-26 | 1 | -112/+0 |
| * | Eliminate unnecessary #includes | Poul-Henning Kamp | 2008-03-26 | 1 | -9/+0 |
| * | The "free-lance" timer in the i8254 is only used for the speaker | Poul-Henning Kamp | 2008-03-26 | 1 | -36/+18 |
| * | Rename timer0_max_count to i8254_max_count. | Poul-Henning Kamp | 2008-03-26 | 1 | -46/+47 |
| * | The RTC related pscnt and psdiv variables have no business being public. | Poul-Henning Kamp | 2008-03-26 | 1 | -2/+2 |
| * | Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY(). | John Baldwin | 2008-01-17 | 1 | -0/+1 |
| * | Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have not | Peter Wemm | 2007-10-26 | 1 | -96/+1 |
| * | Currently the LO_NOPROFILE flag (which is masked on upper level code by | Attilio Rao | 2007-09-14 | 1 | -1/+1 |
| * | If clock_ct_to_ts fails to convert time time from the real time clock, | David Malone | 2007-07-23 | 1 | -2/+1 |
| * | Prototype (but functional) Linux-ish /dev/nvram interface to the extra | Peter Wemm | 2007-06-15 | 1 | -0/+99 |
| * | Despite several examples in the kernel, the third argument of | David Malone | 2007-06-04 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -6/+10 |
| * | Cleaned up declaration and initialization of clock_lock. It is only | Bruce Evans | 2007-01-23 | 1 | -13/+10 |
| * | Optimized RTC accesses by avoiding null writes to the index register | Bruce Evans | 2006-12-03 | 1 | -9/+16 |
| * | Use utc_offset() where applicable, and hide the internals of it | Poul-Henning Kamp | 2006-10-02 | 1 | -2/+2 |
| * | Second part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 1 | -3/+0 |
| * | First part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 1 | -0/+1 |
| * | Tweak how the MD code calls the fooclock() methods some. Instead of | John Baldwin | 2005-12-22 | 1 | -6/+7 |
| * | For the amd64 platform, we can depend on the TSC being present. This patch | Peter Wemm | 2005-12-12 | 1 | -0/+15 |
| * | Fixup some more fallout from the lapic/i8254 changes: | John Baldwin | 2005-07-13 | 1 | -23/+15 |
| * | Remove a || 1 that crept into the i8254 commit and was subsequently | John Baldwin | 2005-07-05 | 1 | -1/+1 |
| * | MFi386: r1.221: use simple timecounter that is aware of irq0 being off. | Peter Wemm | 2005-07-01 | 1 | -7/+34 |
| * | - Move timerreg.h to <arch>/include and split i8253 specific defines into | Yoshihiro Takahashi | 2005-05-14 | 1 | -8/+8 |
| * | MFi386: sync rtc code - don't setup an interrupt handler for irq0 when | Peter Wemm | 2005-04-15 | 1 | -28/+32 |
| * | Fix a mismerge of i386 rev 1.209 | Peter Wemm | 2005-03-11 | 1 | -1/+1 |
| * | MFi386: Bring over John's local apic timer code | Peter Wemm | 2005-02-28 | 1 | -12/+11 |
| * | MFi386: read from RTC_INTR after writing to RTC_STATUSB | Peter Wemm | 2005-02-08 | 1 | -0/+2 |
| * | Sync with i386 - cosmetic fixes | Peter Wemm | 2004-08-16 | 1 | -1/+2 |
| * | MFi386: rev 1.213 -- fix DELAY while the debugger is active. | Marcel Moolenaar | 2004-07-11 | 1 | -12/+23 |
| * | MFi386: don't fake the time counter when the debugger is active. | Marcel Moolenaar | 2004-07-10 | 1 | -20/+12 |
| * | Move module.h include to the same place as on i386 for diff reduction. | Peter Wemm | 2004-06-03 | 1 | -1/+1 |
| * | Add missing <sys/module.h> instances which were shadowed by the nested | Poul-Henning Kamp | 2004-06-03 | 1 | -0/+1 |
| * | MFi386: numerous interrupt and acpi updates | Peter Wemm | 2004-05-16 | 1 | -5/+6 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
| * | MFi386 rev 1.207 (phk): Don't mistakenly disable the TSC when using | Peter Wemm | 2003-11-21 | 1 | -10/+10 |
| * | Initial landing of SMP support for FreeBSD/amd64. | Peter Wemm | 2003-11-17 | 1 | -30/+22 |
| * | Preemptively burn a bridges. The isa timer code is likely to be | Peter Wemm | 2003-11-14 | 1 | -141/+0 |
| * | MFi386: Do not depend on LEAPYEAR() macro boolean values being 0 or 1. | Peter Wemm | 2003-09-30 | 1 | -2/+3 |
| * | MFi386: BURN_BRIDGES around timer0 functions | Peter Wemm | 2003-09-30 | 1 | -2/+14 |
| * | MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: Dont | Peter Wemm | 2003-09-22 | 1 | -0/+2 |
| * | MFi386: machdep.c:1.570 clock.c:1.204 by bde: Quick fix for calling DELAY | Peter Wemm | 2003-09-22 | 1 | -2/+18 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-07-25 | 1 | -2/+4 |
| * | Commit MD parts of a loosely functional AMD64 port. This is based on | Peter Wemm | 2003-05-01 | 1 | -221/+7 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -1/+1 |
| * | Use repo-copied files in sys/i386/bios. | Matthew N. Dodd | 2003-03-24 | 1 | -1/+1 |
| * | Including <sys/stdint.h> is (almost?) universally only to be able to use | Poul-Henning Kamp | 2003-03-18 | 1 | -1/+0 |
| * | Switch to using the TSC code in i386/i386/tsc.c. | Poul-Henning Kamp | 2003-02-11 | 1 | -114/+1 |
| * | Split the global timezone structure into two integer fields to | Poul-Henning Kamp | 2003-02-03 | 1 | -2/+2 |