summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* #ifdef another instance of toggle_splash_screen() which Soren missed.jkh1996-10-011-1/+5
* Dont make splash screen the default :)sos1996-09-301-2/+1
* Fix a couble of nasties regarding mouse pointer and differentsos1996-09-302-103/+180
* Work around UMC8669F and Startech UART bugs by not writing to thebde1996-09-301-11/+36
* Attached simple external ddb commands `show rtc', `show pgrpdump'bde1996-09-141-5/+7
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-143-6/+11
* Another round of merge/update.asami1996-09-121-2/+15
* Hack workaround XFree86 switching failure when used with /dev/sysmousepeter1996-09-101-2/+23
* Updated #includes to 4.4Lite style.bde1996-09-101-2/+1
* The poor nsccons variable was gone agian this time hidden bysos1996-09-091-2/+2
* Make syscons replicate a mousesystems mouse on minor 128..sos1996-09-081-18/+36
* Fixed another easy case of const poisoning in the kernel. Cosmetic.bde1996-09-071-2/+2
* Add option SC_KBD_PROBE_WORKS to syscons driver.pst1996-09-061-4/+12
* Remove devconf, it never grew up to be of any use.phk1996-09-063-200/+3
* Fixed a panic when switching to 40x25 mode, and cursor was beyond thesos1996-09-041-1/+2
* Fixed a couple of bugs in the mousepointer code.sos1996-09-012-233/+298
* Fixed restoral of nsscons variable. The tty for /dev/console was lost.bde1996-08-281-2/+2
* restore nsccons variable from rev 1.115 that was deleted in rev 1.136peter1996-08-161-1/+2
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-021-12/+6
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes werebde1996-07-301-18/+41
OpenPOWER on IntegriCloud