From owner-freebsd-current@FreeBSD.ORG Mon Apr 25 08:58:13 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F37EA16A4CE for ; Mon, 25 Apr 2005 08:58:12 +0000 (GMT) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3CA743D55 for ; Mon, 25 Apr 2005 08:58:12 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1DPzPv-0008Vo-FE; Mon, 25 Apr 2005 11:58:11 +0300 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Marc Olzheim In-Reply-To: Message from Marc Olzheim of "Mon, 25 Apr 2005 10:22:11 +0200." <20050425082211.GB56859@stack.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 25 Apr 2005 11:58:11 +0300 From: Danny Braniss Message-ID: cc: freebsd-current@freebsd.org Subject: Re: serial console problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 08:58:13 -0000 > > --oC1+HKm2/end4ao3 > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > On Sat, Apr 23, 2005 at 03:16:36PM +0300, Danny Braniss wrote: > > the receiver part of the serial console seems to be somewhat problematic, > > i have to type almost every character more than once to be acccepted, making > > debugging with kgdb impossible. BTW, 5.4 works fine, so it's not a hardware > > problem, nor parity/speed/start-stop bits. > > And you are sure that no process is running on /dev/console with wchan > 'ttyin' ? it certainly looks so, but no cookies :-) if init finishes, then breaking into the debugger, all seems ok, no characters are lost (the console IS the serial), but if it panics, which is what im trying to debug early in rc, most of the keystrokes are getting lost. danny