From owner-freebsd-mips@FreeBSD.ORG Wed May 9 17:48:29 2007 Return-Path: X-Original-To: freebsd-mips@FreeBSD.org Delivered-To: freebsd-mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E9F816A400 for ; Wed, 9 May 2007 17:48:29 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.186]) by mx1.freebsd.org (Postfix) with ESMTP id EC23713C44C for ; Wed, 9 May 2007 17:48:28 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/smtpout16/MantshX 4.0) with ESMTP id l49Gelw9003516; Wed, 9 May 2007 09:40:52 -0700 (PDT) Received: from [172.24.104.121] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id l49GejYF016821 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 9 May 2007 09:40:46 -0700 (PDT) In-Reply-To: <4641F795.9030309@incunabulum.net> References: <463F4F7D.6070001@incunabulum.net> <463FD2EB.7040504@incunabulum.net> <46412370.20002@incunabulum.net> <4641F795.9030309@incunabulum.net> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <98DCD9FD-07AD-450B-8DC6-0AB67AA76853@mac.com> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Wed, 9 May 2007 09:39:25 -0700 To: "Bruce M. Simpson" X-Mailer: Apple Mail (2.752.3) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: freebsd-mips@FreeBSD.org Subject: Re: Broadcom MIPS progress X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 17:48:29 -0000 On May 9, 2007, at 9:32 AM, Bruce M. Simpson wrote: > I just need to work out the kinks with resource allocation; siba > will need to export a resource manager to its direct children for > configuration space which it has already reserved, and proxy the > allocations for bus space outside its own range further up. Take a look at puc(4) in FreeBSD-current. Resources will show up with devinfo(8) that way. FYI, -- Marcel Moolenaar xcllnt@mac.com