From owner-freebsd-sparc64@FreeBSD.ORG Tue Nov 23 20:41:14 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 569EC16A4CE; Tue, 23 Nov 2004 20:41:14 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9F7943D55; Tue, 23 Nov 2004 20:41:13 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iANKi4tM059925; Tue, 23 Nov 2004 13:44:04 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41A3A08B.1000803@freebsd.org> Date: Tue, 23 Nov 2004 13:41:47 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Garance A Drosehn References: In-Reply-To: X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: freebsd-sparc64@freebsd.org Subject: Re: Serial configs on sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2004 20:41:14 -0000 Garance A Drosehn wrote: > At 10:12 PM -0500 11/21/04, Garance A Drosihn wrote: > >> After the tty-renaming in the 6.x-current branch, should /etc/ttys >> be changed something like: >> >> --- etc/ttys.orig Sun Nov 21 21:56:12 2004 >> +++ etc/ttys Sun Nov 21 21:46:41 2004 >> @@ -33,8 +33,8 @@ >> console none unknown off secure >> # >> screen "/usr/libexec/getty Pc" cons25 on secure >> -ttya "/usr/libexec/getty 3wire.9600" cons25 on secure >> -ttyb "/usr/libexec/getty 3wire.9600" cons25 off secure >> +ttyz0 "/usr/libexec/getty 3wire.9600" cons25 on secure >> +ttyz1 "/usr/libexec/getty 3wire.9600" cons25 off secure >> # >> #ttyv0 "/usr/libexec/getty Pc" cons25 on secure >> # Virtual terminals >> >> >> Making this change got rid of an error message that I had been >> getting about ttya at system startup, and it also lets me log >> in via the serial port once the system is up. > > > Seeing the lack of any objections, I'll try to commit this change > to 6.x-current sometime soon. Probably over the long weekend. > Are you using the zs or the uart driver? Now that Marcel fixed uart to handle the zs hardware in the U2 correctly, we might be able to think about retiring the zs driver entirely. Scott