summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Change types of wdp_cylinders, wdp_heads and wdp_sectors in structkato1997-01-041-4/+4
* A couple of changes for proper mpu401 recognition, and an opl3 patchjkh1996-12-303-15/+21
* Apply a similar fix as in gsc.c rev 1.23.joerg1996-12-301-2/+1
* Apparently, someone changed the gsc driver to allocate one big bufferjoerg1996-12-301-1/+0
* Fixed keeping track of interrupt nesting level across ASTs. It sometimesbde1996-12-291-1/+3
* Disabled i586-optimized copyin and copyout again. The fault handlerbde1996-12-281-1/+3
* Turn off qcam_debug flag by defaultache1996-12-281-1/+1
* Use breakpoint() instead of Debugger() in siointr1(). Debugger() doesn'tbde1996-12-231-3/+2
* Fix a bug in the wt driver that could cause memory corruption.joerg1996-12-231-8/+16
* Someone needs to teach Nate about the C pre-processor in general and thejkh1996-12-232-4/+4
* PCCARD support safety belts.nate1996-12-212-2/+16
* Test in mseopen() whether the device has been configured at all, andjoerg1996-12-191-1/+4
* Submitted by: Naoki Hamada <nao@sbl.cl.nec.co.jp>kato1996-12-192-2/+11
* Hawaii-Five-Typoalex1996-12-191-3/+3
* Disabled half-baked disk statistics support. It didn't actually generatebde1996-12-181-1/+7
* Convert the interface address and IP interface address structureswollman1996-12-137-46/+12
* 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's returndg1996-12-102-15/+6
* Delete $NetBSD$, and add $Id$.kato1996-12-0914-14/+14
* 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
OpenPOWER on IntegriCloud