summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa/clock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFi386: BURN_BRIDGES around timer0 functionspeter2003-09-301-2/+14
* MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: Dontpeter2003-09-221-0/+2
* MFi386: machdep.c:1.570 clock.c:1.204 by bde: Quick fix for calling DELAYpeter2003-09-221-2/+18
* Use __FBSDID().obrien2003-07-251-2/+4
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-221/+7
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Use repo-copied files in sys/i386/bios.mdodd2003-03-241-1/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Switch to using the TSC code in i386/i386/tsc.c.phk2003-02-111-114/+1
* Split the global timezone structure into two integer fields tophk2003-02-031-2/+2
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-031-6/+22
* Make tsc_freq a 64bit quantity.phk2003-01-291-5/+7
* Use the correct value when writing the Day Of Week byte in the CMOS.phk2002-12-041-1/+1
* 1. Fix a comment. Locking _is_ needed (but not done).iwasaki2002-10-171-12/+8
* Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that therephk2002-09-211-2/+0
* Restore status register A of RTC at resume time.iwasaki2002-09-181-0/+1
* Clock frequencies reported by sysctl should be unsigned values. Discoveredmp2002-06-221-2/+2
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-301-6/+0
* Remove the tc_update() function. Any frequency change to thephk2002-04-261-2/+0
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-271-0/+12
* Remove __P.alfred2002-03-201-7/+7
* revert last commit temporarily due to whining on the lists.dillon2002-02-261-13/+0
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-261-0/+13
OpenPOWER on IntegriCloud