aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/atrtc.c
Commit message (Expand)AuthorAgeFilesLines
* More cleanup relating to our use of the TSC.Poul-Henning Kamp1997-12-281-40/+30
* wash, sort and put in order various nits from the i586_ctr -> tscPoul-Henning Kamp1997-12-281-11/+11
* Rename "i586_ctr" to "tsc" (both upper and lower case instances).Poul-Henning Kamp1997-12-261-28/+28
* Removed #unused includes.Bruce Evans1997-11-181-3/+4
* Don't include <machine/cputypes.h> or declare cputype/class interfacesBruce Evans1997-10-281-2/+5
* General cleanup of the sub-system locking macros.Steve Passe1997-09-011-35/+12
* Another round of lock pushdown.Steve Passe1997-08-301-12/+43
* #include <machine/limits.h> explicitly in the few places that it is required.Bruce Evans1997-08-211-1/+2
* Made PEND_INTS default.Steve Passe1997-08-211-34/+6
* clock.c:Steve Passe1997-07-261-54/+23
* Last commit didn't take, operator error???Steve Passe1997-07-221-29/+6
* Developed a new strategy for handling the 8254/8259/APIC issue.Steve Passe1997-07-201-30/+64
* Minor cleanup.Steve Passe1997-07-201-11/+8
* Removed unused #includes.Bruce Evans1997-07-201-2/+1
* Added #code to support define APIC_PIN0_TIMER.Steve Passe1997-07-191-8/+24
* SMP or APIC_IO:Steve Passe1997-07-191-8/+23
* Made the printing of the APIC INTs depend on bootverbose.Steve Passe1997-07-181-6/+8
* Cleanup old stop_cpus/restart_cpus() cruft.Steve Passe1997-07-131-6/+22
* Modified to use merged/renamed functions:Steve Passe1997-06-251-34/+30
* Move interrupt handling code from isa.c to a new file. This should makeDoug Rabson1997-06-021-2/+2
* Include file updates.. <machine/spl.h> -> <machine/ipl.h>, addPeter Wemm1997-05-311-1/+2
* No longer need opt_smp.h herePeter Wemm1997-05-291-2/+1
* Made the array vec[] a global.Steve Passe1997-05-251-4/+4
* correct the order of the variablesPeter Wemm1997-05-051-3/+5
* Don't remove i586_ctr_freq from scope, leave it defined as zero. ThisPeter Wemm1997-05-041-3/+5
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-261-11/+90
* Prevent wedging of the stat clock because of missed interrupts.Stephen McKay1997-04-061-5/+10
* Only print clock calibration messages if the system was booted with -v.Bruce Evans1997-03-051-8/+16
* Back out the patch to break up the clock probe lines. Instead, followGary Palmer1997-03-051-4/+4
* Split the rather long and line-wrapping clock probe messages on boot.Gary Palmer1997-03-041-5/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Estimate an initial overhead of 0 usec instead of 20 usec in DELAY().Bruce Evans1997-01-291-10/+21
* Guard against the i8254 timer being uninitialzed if DELAY() isBruce Evans1997-01-161-5/+22
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Removed initialization of a variable that went away. Oops.Bruce Evans1996-10-261-5/+3
* Print the clock calibration messages all on one (long) line again soBruce Evans1996-10-251-21/+18
* Put I*86_CPU defines in opt_cpu.h.Bruce Evans1996-10-091-1/+2
* Attached simple external ddb commands `show rtc', `show pgrpdump'Bruce Evans1996-09-141-5/+7
* Changed cncheckc() interface so that it is 8-bit clean - return -1Bruce Evans1996-09-141-2/+2
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.Bruce Evans1996-08-021-12/+6
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes wereBruce Evans1996-07-301-18/+41
* Post-commit review by Bruce. Mostly stylistic changes.Joerg Wunsch1996-07-211-51/+56
* Major cleanup of the timerX_{acquire,release} stuff. In particular,Joerg Wunsch1996-07-201-48/+96
* Fixed adjustment of `time' when timer0 is released. 27465 was 27645 inBruce Evans1996-07-171-2/+2
* Use the standard timer (interrupt) frequency while calibrating the clocks.Bruce Evans1996-07-011-7/+4
* In getit(), use read_eflags()/write_eflags() to preserve the interruptBruce Evans1996-06-171-3/+8
* Move warning messages under bootverbosePaul Traina1996-06-111-4/+8
* Put clock calibration #defines in opt_clock.h to ease reconfigurationPaul Traina1996-06-111-1/+2
* Added calibration the i8254 and the i586 clocks agains the RTC at bootBruce Evans1996-05-011-43/+249
* - add apm to the GENERIC kernel (disabled by default), and add some commentsNate Williams1996-04-221-5/+23