| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added support for the 16 port Boca via a flag to specify that there is | David Greenman | 1994-04-23 | 1 | -4/+9 |
| * | Add declaration missing from previous bde's version | Andrey A. Chernov | 1994-04-03 | 1 | -1/+2 |
| * | CHANGES from Bruce: | Andrey A. Chernov | 1994-04-03 | 1 | -195/+306 |
| * | New interrupt code from Bruce Evans. In additional to Bruce's attached | David Greenman | 1994-04-02 | 1 | -2/+1 |
| * | Change got_status/modem_status assignment per Bruce suggestion, | Andrey A. Chernov | 1994-04-01 | 1 | -4/+4 |
| * | 1) Better fix for false carrier detect on bidir port | Andrey A. Chernov | 1994-03-26 | 1 | -8/+16 |
| * | Fix false carrier detection on incoming bidir port. | Andrey A. Chernov | 1994-03-25 | 1 | -1/+3 |
| * | 1) Change dtrwait 300 to 3 * hz (to be more kosher) | Andrey A. Chernov | 1994-03-23 | 1 | -2/+4 |
| * | Add siostop to sioclose, because ttyflush called from | Andrey A. Chernov | 1994-03-21 | 1 | -1/+2 |
| * | Increase default DTR wait time up to 3 secs. | Andrey A. Chernov | 1994-03-21 | 1 | -2/+2 |
| * | Remove ttyfree from sioclose | Andrey A. Chernov | 1994-03-18 | 1 | -6/+1 |
| * | Checking l_close in unneeded (one of my previous fixes), | Andrey A. Chernov | 1994-03-14 | 1 | -3/+2 |
| * | Don't call ttyclose twice into sioclose and move ttyclose | Andrey A. Chernov | 1994-03-10 | 1 | -2/+3 |
| * | First open: | Andrey A. Chernov | 1994-03-08 | 1 | -4/+11 |
| * | Ttys structures are now allocated dynamically via ttymalloc/ttyfree. | Guido van Rooij | 1994-03-02 | 1 | -14/+21 |
| * | RTS shouldn't be touched unless CS_RTS_IFLOW is set. | Poul-Henning Kamp | 1994-02-26 | 1 | -2/+3 |
| * | TIOCTIMESTAMP capability. The port in question must be configured with | Poul-Henning Kamp | 1994-02-24 | 1 | -1/+20 |
| * | Change all siointr (expect in Vsio, of course) to comintr1 | Andrey A. Chernov | 1994-02-07 | 1 | -16/+9 |
| * | 1) Proper fix for suspended output in multiport case | Andrey A. Chernov | 1994-02-06 | 1 | -6/+8 |
| * | Fix error in multiport part: | Andrey A. Chernov | 1994-02-02 | 1 | -5/+4 |
| * | Remove CALLOUTMASK, if non-bidir case. | Andrey A. Chernov | 1994-01-31 | 1 | -1/+5 |
| * | 1) Set ipending back to 4, because (16 + 4) bit not in | Andrey A. Chernov | 1994-01-31 | 1 | -151/+91 |
| * | Patch from Brian Smith (modified a little by me) to allow kernel config | David Greenman | 1994-01-31 | 1 | -2/+7 |
| * | From ache: | Andrey A. Chernov | 1994-01-11 | 1 | -139/+187 |
| * | Temporary plug CLOCAL security hole, while sticky bits | Andrey A. Chernov | 1994-01-02 | 1 | -1/+11 |
| * | Change default dtrwait value to 2 seconds. | Andrey A. Chernov | 1993-12-16 | 1 | -3/+3 |
| * | set output flags to ttydefault if COMCONSOLE is defined. | David Greenman | 1993-12-13 | 1 | -1/+5 |
| * | Force HUPCL in bidirectional port open. | Andrey A. Chernov | 1993-12-11 | 1 | -2/+4 |
| * | 1) Fix error with port recognition, speed initialization code | Andrey A. Chernov | 1993-12-09 | 1 | -2/+13 |
| * | Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and | Garrett Wollman | 1993-11-25 | 1 | -29/+10 |
| * | Fix attach message, make separate line for it | Andrey A. Chernov | 1993-11-17 | 1 | -1/+3 |
| * | New sio driver from Bruce. | Andrey A. Chernov | 1993-11-14 | 1 | -195/+211 |
| * | Add missing read flush code to siostop | Andrey A. Chernov | 1993-11-08 | 1 | -1/+5 |
| * | Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some | Rodney W. Grimes | 1993-10-16 | 1 | -1/+2 |
| * | Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some | Rodney W. Grimes | 1993-10-16 | 1 | -11/+2 |
| * | Disassociate DTR and RTS. They were coupled together and shouldn't have | David Greenman | 1993-10-14 | 1 | -7/+7 |
| * | incorporated patches from Marc Frajola (marc@escargot.rain.com) to | David Greenman | 1993-10-12 | 1 | -2/+4 |
| * | Change to sio for recognising the last serial port on a multiport | Jordan K. Hubbard | 1993-09-28 | 1 | -1/+5 |
| * | From guido@gvr.win.tue.nl Wed Sep 8 13:34:16 1993 | Rodney W. Grimes | 1993-09-10 | 1 | -6/+28 |
| * | From michaele@vice.ico.tek.com Wed Sep 8 09:50:45 1993 | Rodney W. Grimes | 1993-09-08 | 1 | -2/+2 |
| * | xxxprobe now returns the correct number of I/O registers used so that | Rodney W. Grimes | 1993-08-28 | 1 | -2/+2 |
| * | Applied Andrew's patch to fix loop-on-logout problem. | Jordan K. Hubbard | 1993-07-20 | 1 | -5/+3 |
| * | Removed check for interrupting board before interrupts were enabled. | Jordan K. Hubbard | 1993-07-20 | 1 | -2/+1 |
| * | Fixed sccs id to be From:\n com.c xxxx. The sccs id was changed by the | Rodney W. Grimes | 1993-07-18 | 1 | -2/+3 |
| * | Modified attach printf's so that the output is compatible with the "new" | David Greenman | 1993-07-15 | 1 | -1/+3 |
| * | Initial import, 0.1 + pk 0.2.4-B1 | Rodney W. Grimes | 1993-06-12 | 2 | -0/+1834 |