summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Guard against the i8254 timer being uninitialzed if DELAY() isbde1997-01-161-5/+22
* - Modified for PC-98.kato1997-01-161-5/+34
* Upgrade the kbdio rutines to provide queued kbd & mouse events.sos1997-01-154-285/+840
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1416-16/+16
* Use breakpoint() instead of Debugger() in siointr1(). Debugger() doesn'tbde1996-12-231-3/+2
* Hawaii-Five-Typoalex1996-12-191-3/+3
* Disabled half-baked disk statistics support. It didn't actually generatebde1996-12-181-1/+7
* Fix the broken support for monochrome VGA's.sos1996-12-071-3/+22
* Synchronize with the RELENG_2_2 branch.asami1996-12-042-13/+51
* Alot of fixes from kazu:sos1996-12-013-133/+217
* Fixed input of BREAKs when IGNPAR is set and IGNBRK is not set. BREAKsbde1996-11-301-27/+32
* Reset h/w fifos (if any) in siostop(). Now ttyflush() works fairly wellbde1996-11-301-3/+9
* Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitterbde1996-11-301-3/+33
* Throw away input if CREAD is not set. POSIX requires no characters to bebde1996-11-301-2/+3
* Cleaned up CONSPEED changes. `comdefaultrate' gives the defaultbde1996-11-301-8/+6
* Fix UserConfig w/syscons.nate1996-11-191-2/+2
* Only poll the keyboard if the data left in the buffer is from thesos1996-11-151-5/+5
* Finally a start at sharing the kdb controller routines betweensos1996-11-143-106/+749
OpenPOWER on IntegriCloud