aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* Added support for the 16 port Boca via a flag to specify that there isDavid Greenman1994-04-231-4/+9
* Add declaration missing from previous bde's versionAndrey A. Chernov1994-04-031-1/+2
* CHANGES from Bruce:Andrey A. Chernov1994-04-031-195/+306
* New interrupt code from Bruce Evans. In additional to Bruce's attachedDavid Greenman1994-04-021-2/+1
* Change got_status/modem_status assignment per Bruce suggestion,Andrey A. Chernov1994-04-011-4/+4
* 1) Better fix for false carrier detect on bidir portAndrey A. Chernov1994-03-261-8/+16
* Fix false carrier detection on incoming bidir port.Andrey A. Chernov1994-03-251-1/+3
* 1) Change dtrwait 300 to 3 * hz (to be more kosher)Andrey A. Chernov1994-03-231-2/+4
* Add siostop to sioclose, because ttyflush called fromAndrey A. Chernov1994-03-211-1/+2
* Increase default DTR wait time up to 3 secs.Andrey A. Chernov1994-03-211-2/+2
* Remove ttyfree from siocloseAndrey A. Chernov1994-03-181-6/+1
* Checking l_close in unneeded (one of my previous fixes),Andrey A. Chernov1994-03-141-3/+2
* Don't call ttyclose twice into sioclose and move ttycloseAndrey A. Chernov1994-03-101-2/+3
* First open:Andrey A. Chernov1994-03-081-4/+11
* Ttys structures are now allocated dynamically via ttymalloc/ttyfree.Guido van Rooij1994-03-021-14/+21
* RTS shouldn't be touched unless CS_RTS_IFLOW is set.Poul-Henning Kamp1994-02-261-2/+3
* TIOCTIMESTAMP capability. The port in question must be configured withPoul-Henning Kamp1994-02-241-1/+20
* Change all siointr (expect in Vsio, of course) to comintr1Andrey A. Chernov1994-02-071-16/+9
* 1) Proper fix for suspended output in multiport caseAndrey A. Chernov1994-02-061-6/+8
* Fix error in multiport part:Andrey A. Chernov1994-02-021-5/+4
* Remove CALLOUTMASK, if non-bidir case.Andrey A. Chernov1994-01-311-1/+5
* 1) Set ipending back to 4, because (16 + 4) bit not inAndrey A. Chernov1994-01-311-151/+91
* Patch from Brian Smith (modified a little by me) to allow kernel configDavid Greenman1994-01-311-2/+7
* From ache:Andrey A. Chernov1994-01-111-139/+187
* Temporary plug CLOCAL security hole, while sticky bitsAndrey A. Chernov1994-01-021-1/+11
* Change default dtrwait value to 2 seconds.Andrey A. Chernov1993-12-161-3/+3
* set output flags to ttydefault if COMCONSOLE is defined.David Greenman1993-12-131-1/+5
* Force HUPCL in bidirectional port open.Andrey A. Chernov1993-12-111-2/+4
* 1) Fix error with port recognition, speed initialization codeAndrey A. Chernov1993-12-091-2/+13
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-29/+10
* Fix attach message, make separate line for itAndrey A. Chernov1993-11-171-1/+3
* New sio driver from Bruce.Andrey A. Chernov1993-11-141-195/+211
* Add missing read flush code to siostopAndrey A. Chernov1993-11-081-1/+5
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-1/+2
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-11/+2
* Disassociate DTR and RTS. They were coupled together and shouldn't haveDavid Greenman1993-10-141-7/+7
* incorporated patches from Marc Frajola (marc@escargot.rain.com) toDavid Greenman1993-10-121-2/+4
* Change to sio for recognising the last serial port on a multiportJordan K. Hubbard1993-09-281-1/+5
* From guido@gvr.win.tue.nl Wed Sep 8 13:34:16 1993Rodney W. Grimes1993-09-101-6/+28
* From michaele@vice.ico.tek.com Wed Sep 8 09:50:45 1993Rodney W. Grimes1993-09-081-2/+2
* xxxprobe now returns the correct number of I/O registers used so thatRodney W. Grimes1993-08-281-2/+2
* Applied Andrew's patch to fix loop-on-logout problem.Jordan K. Hubbard1993-07-201-5/+3
* Removed check for interrupting board before interrupts were enabled.Jordan K. Hubbard1993-07-201-2/+1
* Fixed sccs id to be From:\n com.c xxxx. The sccs id was changed by theRodney W. Grimes1993-07-181-2/+3
* Modified attach printf's so that the output is compatible with the "new"David Greenman1993-07-151-1/+3
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-122-0/+1834