summaryrefslogtreecommitdiffstats
path: root/sys/isa/atrtc.c
Commit message (Expand)AuthorAgeFilesLines
* On SMP systems, initially follow the MP spec with regard to which pintegge1998-03-141-38/+90
* Remove special handling for resuming clock interrupt when using APIC_IO.tegge1998-03-051-6/+6
* Prevent the TSC from being used on APM machines, we have no idea ifphk1998-02-281-2/+6
* Quick fix for the i8254 timecounter often gaining 10 msec.bde1998-02-231-1/+2
* Add missing CLOCK_UNLOCK() before write_eflags().jkh1998-02-211-1/+2
* Replace TOD clock code with more systematic approach.phk1998-02-201-68/+115
* Update timer0_prescaler_count before calling hardclock() while timer0bde1998-02-131-15/+22
* Staticize.eivind1998-02-091-2/+2
* APM calls inittodr(0) which is stupid, but at least stop setting thephk1998-01-281-5/+7
* More cleanup relating to our use of the TSC.phk1997-12-281-40/+30
* wash, sort and put in order various nits from the i586_ctr -> tscphk1997-12-281-11/+11
* Rename "i586_ctr" to "tsc" (both upper and lower case instances).phk1997-12-261-28/+28
* Removed #unused includes.bde1997-11-181-3/+4
* Don't include <machine/cputypes.h> or declare cputype/class interfacesbde1997-10-281-2/+5
* General cleanup of the sub-system locking macros.fsmp1997-09-011-35/+12
* Another round of lock pushdown.fsmp1997-08-301-12/+43
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-211-1/+2
* Made PEND_INTS default.fsmp1997-08-211-34/+6
* clock.c:fsmp1997-07-261-54/+23
* Last commit didn't take, operator error???fsmp1997-07-221-29/+6
* Developed a new strategy for handling the 8254/8259/APIC issue.fsmp1997-07-201-30/+64
* Minor cleanup.fsmp1997-07-201-11/+8
* Removed unused #includes.bde1997-07-201-2/+1
* Added #code to support define APIC_PIN0_TIMER.fsmp1997-07-191-8/+24
* SMP or APIC_IO:fsmp1997-07-191-8/+23
* Made the printing of the APIC INTs depend on bootverbose.fsmp1997-07-181-6/+8
* Cleanup old stop_cpus/restart_cpus() cruft.fsmp1997-07-131-6/+22
* Modified to use merged/renamed functions:fsmp1997-06-251-34/+30
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-021-2/+2
* Include file updates.. <machine/spl.h> -> <machine/ipl.h>, addpeter1997-05-311-1/+2
* No longer need opt_smp.h herepeter1997-05-291-2/+1
* Made the array vec[] a global.fsmp1997-05-251-4/+4
* correct the order of the variablespeter1997-05-051-3/+5
* Don't remove i586_ctr_freq from scope, leave it defined as zero. Thispeter1997-05-041-3/+5
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-11/+90
* Prevent wedging of the stat clock because of missed interrupts.mckay1997-04-061-5/+10
* Only print clock calibration messages if the system was booted with -v.bde1997-03-051-8/+16
* Back out the patch to break up the clock probe lines. Instead, followgpalmer1997-03-051-4/+4
* Split the rather long and line-wrapping clock probe messages on boot.gpalmer1997-03-041-5/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Estimate an initial overhead of 0 usec instead of 20 usec in DELAY().bde1997-01-291-10/+21
* Guard against the i8254 timer being uninitialzed if DELAY() isbde1997-01-161-5/+22
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Removed initialization of a variable that went away. Oops.bde1996-10-261-5/+3
* Print the clock calibration messages all on one (long) line again sobde1996-10-251-21/+18
* Put I*86_CPU defines in opt_cpu.h.bde1996-10-091-1/+2
* Attached simple external ddb commands `show rtc', `show pgrpdump'bde1996-09-141-5/+7
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-2/+2
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-021-12/+6
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes werebde1996-07-301-18/+41
OpenPOWER on IntegriCloud