From owner-freebsd-ppc@FreeBSD.ORG Fri Oct 10 18:13:47 2008 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 EDBDE1065687; Fri, 10 Oct 2008 18:13:47 +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 8F9228FC08; Fri, 10 Oct 2008 18:13:46 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from wolfram.andreas.nets ([91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id m9AIDi43012760; Fri, 10 Oct 2008 20:13:45 +0200 (CEST) (envelope-from andreast-list@fgznet.ch) Message-ID: <48EF9B58.3050208@fgznet.ch> Date: Fri, 10 Oct 2008 20:13:44 +0200 From: Andreas Tobler User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: freebsd-ppc@freebsd.org, Nathan Whitehorn 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: Subject: adb feedback 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: Fri, 10 Oct 2008 18:13:48 -0000 Hi Nathan, in my first try I wanted to combine too much. Now I applied your patch only and built a kernel on my Aluminium G4 PowerBook. What a feeling to type on the PowerBook's own keyboard!!! Thanks a lot! Oct 10 15:16:50 wolfram kernel: pmu0: mem 0x16000-0x17fff irq 25 on macio0 Oct 10 15:16:50 wolfram kernel: pmu0: [ITHREAD] Oct 10 15:16:50 wolfram kernel: adb0: on pmu0 Oct 10 15:16:50 wolfram kernel: akbd0: at device 2 on adb0 Oct 10 15:16:50 wolfram kernel: kbd1 at akbd0 Oct 10 15:16:50 wolfram kernel: ams0: at device 3 on adb0 Oct 10 15:16:50 wolfram kernel: ams0: 4-button 400-dpi Unknown Pointing Device In my first try I wanted to combine the adb patch plus the work from Marco regarding sound. I need to find out what exactly blocked booting. After ams0: at device 3 on adb0 the machine hanged. Had to reboot hard. Might be a i2c vs. pmu interaction? Don't know yet. I first will find out if the sound patch works on it's own. Thanks a lot for this work! Regards, Andreas