From owner-freebsd-ppc@FreeBSD.ORG Mon Jun 8 19:54:20 2009 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2377610656FB for ; Mon, 8 Jun 2009 19:54:20 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id B43AA8FC2B for ; Mon, 8 Jun 2009 19:54:19 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from deuterium.andreas.nets ([91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id n58Jrxev047513; Mon, 8 Jun 2009 21:53:59 +0200 (CEST) (envelope-from andreast-list@fgznet.ch) Message-ID: <4A2D6C56.9060900@fgznet.ch> Date: Mon, 08 Jun 2009 21:53:58 +0200 From: Andreas Tobler User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: Ed Schouten References: <4A2C26C8.8080302@gmail.com> <4A2D6432.50307@fgznet.ch> <20090608192744.GB48776@hoeg.nl> In-Reply-To: <20090608192744.GB48776@hoeg.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: FreeBSD/ppc Subject: Re: powermac kernel freezes on CURRENT X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2009 19:54:20 -0000 Hi Ed, Ed Schouten wrote: > I just get randomly added to the CC here, so let me get this straight: > > * Andreas Tobler wrote: >> It is rev 193512 which is causing this behavior. > > So my changes to kbd and kbmux broke PPC. Great. ;-) > > Can you try the changes I made to kbd and kbmux separately? This makes > it easier for me to track it down. Thanks! The kdb diff alone works. But the kdbmux diff seems to be the one causing the freeze. I tested on top of 193511. Thank you for the immediate response! Andreas