summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* Fight against hanging modems: add timeout to ttywait.ache1995-01-051-4/+1
* Keep track of the devconf state.bde1994-12-271-2/+7
* Change wakeup to endtsleep, because wakeup don't produce timeoutache1994-12-011-3/+4
* Work around microtime() enabling interrupts.bde1994-11-061-1/+10
* Only log errors every second (instead of every 5-10 msec) and check forbde1994-11-011-59/+81
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-1/+25
* A missing bit from Peter Dufaults patches, as best I could guess...phk1994-10-201-1/+22
* Clean up previous commit.bde1994-10-191-3/+3
* Prevent modem hanging forever on close with CTS off:ache1994-10-151-1/+3
* Work around FIFO bug in SMC UARTS.bde1994-10-121-49/+86
* #if 0'd evil dynamic fifo trigger level adjustment; it just bit me anddg1994-09-211-1/+3
* Digicom Systems Inc, makes "softmodems". What this means is simply thatphk1994-09-131-2/+164
* Updated to final 1.1.5 version (revision 1.56).bde1994-08-251-471/+508
* Ran ft.c through ident.paul1994-08-231-7/+6
* Bruce Evans' dynamic interrupt support.dg1994-08-181-1/+2
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-17/+17
* Since we have removed com.c and renamed comreg.h to sioreg.h I need torgrimes1994-05-261-1/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-40/+41
* Added support for the 16 port Boca via a flag to specify that there isdg1994-04-231-4/+9
* Add declaration missing from previous bde's versionache1994-04-031-1/+2
* CHANGES from Bruce:ache1994-04-031-196/+307
* New interrupt code from Bruce Evans. In additional to Bruce's attacheddg1994-04-021-2/+1
* Change got_status/modem_status assignment per Bruce suggestion,ache1994-04-011-4/+4
* 1) Better fix for false carrier detect on bidir portache1994-03-261-8/+16
* Fix false carrier detection on incoming bidir port.ache1994-03-251-1/+3
* 1) Change dtrwait 300 to 3 * hz (to be more kosher)ache1994-03-231-2/+4
* Add siostop to sioclose, because ttyflush called fromache1994-03-211-1/+2
* Increase default DTR wait time up to 3 secs.ache1994-03-211-2/+2
* Remove ttyfree from siocloseache1994-03-181-6/+1
* Checking l_close in unneeded (one of my previous fixes),ache1994-03-141-3/+2
* Don't call ttyclose twice into sioclose and move ttycloseache1994-03-101-2/+3
* First open:ache1994-03-081-4/+11
* Ttys structures are now allocated dynamically via ttymalloc/ttyfree.guido1994-03-021-14/+21
* RTS shouldn't be touched unless CS_RTS_IFLOW is set.phk1994-02-261-2/+3
* TIOCTIMESTAMP capability. The port in question must be configured withphk1994-02-241-1/+20
* Change all siointr (expect in Vsio, of course) to comintr1ache1994-02-071-16/+9
* 1) Proper fix for suspended output in multiport caseache1994-02-061-6/+8
* Fix error in multiport part:ache1994-02-021-5/+4
* Remove CALLOUTMASK, if non-bidir case.ache1994-01-311-1/+5
* 1) Set ipending back to 4, because (16 + 4) bit not inache1994-01-311-151/+91
* Patch from Brian Smith (modified a little by me) to allow kernel configdg1994-01-311-2/+7
* From ache:ache1994-01-111-139/+187
* Temporary plug CLOCAL security hole, while sticky bitsache1994-01-021-1/+11
* Change default dtrwait value to 2 seconds.ache1993-12-161-3/+3
* set output flags to ttydefault if COMCONSOLE is defined.dg1993-12-131-1/+5
* Force HUPCL in bidirectional port open.ache1993-12-111-2/+4
* 1) Fix error with port recognition, speed initialization codeache1993-12-091-2/+13
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-29/+10
* Fix attach message, make separate line for itache1993-11-171-1/+3
* New sio driver from Bruce.ache1993-11-141-195/+211
OpenPOWER on IntegriCloud