summaryrefslogtreecommitdiffstats
path: root/sys/isa/atrtc.c
Commit message (Expand)AuthorAgeFilesLines
* Rename statclock_disable variable to atrtcclock_disable that it actually is,mav2009-05-031-0/+26
* Add resume methods to i8254 and atrtc devices.mav2009-05-011-2/+8
* atrtc.c is a repocopy of the RTC device driver from i386/isa/clock.cphk2008-04-141-599/+29
* Move i386 to generic RTC handling code.phk2008-04-121-103/+168
* Back in the good old days, PC's had random pieces of rock forphk2008-03-261-122/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-36/+19
* Rename timer0_max_count to i8254_max_count.phk2008-03-261-49/+50
* 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
* It seems that some i386 mothermoards either do not implement thedwmalone2007-07-271-1/+2
* If clock_ct_to_ts fails to convert time time from the real time clock,dwmalone2007-07-231-3/+6
* 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
* Partial fix for a bug in rev.1.231. If suspend/resume clobbers thebde2007-03-051-0/+1
* style(9).nyan2007-03-041-2/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-6/+8
* 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 calendaric calculation support from subr_clock.c instead of home-rolled.phk2006-10-021-88/+33
* 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
* Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set aimp2006-08-091-9/+0
* 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
OpenPOWER on IntegriCloud