aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* Submitted by: Bill Paul (wpaul@ctr.columbia.edu)Bill Paul1995-01-202-13/+26
* Fix scaling for TIOCM[SG]DTRWAIT to work when hz != 100.Bruce Evans1995-01-061-5/+5
* Fight against hanging modems: add timeout to ttywait.Andrey A. Chernov1995-01-051-4/+1
* Keep track of the devconf state.Bruce Evans1994-12-271-2/+7
* Change wakeup to endtsleep, because wakeup don't produce timeoutAndrey A. Chernov1994-12-011-3/+4
* Work around microtime() enabling interrupts.Bruce Evans1994-11-061-1/+10
* Only log errors every second (instead of every 5-10 msec) and check forBruce Evans1994-11-011-59/+81
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-231-1/+25
* A missing bit from Peter Dufaults patches, as best I could guess...Poul-Henning Kamp1994-10-201-1/+22
* Clean up previous commit.Bruce Evans1994-10-191-3/+3
* Prevent modem hanging forever on close with CTS off:Andrey A. Chernov1994-10-151-1/+3
* Work around FIFO bug in SMC UARTS.Bruce Evans1994-10-121-49/+86
* #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-16/+16
* 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-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