Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 1995 17:25:30 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        agl@mac.glas.apc.org, roberto@blaise.ibp.fr
Cc:        hackers@FreeBSD.org
Subject:   Re: Is there any FAQ on thge serial in FreeBSD?
Message-ID:  <199504280725.RAA23190@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> if [ -x /bin/stty ]; then 
>>         /bin/stty -f /dev/cuaia0 57600 crtscts
>>         /bin/stty -f /dev/cuala0 57600 crtscts
>>         /bin/stty -f /dev/ttyid0 57600 crtscts hupcl
>>         /bin/stty -f /dev/ttyld0 57600 crtscts hupcl
>Hmm, after inclusion of these lines into rc.local the system panics right
>away, that's stock 950412-SNAP...

This was broken the day before the SNAP and fixed the day after.  Use
a dummy open of the tty to avoid the problem:

	/bin/stty -f /dev/ttyd0 >/dev/null

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504280725.RAA23190>