From owner-freebsd-sparc64@FreeBSD.ORG Mon Dec 5 22:04:33 2005 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org 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 5BE8D16A420 for ; Mon, 5 Dec 2005 22:04:33 +0000 (GMT) (envelope-from aaron.glenn@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 886B843D64 for ; Mon, 5 Dec 2005 22:04:31 +0000 (GMT) (envelope-from aaron.glenn@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so592693wxc for ; Mon, 05 Dec 2005 14:04:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=q2ryywc1o1OlTERZ3YkvYCLQJGQDWCcJ/OLbbuvC02680dISJSehBBbyPM+s3ptraKf6di4DgrMcVYlKB9R/oSvOMxVZZVgsQwVg2Dg4HTMBzy50jISmr3ppsAUzD7mJhQm6/lTKRAblRohuWcvfeQcJZRlI1aVqw+UnhYXaCis= Received: by 10.70.111.11 with SMTP id j11mr7991107wxc; Mon, 05 Dec 2005 14:04:30 -0800 (PST) Received: by 10.70.100.8 with HTTP; Mon, 5 Dec 2005 14:04:30 -0800 (PST) Message-ID: <18f601940512051404j3a0ca860o3868b15e0265f1be@mail.gmail.com> Date: Mon, 5 Dec 2005 14:04:30 -0800 From: Aaron Glenn To: John-Mark Gurney , freebsd-sparc64@freebsd.org In-Reply-To: <20051205204518.GB55657@funkthat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <18f601940512051025g71b9fc29y4ae37eb3ce2629df@mail.gmail.com> <200512051354.06372.jhb@freebsd.org> <18f601940512051128i142fd714g22004d8452cff29a@mail.gmail.com> <20051205204518.GB55657@funkthat.com> Cc: Subject: Re: serial ports on the Ultra 5 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2005 22:04:33 -0000 On 12/5/05, John-Mark Gurney wrote: > > You won't get a login prompt from the getty running on the local > machine... as soon as you open up ttyu1 the getty will "get" out > of the way and stop doing work... The above usually happens when > the otherside doesn't have CD raised and you haven't set the clocal > flag on the port... if you use the cuau1 port, that usually ignores > CD, and you can start typing... the cuau devices do not and have not worked. always "device busy link down" > what do you have on the other side? are they back to back? or? Also, > I usually disable getty's when I'm debugging as it can usually cause > other issues, and then once I have the serial ports mostly working, then > I enable getty and see what breaks... I've got the FreeBSD machine connected via serial port B to the OpenBSD machine on serial port A. I disabled getty and now I'm able to exit cu with ~^D instead of having to kill the process.