summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Fix the broken support for monochrome VGA's.sos1996-12-071-3/+22
* Obtained from: NetBSD/pc98 based on NetBSD 1.2kato1996-12-071-0/+54
* Fixed handling of modem status changes. Only the most common case ofbde1996-12-051-8/+23
* Replace sbic driver (WD33C93 SCSI card driver) with new bs driver.asami1996-12-0416-123/+6079
* Synchronize with the RELENG_2_2 branch.asami1996-12-042-13/+51
* PR kern/2141:phk1996-12-031-1/+2
* Alot of fixes from kazu:sos1996-12-014-308/+682
* Removed all references to b_cylinder (aka b_cylin). It was evil andbde1996-12-011-2/+2
* 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
* Reenabled i586-optimized copyin/out.bde1996-11-301-3/+1
* Correct name in probe type. Closes PR# 2122 (with a change, since the PRjkh1996-11-291-1/+1
* I broke psm.c and none of the 5 reviewers noticed :-)phk1996-11-281-6/+12
* Waste less space.phk1996-11-272-42/+47
* Fix UserConfig w/syscons.nate1996-11-191-2/+2
* Disabled i586-optimized copyin and copyout. They usually panic if thebde1996-11-151-1/+3
* Break my own rule again - I didn't think this stuff was going to come backjkh1996-11-158-1/+3774
* Disable mouse acceleration by default to be the same as the previousnate1996-11-151-2/+2
* Patches from driver author in PR#2010.wollman1996-11-151-91/+349
* Fix RFC 1650 stats... should have read the doco more carefully.wollman1996-11-151-4/+1
* Only poll the keyboard if the data left in the buffer is from thesos1996-11-151-5/+5
* Rename sb.h to sb_defs.h and pas.h to pas_defs.h so there's nojkh1996-11-1511-9/+9
* KNF'ify and fix boo-boo I made in last commit.nate1996-11-151-885/+910
* Removed 2.1-compatability code and made the debugging less verbose bynate1996-11-151-75/+31
* New PS/2 mouse drive which uses the new 'shared' keyboard/psm readnate1996-11-151-254/+998
* Finally a start at sharing the kdb controller routines betweensos1996-11-144-162/+749
* Some more updates.asami1996-11-141-2/+1
* Don't fiddle with RTS if RTS flow control is off. This gives applicationsbde1996-11-132-34/+51
* Another round of resync and some added sound support.asami1996-11-134-12/+5
* 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
* Replaced I586_OPTIMIZED_BCOPY and I586_OPTIMIZED_BZERO with boot-timebde1996-11-111-13/+47
* Fixed pessimized (short) i/o port type.bde1996-11-113-8/+8
* Fixed pessimized (short) i/o port types.bde1996-11-111-4/+4
* Fixed pessimized (short) i/o port type.bde1996-11-111-2/+2
* Allow us to enable the 'XT_KEYBOARD' code using a configuration flag.nate1996-11-102-8/+20
* Don't switch from fast interrupt handlers to normal interruptbde1996-11-071-4/+8
* Count only hardware interrupts in cnt.v_intr, so that the individualbde1996-11-061-2/+2
* Fix the hanging keyboard problem under Xaccel. Apprently we are loosingsos1996-11-041-29/+44
* Don't clobber max_ncyls, ending up guessing thetotal number of cylinders asbde1996-11-041-6/+10
* Fix the broken EOF handling in the floppy driver. The most obviousjoerg1996-11-021-28/+36
* Avoid touching the LEDs too early in the game. After the recentjoerg1996-11-021-4/+0
* The last update/merge of PC98 stuff before 2.2. The wholeasami1996-11-0211-3/+2404
* add in CONSPEED option which controls console serial port speedpst1996-11-022-6/+13
* if_sr.c corrupted the global variable `ticks'.jhay1996-10-312-20/+9
* More merge and update.asami1996-10-3017-12/+428
* Pass right arp to bpf_mtap().phk1996-10-301-3/+3
OpenPOWER on IntegriCloud