Date: Sat, 7 Apr 2001 19:23:38 -0700 (PDT) From: cykyc@yahoo.com To: freebsd-gnats-submit@FreeBSD.org Subject: conf/26420: addition of a serial 3-wire entry into gettytab Message-ID: <200104080223.f382NcX89745@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 26420
>Category: conf
>Synopsis: addition of a serial 3-wire entry into gettytab
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Apr 07 19:30:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Jon Passki
>Release: 4.2
>Organization:
>Environment:
FreeBSD nova 4.2-STABLE FreeBSD 4.2-STABLE #0: Fri Mar 23 21:30:24 CST 2001 root@nova:/usr/obj/usr/src/sys/NOVA i386
>Description:
There does not seem to be an entry in gettytab(5) that allows for a 3-wire serial terminal.
A 3-wire terminal does not supply a carrier, so clocal needs to be set (nc for gettytab) and crtscts would need to be unset.
gettytab defaults w/ crtscts as false, so there's no need to set that.
Clocal could be locked in /etc/rc.serial, but gettytab seems to be the logical and cleaner choice, afaik.
>How-To-Repeat:
Look in gettytab and /etc/rc.serial
>Fix:
I guess just make an entry similar to std.9600, et al, in gettytab. The other defaults are okay.
3wire.9600|9600-3wire:\
:np:nc:sp#9600:
...
3wire.230400|230400-3wire:\
:np:nc:sp#230400:
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104080223.f382NcX89745>
