summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
...
* If the boot blocks were using the serial port, read the system consolepst1997-06-042-11/+119
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-021-2/+2
* I've given up on the idea of sizing FIFO's. You can set it with a flagphk1997-06-011-68/+15
* Include file updates.. <machine/spl.h> -> <machine/ipl.h>, addpeter1997-05-311-1/+2
* No longer need opt_smp.h herepeter1997-05-292-4/+2
* Made the array vec[] a global.fsmp1997-05-251-4/+4
* Whoops, missed a zero there. Flags 0x10000 it is.phk1997-05-181-2/+2
* Flags 0x1000 on sio now disables the dreaded test#3.phk1997-05-181-2/+3
* Detect various supersets of 16550A based on fifo depth.phk1997-05-181-4/+39
* 1) font loading (two fixes)yokota1997-05-152-22/+37
* simplify IOPL gain/remove privs code. It's easier with md_regspeter1997-05-071-6/+3
* Now that we have replaced video-related block copy calls withyokota1997-05-071-34/+32
* correct the order of the variablespeter1997-05-051-3/+5
* Don't remove i586_ctr_freq from scope, leave it defined as zero. Thispeter1997-05-041-3/+5
* Restore CRTC start address check back after looking into more sourcesache1997-04-301-3/+9
* In comp_vgaregs skip cursor shape and 4 unused bytes (6 total)ache1997-04-301-4/+4
* Addresses the following two problems.yokota1997-04-271-8/+116
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-262-12/+102
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-10/+12
* Don't call timeout() for DTR wakeup or busy check if the relevant timeoutbde1997-04-181-5/+11
* Preserve some bits in the keyboard controller command byte whenyokota1997-04-101-10/+6
* Prevent wedging of the stat clock because of missed interrupts.mckay1997-04-061-5/+10
* Make MOD_* macros almost consistent:dufault1997-04-061-5/+7
* Removed defaults for dead options CONADDR and CONUNIT.bde1997-04-051-15/+1
* Use device flags instead of options for serial console configurationbde1997-04-051-23/+53
* Make the default VERASE key the <-- key and remove root'sbrian1997-04-031-1/+4
* Interim patch/kludge for keyboard lock-up when `kbdcontrol' tries toyokota1997-03-281-3/+10
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-243-6/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-232-4/+4
* Made set_controller_command_byte() less verbose. It used to print ayokota1997-03-071-6/+2
* Move pcvt towards using kbdio (finally!).joerg1997-03-061-2/+3
* Only print clock calibration messages if the system was booted with -v.bde1997-03-051-8/+16
* Back out the patch to break up the clock probe lines. Instead, followgpalmer1997-03-051-4/+4
* Split the rather long and line-wrapping clock probe messages on boot.gpalmer1997-03-041-5/+5
* make sure that the user supplied signals in struct vt_mode are actuallyjmg1997-03-011-8/+18
* Fixed spelling error in a variable name.bde1997-02-281-2/+2
* Removed an obsolete test which prevented mouse movement from quitingyokota1997-02-281-7/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2216-16/+16
* Oops, cut/paste could be done on tthe WRONG vty :(sos1997-02-131-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Fix for the Compaq Armada laptop.yokota1997-02-071-3/+9
* Fixed the SMC fifo bug fix. sioopen() hung while input was streaming inbde1997-02-011-3/+15
* Fixed the "switch to next screen" command (normally bound to thesos1997-01-301-1/+10
* Estimate an initial overhead of 0 usec instead of 20 usec in DELAY().bde1997-01-291-10/+21
* Fixes and workarounds for Hayes ESP:bde1997-01-291-7/+25
* Add save/restore cursor as pr SCO screen(HW) manpage.sos1997-01-232-1/+30
* Fix the bug that caused CTRL & ALT keys to be hanging sometimes aftersos1997-01-201-1/+1
* Oops, the position of the savefont code was wrong, cur_consolesos1997-01-191-12/+12
* Oops! I commented out the waiting for retrace loops, because thesos1997-01-181-5/+5
* Bruce pointed out a bogon:sos1997-01-171-3/+11
OpenPOWER on IntegriCloud