| Commit message (Expand) | Author | Age | Files | Lines |
* | i8254_restore is called from apm_default_resume() to reload | iwasaki | 1999-10-30 | 1 | -0/+22 |
* | This adds the i386 specific support for systems with a MicroChannel | mdodd | 1999-09-03 | 1 | -0/+10 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Merge the cons.c and cons.h to the best of my ability. alpha may or | phk | 1999-08-09 | 1 | -2/+2 |
* | Remove XXX from the headers (broke the build, I'm betting.) | green | 1999-07-29 | 1 | -2/+1 |
* | We're called too early to have any idea whether APM is going to be | msmith | 1999-07-28 | 1 | -11/+7 |
* | Updated acquire_timer2()'s state machine to work when the i8254 is | bde | 1999-07-18 | 1 | -23/+10 |
* | Don't let the machdep.tsc_freq sysctl proceed if the TSC is present | bde | 1999-07-18 | 1 | -6/+6 |
* | Shut up gcc. | peter | 1999-06-27 | 1 | -1/+3 |
* | This commit gives support for the Rise mP6 CPU. It has two changes: | green | 1999-06-24 | 1 | -5/+7 |
* | Remove fd driver from its old home and change files which include rtc.h | dfr | 1999-05-31 | 1 | -2/+2 |
* | Stop the TSC from being used as timecounter on K5/step0 machines. | phk | 1999-05-29 | 1 | -2/+3 |
* | Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter. | bde | 1999-05-28 | 1 | -20/+21 |
* | For what it's worth, idelayed is declared as a volatile in the headers, | peter | 1999-05-09 | 1 | -2/+2 |
* | Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify the | phk | 1999-04-25 | 1 | -1/+3 |
* | oops, SMP was missing includes for a typedef. | peter | 1999-04-21 | 1 | -2/+2 |
* | Stage 1 of a cleanup of the i386 interrupt registration mechanism. | peter | 1999-04-21 | 1 | -16/+12 |
* | Fix tabs that should have been spaces. Some were in kernel error messages. | mckay | 1998-12-14 | 1 | -22/+22 |
* | Update timecounters to new interface. | phk | 1998-10-23 | 1 | -11/+11 |
* | Attempt to work around a bug in the previous commit related to | bde | 1998-09-20 | 1 | -3/+3 |
* | Ensure that the i8254 timecounter doesn't go backards. It sometimes | bde | 1998-09-20 | 1 | -6/+21 |
* | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | tegge | 1998-09-06 | 1 | -3/+3 |
* | Add a tc_ prefix to struct timecounter members. | phk | 1998-06-09 | 1 | -6/+6 |
* | Add a member function more to the timecounters, this one is for use | phk | 1998-06-07 | 1 | -1/+3 |
* | Add a "this" style argument and a "void *private" so timecounters can | phk | 1998-06-07 | 1 | -5/+5 |
* | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | phk | 1998-05-28 | 1 | -3/+3 |
* | Change a data type internal to the timecounters, and remove the "delta" | phk | 1998-05-19 | 1 | -18/+9 |
* | Remove some unneeded statements that enabled interrupts. | tegge | 1998-04-05 | 1 | -3/+2 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -3/+10 |
* | Be less draconian about the TSC if APM is configured, use it for | phk | 1998-03-16 | 1 | -8/+31 |
* | On SMP systems, initially follow the MP spec with regard to which pin | tegge | 1998-03-14 | 1 | -38/+90 |
* | Remove special handling for resuming clock interrupt when using APIC_IO. | tegge | 1998-03-05 | 1 | -6/+6 |
* | Prevent the TSC from being used on APM machines, we have no idea if | phk | 1998-02-28 | 1 | -2/+6 |
* | Quick fix for the i8254 timecounter often gaining 10 msec. | bde | 1998-02-23 | 1 | -1/+2 |
* | Add missing CLOCK_UNLOCK() before write_eflags(). | jkh | 1998-02-21 | 1 | -1/+2 |
* | Replace TOD clock code with more systematic approach. | phk | 1998-02-20 | 1 | -68/+115 |
* | Update timer0_prescaler_count before calling hardclock() while timer0 | bde | 1998-02-13 | 1 | -15/+22 |
* | Staticize. | eivind | 1998-02-09 | 1 | -2/+2 |
* | APM calls inittodr(0) which is stupid, but at least stop setting the | phk | 1998-01-28 | 1 | -5/+7 |
* | More cleanup relating to our use of the TSC. | phk | 1997-12-28 | 1 | -40/+30 |
* | wash, sort and put in order various nits from the i586_ctr -> tsc | phk | 1997-12-28 | 1 | -11/+11 |
* | Rename "i586_ctr" to "tsc" (both upper and lower case instances). | phk | 1997-12-26 | 1 | -28/+28 |
* | Removed #unused includes. | bde | 1997-11-18 | 1 | -3/+4 |
* | Don't include <machine/cputypes.h> or declare cputype/class interfaces | bde | 1997-10-28 | 1 | -2/+5 |
* | General cleanup of the sub-system locking macros. | fsmp | 1997-09-01 | 1 | -35/+12 |
* | Another round of lock pushdown. | fsmp | 1997-08-30 | 1 | -12/+43 |
* | #include <machine/limits.h> explicitly in the few places that it is required. | bde | 1997-08-21 | 1 | -1/+2 |
* | Made PEND_INTS default. | fsmp | 1997-08-21 | 1 | -34/+6 |
* | clock.c: | fsmp | 1997-07-26 | 1 | -54/+23 |
* | Last commit didn't take, operator error??? | fsmp | 1997-07-22 | 1 | -29/+6 |