summaryrefslogtreecommitdiffstats
path: root/sys/isa/atrtc.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-6/+7
* MFamd64 rev 1.223: Use the TSC to implement DELAY() if not marked brokenpeter2005-12-131-0/+15
* Add support for XBOX to the FreeBSD port. The xbox architecture isimp2005-11-091-0/+10
* Fixup some more fallout from the lapic/i8254 changes:jhb2005-07-131-24/+20
* Remove a || 1 that crept into the i8254 commit and was subsequentlyjhb2005-07-051-1/+1
* Use a simpler implementation for the i8254 timecounter when using the lapicjhb2005-07-011-12/+35
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-141-8/+8
* Replace spl protection in rtcin() and writertc() with spinlocksmdodd2005-04-121-6/+6
* - Don't enable periodic interrupts from the RTC by default in rtc_statusb.jhb2005-03-241-22/+26
* Whitespace sync with amd64. (Rather than re-add the extra blank linespeter2005-03-111-3/+0
* - Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0jhb2005-03-091-144/+2
* Use the local APIC timer to drive the various kernel clocks on SMP machinesjhb2005-02-081-19/+19
* Anytime we write to the RTC's status B register to possibly enablejhb2005-02-031-0/+3
* Partially revert previous commit. Calling getit() unconditionally fixedmarcel2004-07-111-11/+22
* Call getit() unconditionally and only grab clock_lock when themarcel2004-07-101-20/+13
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Trim unused includes.jhb2004-05-111-1/+0
* - The i8254 uses IRQ 0, not IRQ 8. Correct i8254_intsrc to reference thejhb2004-04-271-4/+6
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Don't disable the TSC with statclock_disable.phk2003-11-131-9/+9
* New APIC support code:jhb2003-11-031-182/+17
* Per TRB vote: restore the aquire_timer0 and associated goo. This willimp2003-09-241-2/+146
* clock.c:bde2003-09-071-2/+18
* Give timecounters a numeric quality field.phk2003-08-161-1/+2
* remove acquire_timer0() and release_timer0() and related stuff.phk2003-08-151-134/+2
* Dont initialize a TSC timecounter until we know if it is broken or not.phk2003-08-061-0/+1
* Use __FBSDID().obrien2003-06-021-1/+3
* Don't rely on boolean expression evaluating to 1 or 0 by default.phk2003-05-311-1/+1
* 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
* Don't include <isa/isavar.h> or compile code depending on it when isabde2002-01-301-0/+5
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-201-0/+10
* Some fix for the recent apm module changes.iwasaki2001-11-011-7/+4
* Remove an unneeded variable declaration and statement.robert2001-10-091-2/+0
OpenPOWER on IntegriCloud