| Commit message (Expand) | Author | Age | Files | Lines |
* | More cleanup relating to our use of the TSC. | Poul-Henning Kamp | 1997-12-28 | 1 | -40/+30 |
* | wash, sort and put in order various nits from the i586_ctr -> tsc | Poul-Henning Kamp | 1997-12-28 | 1 | -11/+11 |
* | Rename "i586_ctr" to "tsc" (both upper and lower case instances). | Poul-Henning Kamp | 1997-12-26 | 1 | -28/+28 |
* | Removed #unused includes. | Bruce Evans | 1997-11-18 | 1 | -3/+4 |
* | Don't include <machine/cputypes.h> or declare cputype/class interfaces | Bruce Evans | 1997-10-28 | 1 | -2/+5 |
* | General cleanup of the sub-system locking macros. | Steve Passe | 1997-09-01 | 1 | -35/+12 |
* | Another round of lock pushdown. | Steve Passe | 1997-08-30 | 1 | -12/+43 |
* | #include <machine/limits.h> explicitly in the few places that it is required. | Bruce Evans | 1997-08-21 | 1 | -1/+2 |
* | Made PEND_INTS default. | Steve Passe | 1997-08-21 | 1 | -34/+6 |
* | clock.c: | Steve Passe | 1997-07-26 | 1 | -54/+23 |
* | Last commit didn't take, operator error??? | Steve Passe | 1997-07-22 | 1 | -29/+6 |
* | Developed a new strategy for handling the 8254/8259/APIC issue. | Steve Passe | 1997-07-20 | 1 | -30/+64 |
* | Minor cleanup. | Steve Passe | 1997-07-20 | 1 | -11/+8 |
* | Removed unused #includes. | Bruce Evans | 1997-07-20 | 1 | -2/+1 |
* | Added #code to support define APIC_PIN0_TIMER. | Steve Passe | 1997-07-19 | 1 | -8/+24 |
* | SMP or APIC_IO: | Steve Passe | 1997-07-19 | 1 | -8/+23 |
* | Made the printing of the APIC INTs depend on bootverbose. | Steve Passe | 1997-07-18 | 1 | -6/+8 |
* | Cleanup old stop_cpus/restart_cpus() cruft. | Steve Passe | 1997-07-13 | 1 | -6/+22 |
* | Modified to use merged/renamed functions: | Steve Passe | 1997-06-25 | 1 | -34/+30 |
* | Move interrupt handling code from isa.c to a new file. This should make | Doug Rabson | 1997-06-02 | 1 | -2/+2 |
* | Include file updates.. <machine/spl.h> -> <machine/ipl.h>, add | Peter Wemm | 1997-05-31 | 1 | -1/+2 |
* | No longer need opt_smp.h here | Peter Wemm | 1997-05-29 | 1 | -2/+1 |
* | Made the array vec[] a global. | Steve Passe | 1997-05-25 | 1 | -4/+4 |
* | correct the order of the variables | Peter Wemm | 1997-05-05 | 1 | -3/+5 |
* | Don't remove i586_ctr_freq from scope, leave it defined as zero. This | Peter Wemm | 1997-05-04 | 1 | -3/+5 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | Peter Wemm | 1997-04-26 | 1 | -11/+90 |
* | Prevent wedging of the stat clock because of missed interrupts. | Stephen McKay | 1997-04-06 | 1 | -5/+10 |
* | Only print clock calibration messages if the system was booted with -v. | Bruce Evans | 1997-03-05 | 1 | -8/+16 |
* | Back out the patch to break up the clock probe lines. Instead, follow | Gary Palmer | 1997-03-05 | 1 | -4/+4 |
* | Split the rather long and line-wrapping clock probe messages on boot. | Gary Palmer | 1997-03-04 | 1 | -5/+5 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Estimate an initial overhead of 0 usec instead of 20 usec in DELAY(). | Bruce Evans | 1997-01-29 | 1 | -10/+21 |
* | Guard against the i8254 timer being uninitialzed if DELAY() is | Bruce Evans | 1997-01-16 | 1 | -5/+22 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Removed initialization of a variable that went away. Oops. | Bruce Evans | 1996-10-26 | 1 | -5/+3 |
* | Print the clock calibration messages all on one (long) line again so | Bruce Evans | 1996-10-25 | 1 | -21/+18 |
* | Put I*86_CPU defines in opt_cpu.h. | Bruce Evans | 1996-10-09 | 1 | -1/+2 |
* | Attached simple external ddb commands `show rtc', `show pgrpdump' | Bruce Evans | 1996-09-14 | 1 | -5/+7 |
* | Changed cncheckc() interface so that it is 8-bit clean - return -1 | Bruce Evans | 1996-09-14 | 1 | -2/+2 |
* | Eliminated i586_ctr_rate. Use i586_ctr_freq instead. | Bruce Evans | 1996-08-02 | 1 | -12/+6 |
* | Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes were | Bruce Evans | 1996-07-30 | 1 | -18/+41 |
* | Post-commit review by Bruce. Mostly stylistic changes. | Joerg Wunsch | 1996-07-21 | 1 | -51/+56 |
* | Major cleanup of the timerX_{acquire,release} stuff. In particular, | Joerg Wunsch | 1996-07-20 | 1 | -48/+96 |
* | Fixed adjustment of `time' when timer0 is released. 27465 was 27645 in | Bruce Evans | 1996-07-17 | 1 | -2/+2 |
* | Use the standard timer (interrupt) frequency while calibrating the clocks. | Bruce Evans | 1996-07-01 | 1 | -7/+4 |
* | In getit(), use read_eflags()/write_eflags() to preserve the interrupt | Bruce Evans | 1996-06-17 | 1 | -3/+8 |
* | Move warning messages under bootverbose | Paul Traina | 1996-06-11 | 1 | -4/+8 |
* | Put clock calibration #defines in opt_clock.h to ease reconfiguration | Paul Traina | 1996-06-11 | 1 | -1/+2 |
* | Added calibration the i8254 and the i586 clocks agains the RTC at boot | Bruce Evans | 1996-05-01 | 1 | -43/+249 |
* | - add apm to the GENERIC kernel (disabled by default), and add some comments | Nate Williams | 1996-04-22 | 1 | -5/+23 |