From owner-freebsd-hardware Tue May 7 10:29:08 1996 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA20024 for hardware-outgoing; Tue, 7 May 1996 10:29:08 -0700 (PDT) Received: from lserver.infoworld.com (lserver.infoworld.com [192.216.48.4]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA20014 for ; Tue, 7 May 1996 10:29:06 -0700 (PDT) Received: from ccgate.infoworld.com by lserver.infoworld.com with smtp (Smail3.1.29.1 #12) id m0uGr8P-000wupC; Tue, 7 May 96 11:05 PDT Received: from cc:Mail by ccgate.infoworld.com id AA831490044; Tue, 07 May 96 10:50:58 PST Date: Tue, 07 May 96 10:50:58 PST From: "Brett Glass" Message-Id: <9604078314.AA831490044@ccgate.infoworld.com> To: Darek Misiak Cc: hardware@freebsd.org Subject: Re: Inteligent cards and PPP Sender: owner-hardware@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This should work. I changed mine to set the modem ports to 38400, so that the serial interrupts were not as frequent with several V.34 modems. Make sure to turn on RTS/CTS pacing on your modems! --Brett Original message follows: Here comes a new version of rc.serial. It is set to cooperate with Cyclades. I didn't try to start it with Specialix. #!/bin/sh # $Id: rc.serial,v 1.6 1996/02/24 19:51:25 bde Exp $ # Change some defaults for serial devices. # Standard defaults are: # dtrwait 300 drainwait 0 # initial cflag from = cread cs8 hupcl # initial iflag, lflag and oflag all 0 # speed 9600 # special chars from # nothing locked # except for serial consoles the initial iflag, lflag and oflag are from # and clocal is locked on. default() { # Reset everything changed by the other functions to initial defaults. ci=$1; shift # call in device identifier co=$1; shift # call out device identifier for i in $* do comcontrol /dev/tty$ci$i dtrwait 300 drainwait 0 stty