From owner-freebsd-ppc@FreeBSD.ORG Fri Aug 20 22:12:12 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4DA316A4CE for ; Fri, 20 Aug 2004 22:12:12 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38D2043D1D for ; Fri, 20 Aug 2004 22:12:12 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-19-124.dsl.OntheNet.net [203.144.19.124]) i7KMC6nP085324; Sat, 21 Aug 2004 08:12:07 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <4126772C.7040407@freebsd.org> Date: Sat, 21 Aug 2004 08:11:56 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Denis References: <411D48D0.4000407@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: some questions X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 22:12:12 -0000 Hi Denis, > Your new image works fine. But the freezes still happen. > > With your CD I still can't use a usb keyboard with my > AlBook but it works with two different desktop models. Just a bit more on that: the albook is USB2.0. I built a kernel with the ehci driver, but still no go. Plug/unplug events are detected, as well as USB topology discovery when the keyboard is a hub and has devices plugged into it, so I'm hoping it's a simple fix. The crash into kdb when syscons is disabled is identical to that on a 366 ibook so at least that isn't a platform-specific problem. later, Peter.