summaryrefslogtreecommitdiffstats
path: root/sys/isa/sio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing read flush code to siostopache1993-11-081-1/+5
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-11/+2
* Disassociate DTR and RTS. They were coupled together and shouldn't havedg1993-10-141-7/+7
* incorporated patches from Marc Frajola (marc@escargot.rain.com) todg1993-10-121-2/+4
* Change to sio for recognising the last serial port on a multiportjkh1993-09-281-1/+5
* From guido@gvr.win.tue.nl Wed Sep 8 13:34:16 1993rgrimes1993-09-101-6/+28
* From michaele@vice.ico.tek.com Wed Sep 8 09:50:45 1993rgrimes1993-09-081-2/+2
* xxxprobe now returns the correct number of I/O registers used so thatrgrimes1993-08-281-2/+2
* Applied Andrew's patch to fix loop-on-logout problem.jkh1993-07-201-5/+3
OpenPOWER on IntegriCloud