summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-03-21 15:18:27 +0000
committerache <ache@FreeBSD.org>1994-03-21 15:18:27 +0000
commit8700da94fce4bddd86ce4a40d0a3fd45281e986c (patch)
treed6da354500ad29d8b4102eec6b237d416eb3a710 /sys/isa
parentec3206dcf84f2cb3117061a30a1e09bf2e0bb134 (diff)
downloadFreeBSD-src-8700da94fce4bddd86ce4a40d0a3fd45281e986c.zip
FreeBSD-src-8700da94fce4bddd86ce4a40d0a3fd45281e986c.tar.gz
Increase default DTR wait time up to 3 secs.
Also hardw. specs says 2.5 secs is enough, many modems needs at least 3 secs.
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/sio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isa/sio.c b/sys/isa/sio.c
index 3df9d45..d9a2341 100644
--- a/sys/isa/sio.c
+++ b/sys/isa/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.34 1994/03/14 18:52:14 ache Exp $
+ * $Id: sio.c,v 1.35 1994/03/18 23:35:37 ache Exp $
*/
#include "sio.h"
@@ -426,7 +426,7 @@ sioattach(isdp)
com = &com_structs[unit];
com->cfcr_image = CFCR_8BITS;
com->mcr_image = MCR_IENABLE;
- com->dtr_wait = 200;
+ com->dtr_wait = 300;
com->tx_fifo_size = 1;
com->iptr = com->ibuf = com->ibuf1;
com->ibufend = com->ibuf1 + RS_IBUFSIZE;
OpenPOWER on IntegriCloud