From owner-freebsd-bugs Sat Apr 7 19:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39EDA37B509 for ; Sat, 7 Apr 2001 19:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f382U1U90330; Sat, 7 Apr 2001 19:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E30637B422 for ; 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 X-Send-Pr-Version: www-1.0 Subject: conf/26420: addition of a serial 3-wire entry into gettytab Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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