aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/sio.c
Commit message (Expand)AuthorAgeFilesLines
* #if 0'd evil dynamic fifo trigger level adjustment; it just bit me andDavid Greenman1994-09-211-1/+3
* Digicom Systems Inc, makes "softmodems". What this means is simply thatPoul-Henning Kamp1994-09-131-2/+164
* Updated to final 1.1.5 version (revision 1.56).Bruce Evans1994-08-251-471/+508
* Ran ft.c through ident.Paul Richards1994-08-231-7/+6
* Bruce Evans' dynamic interrupt support.David Greenman1994-08-181-1/+2
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-17/+17
* Since we have removed com.c and renamed comreg.h to sioreg.h I need toRodney W. Grimes1994-05-261-1/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-40/+41
* 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-196/+307
* 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-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