| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove recently commited support for iobase == -2 ("port none") | ache | 1997-03-28 | 1 | -5/+3 |
* | Replace more verbose "at <not configured>" with less verbose "at ?", | ache | 1997-03-25 | 1 | -3/+3 |
* | Follow config intention for iobase: | ache | 1997-03-25 | 1 | -8/+13 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | Only print clock calibration messages if the system was booted with -v. | bde | 1997-03-05 | 1 | -8/+16 |
* | Back out the patch to break up the clock probe lines. Instead, follow | gpalmer | 1997-03-05 | 1 | -4/+4 |
* | Split the rather long and line-wrapping clock probe messages on boot. | gpalmer | 1997-03-04 | 1 | -5/+5 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 8 | -8/+8 |
* | Estimate an initial overhead of 0 usec instead of 20 usec in DELAY(). | bde | 1997-01-29 | 1 | -10/+21 |
* | Disabled logging of masked exceptions on exit. Keep the side effect of | bde | 1997-01-29 | 1 | -2/+6 |
* | Guard against the i8254 timer being uninitialzed if DELAY() is | bde | 1997-01-16 | 1 | -5/+22 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 8 | -8/+8 |
* | Changed magic # 0xa0000 -> ISA_HOLE_START since it's now defined. | nate | 1997-01-08 | 1 | -2/+2 |
* | Reenabled i586_optimized_copyin/out yet again. | bde | 1997-01-04 | 1 | -3/+1 |
* | Disabled i586-optimized copyin and copyout again. The fault handler | bde | 1996-12-28 | 1 | -1/+3 |
* | Reenabled i586-optimized copyin/out. | bde | 1996-11-30 | 1 | -3/+1 |
* | Disabled i586-optimized copyin and copyout. They usually panic if the | bde | 1996-11-15 | 1 | -1/+3 |
* | Replaced I586_OPTIMIZED_BCOPY and I586_OPTIMIZED_BZERO with boot-time | bde | 1996-11-11 | 1 | -13/+47 |
* | Don't switch from fast interrupt handlers to normal interrupt | bde | 1996-11-07 | 2 | -8/+16 |
* | Count only hardware interrupts in cnt.v_intr, so that the individual | bde | 1996-11-06 | 2 | -4/+4 |
* | More merge and update. | asami | 1996-10-30 | 3 | -7/+52 |
* | Removed initialization of a variable that went away. Oops. | bde | 1996-10-26 | 1 | -5/+3 |
* | Print the clock calibration messages all on one (long) line again so | bde | 1996-10-25 | 1 | -21/+18 |
* | Put I*86_CPU defines in opt_cpu.h. | bde | 1996-10-09 | 1 | -1/+2 |
* | Fixed pessimized (short) i/o port types. | bde | 1996-10-08 | 1 | -3/+2 |
* | Attached simple external ddb commands `show rtc', `show pgrpdump' | bde | 1996-09-14 | 1 | -5/+7 |
* | Changed cncheckc() interface so that it is 8-bit clean - return -1 | bde | 1996-09-14 | 1 | -2/+2 |
* | Removed more devconf leftovers. | bde | 1996-09-10 | 1 | -2/+1 |
* | Yet another merge. Remove support.s by deleting memcopy. Remove | asami | 1996-09-07 | 1 | -1/+16 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 2 | -84/+2 |
* | Eliminated i586_ctr_rate. Use i586_ctr_freq instead. | bde | 1996-08-02 | 1 | -12/+6 |
* | Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes were | bde | 1996-07-30 | 1 | -18/+41 |
* | Post-commit review by Bruce. Mostly stylistic changes. | joerg | 1996-07-21 | 1 | -51/+56 |
* | Major cleanup of the timerX_{acquire,release} stuff. In particular, | joerg | 1996-07-20 | 1 | -48/+96 |
* | Fixed adjustment of `time' when timer0 is released. 27465 was 27645 in | bde | 1996-07-17 | 1 | -2/+2 |
* | Use the standard timer (interrupt) frequency while calibrating the clocks. | bde | 1996-07-01 | 1 | -7/+4 |
* | Added #include of <machine/md_var.h>. This will be needed when | bde | 1996-06-25 | 2 | -2/+4 |
* | In getit(), use read_eflags()/write_eflags() to preserve the interrupt | bde | 1996-06-17 | 1 | -3/+8 |
* | The Great PC98 Merge. | asami | 1996-06-14 | 1 | -1/+5 |
* | Move warning messages under bootverbose | pst | 1996-06-11 | 1 | -4/+8 |
* | Put clock calibration #defines in opt_clock.h to ease reconfiguration | pst | 1996-06-11 | 1 | -1/+2 |
* | Jump some hoops to have the *.s code being able to be run through both an | peter | 1996-05-31 | 2 | -80/+80 |
* | First pass at cleaning up macros relating to pages, clusters and all that. | phk | 1996-05-02 | 1 | -3/+3 |
* | Added calibration the i8254 and the i586 clocks agains the RTC at boot | bde | 1996-05-01 | 1 | -43/+249 |
* | - add apm to the GENERIC kernel (disabled by default), and add some comments | nate | 1996-04-22 | 1 | -5/+23 |
* | Change the devconf description from "ISA or EISA bus" to "ISA bus" now | gibbs | 1996-04-20 | 1 | -2/+2 |
* | Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile. | bde | 1996-04-11 | 3 | -3/+9 |
* | Add a lock for DMA Channels to prevent two devices from using the same DMA | smpatel | 1996-04-08 | 1 | -44/+112 |
* | Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose | bde | 1996-04-07 | 1 | -2/+1 |
* | Fix adjkerntz expression priority | ache | 1996-04-05 | 1 | -3/+3 |