| Commit message (Expand) | Author | Age | Files | Lines |
* | - Remove the inthand2_t type and use the equivalent driver_intr_t type from | jhb | 2000-09-13 | 1 | -7/+7 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -52/+103 |
* | Allow use of TSC even if APM is compiled in but disabled. | phk | 2000-07-30 | 1 | -1/+6 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -2/+2 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -2/+2 |
* | Add PnP probe methods to some common AT hardware drivers. In each case, | msmith | 2000-06-23 | 1 | -0/+48 |
* | Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use a | bde | 2000-05-31 | 1 | -1/+1 |
* | Isolate the Timecounter internals in their own two files. | phk | 2000-03-20 | 1 | -6/+7 |
* | ISA device drivers use the ISA source interrupt number in locations where | tegge | 2000-01-04 | 1 | -9/+27 |
* | Fixed races accessing the RTC. The races apparently caused | bde | 1999-12-25 | 1 | -4/+16 |
* | Remove references to register_intr() etc in comments. | peter | 1999-12-20 | 1 | -1/+1 |
* | 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 |