aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/clock.c
Commit message (Expand)AuthorAgeFilesLines
* Fix tabs that should have been spaces. Some were in kernel error messages.Stephen McKay1998-12-141-22/+22
* Update timecounters to new interface.Poul-Henning Kamp1998-10-231-11/+11
* Attempt to work around a bug in the previous commit related toBruce Evans1998-09-201-3/+3
* Ensure that the i8254 timecounter doesn't go backards. It sometimesBruce Evans1998-09-201-6/+21
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,Tor Egge1998-09-061-3/+3
* Add a tc_ prefix to struct timecounter members.Poul-Henning Kamp1998-06-091-6/+6
* Add a member function more to the timecounters, this one is for usePoul-Henning Kamp1998-06-071-1/+3
* Add a "this" style argument and a "void *private" so timecounters canPoul-Henning Kamp1998-06-071-5/+5
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-281-3/+3
* Change a data type internal to the timecounters, and remove the "delta"Poul-Henning Kamp1998-05-191-18/+9
* Remove some unneeded statements that enabled interrupts.Tor Egge1998-04-051-3/+2
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-3/+10
* Be less draconian about the TSC if APM is configured, use it forPoul-Henning Kamp1998-03-161-8/+31
* On SMP systems, initially follow the MP spec with regard to which pinTor Egge1998-03-141-38/+90
* Remove special handling for resuming clock interrupt when using APIC_IO.Tor Egge1998-03-051-6/+6
* Prevent the TSC from being used on APM machines, we have no idea ifPoul-Henning Kamp1998-02-281-2/+6
* Quick fix for the i8254 timecounter often gaining 10 msec.Bruce Evans1998-02-231-1/+2
* Add missing CLOCK_UNLOCK() before write_eflags().Jordan K. Hubbard1998-02-211-1/+2
* Replace TOD clock code with more systematic approach.Poul-Henning Kamp1998-02-201-68/+115
* Update timer0_prescaler_count before calling hardclock() while timer0Bruce Evans1998-02-131-15/+22
* Staticize.Eivind Eklund1998-02-091-2/+2
* APM calls inittodr(0) which is stupid, but at least stop setting thePoul-Henning Kamp1998-01-281-5/+7
* 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