aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/atrtc.c
Commit message (Expand)AuthorAgeFilesLines
* This adds the i386 specific support for systems with a MicroChannelMatthew N. Dodd1999-09-031-0/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-091-2/+2
* Remove XXX from the headers (broke the build, I'm betting.)Brian Feldman1999-07-291-2/+1
* We're called too early to have any idea whether APM is going to beMike Smith1999-07-281-11/+7
* Updated acquire_timer2()'s state machine to work when the i8254 isBruce Evans1999-07-181-23/+10
* Don't let the machdep.tsc_freq sysctl proceed if the TSC is presentBruce Evans1999-07-181-6/+6
* Shut up gcc.Peter Wemm1999-06-271-1/+3
* This commit gives support for the Rise mP6 CPU. It has two changes:Brian Feldman1999-06-241-5/+7
* Remove fd driver from its old home and change files which include rtc.hDoug Rabson1999-05-311-2/+2
* Stop the TSC from being used as timecounter on K5/step0 machines.Poul-Henning Kamp1999-05-291-2/+3
* Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter.Bruce Evans1999-05-281-20/+21
* For what it's worth, idelayed is declared as a volatile in the headers,Peter Wemm1999-05-091-2/+2
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thePoul-Henning Kamp1999-04-251-1/+3
* oops, SMP was missing includes for a typedef.Peter Wemm1999-04-211-2/+2
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.Peter Wemm1999-04-211-16/+12
* 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