From owner-freebsd-ppc@FreeBSD.ORG Tue May 24 19:48:41 2005 Return-Path: X-Original-To: freebsd-ppc@freebsd.org 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 6402C16A41C; Tue, 24 May 2005 19:48:41 +0000 (GMT) (envelope-from toa@pop.agri.ch) Received: from smtp.messaging.ch (exsmtp01.agrinet.ch [81.221.250.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id D950943D1D; Tue, 24 May 2005 19:48:35 +0000 (GMT) (envelope-from toa@pop.agri.ch) Received: from [192.168.225.5] ([80.218.0.93]) by smtp.messaging.ch with Microsoft SMTPSVC(6.0.3790.211); Tue, 24 May 2005 21:48:32 +0200 Message-ID: <42938509.5020100@pop.agri.ch> Date: Tue, 24 May 2005 21:48:25 +0200 From: Andreas Tobler User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Grehan References: <428FAEA2.50805@pop.agri.ch> <42900A67.90307@freebsd.org> <4290579F.90102@pop.agri.ch> <4290828C.6070500@ptree32.com.au> In-Reply-To: <4290828C.6070500@ptree32.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 May 2005 19:48:32.0360 (UTC) FILETIME=[90AF5680:01C56099] Cc: Peter Grehan , freebsd-ppc@freebsd.org Subject: Re: OF boot commands for firewire 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: Tue, 24 May 2005 19:48:41 -0000 Hi Peter, Peter Grehan wrote: >> Attached the dmesg.albook with uninorth.debug=1 since the pci1b fails. > > > I think that's benign, especially since your keyboard is working. Well, I think here we have a general problem since on the titanium on the pcib1 the usb0 and usb1 are attached. So I have no chance with an external kbd. At least this is my understanding when I have a look at the device-tree-dump of the titanium: /pci@f2000000 PROPERTIES: device_type pci name pci model AAPL,UniNorth compatible uni-north reg f2000000 02000000 #address-cells 00000003 #size-cells 00000002 #interrupt-cells 00000001 clock-frequency 01fca055 built-in-names 07800000 MAC-IO USB0 USB1 CARDBUS I try to understand the pci code in powerpc/* but I must say it takes some time. I could give you some more info on the device tree if you need. Continue. Thanks, Andreas