From nobody@FreeBSD.org  Sat Apr  7 19:23:38 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 6E30637B422
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  7 Apr 2001 19:23:38 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f382NcX89745;
	Sat, 7 Apr 2001 19:23:38 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200104080223.f382NcX89745@freefall.freebsd.org>
Date: Sat, 7 Apr 2001 19:23:38 -0700 (PDT)
From: cykyc@yahoo.com
To: freebsd-gnats-submit@FreeBSD.org
Subject: addition of a serial 3-wire entry into gettytab
X-Send-Pr-Version: www-1.0

>Number:         26420
>Category:       conf
>Synopsis:       addition of a serial 3-wire entry into gettytab
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    murray
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 07 19:30:00 PDT 2001
>Closed-Date:    Thu Sep 27 01:48:10 PDT 2001
>Last-Modified:  Thu Sep 27 01:48:31 PDT 2001
>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:
State-Changed-From-To: open->analyzed 
State-Changed-By: murray 
State-Changed-When: Fri Aug 31 15:19:13 PDT 2001 
State-Changed-Why:  
Entries have been added in -CURRENT.  I will MFC these to -STABLE 
after the release of FreeBSD 4.4 (it's too late to introduce change 
now). 



Responsible-Changed-From-To: freebsd-bugs->murray 
Responsible-Changed-By: murray 
Responsible-Changed-When: Fri Aug 31 15:19:13 PDT 2001 
Responsible-Changed-Why:  
my mfc reminder. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26420 
State-Changed-From-To: analyzed->closed 
State-Changed-By: murray 
State-Changed-When: Thu Sep 27 01:48:10 PDT 2001 
State-Changed-Why:  
This has been added to -STABLE.  It will be in FreeBSD 4.5.  Thanks 
for your submission.  Sorry it took so long! 


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26420 
>Unformatted:
