summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't fiddle with RTS if RTS flow control is off. This gives applicationsbde1996-11-131-17/+23
* 1. Avoid a race in scclose(). tty.c has kludges so that the race issos1996-11-111-5/+15
* Removed 'XT_KEYBOARD' option from syscons. Document new-style way ofnate1996-11-111-4/+1
* Allow us to enable the 'XT_KEYBOARD' code using a configuration flag.nate1996-11-102-8/+20
* Fix the hanging keyboard problem under Xaccel. Apprently we are loosingsos1996-11-041-29/+44
* Fix the broken EOF handling in the floppy driver. The most obviousjoerg1996-11-021-28/+36
* add in CONSPEED option which controls console serial port speedpst1996-11-022-6/+13
* More merge and update.asami1996-10-302-3/+159
* Use the calibrated/adjustable i8254 frequency `timer_freq' instead ofsos1996-10-261-23/+30
* Removed initialization of a variable that went away. Oops.bde1996-10-261-5/+3
* Print the clock calibration messages all on one (long) line again sobde1996-10-251-21/+18
* Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flagpst1996-10-232-8/+10
* Changed mouse functionality a bit, now the pointer disappears ifsos1996-10-182-17/+39
* Corrected the setting of winsize on open().sos1996-10-151-5/+10
* Put I*86_CPU defines in opt_cpu.h.bde1996-10-091-1/+2
* Don't claim the console when the driver is disabled. The getc/putcbde1996-10-091-2/+2
* scresume erroneously used before declared. Move the functionjkh1996-10-031-10/+10
* Fixed the userconfig problem (and one with ddb as well).sos1996-10-021-154/+158
* Fixed the "missing updates" reported by ache.sos1996-10-011-29/+37
OpenPOWER on IntegriCloud