aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Made set_controller_command_byte() less verbose. It used to print aKazutaka YOKOTA1997-03-071-6/+2
* Move pcvt towards using kbdio (finally!).Joerg Wunsch1997-03-061-2/+3
* Only print clock calibration messages if the system was booted with -v.Bruce Evans1997-03-051-8/+16
* Back out the patch to break up the clock probe lines. Instead, followGary Palmer1997-03-051-4/+4
* Split the rather long and line-wrapping clock probe messages on boot.Gary Palmer1997-03-041-5/+5
* make sure that the user supplied signals in struct vt_mode are actuallyJohn-Mark Gurney1997-03-011-8/+18
* Fixed spelling error in a variable name.Bruce Evans1997-02-281-2/+2
* Removed an obsolete test which prevented mouse movement from quitingKazutaka YOKOTA1997-02-281-7/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2216-16/+16
* Oops, cut/paste could be done on tthe WRONG vty :(Søren Schmidt1997-02-131-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Fix for the Compaq Armada laptop.Kazutaka YOKOTA1997-02-071-3/+9
* Fixed the SMC fifo bug fix. sioopen() hung while input was streaming inBruce Evans1997-02-011-3/+15
* Fixed the "switch to next screen" command (normally bound to theSøren Schmidt1997-01-301-1/+10
* Estimate an initial overhead of 0 usec instead of 20 usec in DELAY().Bruce Evans1997-01-291-10/+21
* Fixes and workarounds for Hayes ESP:Bruce Evans1997-01-291-7/+25
* Add save/restore cursor as pr SCO screen(HW) manpage.Søren Schmidt1997-01-232-1/+30
* Fix the bug that caused CTRL & ALT keys to be hanging sometimes afterSøren Schmidt1997-01-201-1/+1
* Oops, the position of the savefont code was wrong, cur_consoleSøren Schmidt1997-01-191-12/+12
* Oops! I commented out the waiting for retrace loops, because theSøren Schmidt1997-01-181-5/+5
* Bruce pointed out a bogon:Søren Schmidt1997-01-171-3/+11
* Guard against the i8254 timer being uninitialzed if DELAY() isBruce Evans1997-01-161-5/+22
* - Modified for PC-98.KATO Takenori1997-01-161-5/+34
* Upgrade the kbdio rutines to provide queued kbd & mouse events.Søren Schmidt1997-01-154-285/+840
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1416-16/+16
* Use breakpoint() instead of Debugger() in siointr1(). Debugger() doesn'tBruce Evans1996-12-231-3/+2
* Hawaii-Five-TypoAlexander Langer1996-12-191-3/+3
* Disabled half-baked disk statistics support. It didn't actually generateBruce Evans1996-12-181-1/+7
* Fix the broken support for monochrome VGA's.Søren Schmidt1996-12-071-3/+22
* Synchronize with the RELENG_2_2 branch.Satoshi Asami1996-12-042-13/+51
* Alot of fixes from kazu:Søren Schmidt1996-12-013-133/+217
* Fixed input of BREAKs when IGNPAR is set and IGNBRK is not set. BREAKsBruce Evans1996-11-301-27/+32
* Reset h/w fifos (if any) in siostop(). Now ttyflush() works fairly wellBruce Evans1996-11-301-3/+9
* Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitterBruce Evans1996-11-301-3/+33
* Throw away input if CREAD is not set. POSIX requires no characters to beBruce Evans1996-11-301-2/+3
* Cleaned up CONSPEED changes. `comdefaultrate' gives the defaultBruce Evans1996-11-301-8/+6
* Fix UserConfig w/syscons.Nate Williams1996-11-191-2/+2
* Only poll the keyboard if the data left in the buffer is from theSøren Schmidt1996-11-151-5/+5
* Finally a start at sharing the kdb controller routines betweenSøren Schmidt1996-11-143-106/+749
* Don't fiddle with RTS if RTS flow control is off. This gives applicationsBruce Evans1996-11-131-17/+23
* 1. Avoid a race in scclose(). tty.c has kludges so that the race isSøren Schmidt1996-11-111-5/+15
* Removed 'XT_KEYBOARD' option from syscons. Document new-style way ofNate Williams1996-11-111-4/+1
* Allow us to enable the 'XT_KEYBOARD' code using a configuration flag.Nate Williams1996-11-102-8/+20
* Fix the hanging keyboard problem under Xaccel. Apprently we are loosingSøren Schmidt1996-11-041-29/+44
* Fix the broken EOF handling in the floppy driver. The most obviousJoerg Wunsch1996-11-021-28/+36
* add in CONSPEED option which controls console serial port speedPaul Traina1996-11-022-6/+13
* More merge and update.Satoshi Asami1996-10-302-3/+159
* Use the calibrated/adjustable i8254 frequency `timer_freq' instead ofSøren Schmidt1996-10-261-23/+30
* Removed initialization of a variable that went away. Oops.Bruce Evans1996-10-261-5/+3
* Print the clock calibration messages all on one (long) line again soBruce Evans1996-10-251-21/+18