From owner-freebsd-mobile@FreeBSD.ORG Wed Mar 28 14:17:55 2007 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC94316A403 for ; Wed, 28 Mar 2007 14:17:55 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 8C61413C4CE for ; Wed, 28 Mar 2007 14:17:55 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l2SEFCHL058519; Wed, 28 Mar 2007 08:15:12 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 28 Mar 2007 08:15:12 -0600 (MDT) Message-Id: <20070328.081512.-1962670884.imp@bsdimp.com> To: cstjean@cs.kent.edu From: "M. Warner Losh" In-Reply-To: <4609A300.8070004@cs.kent.edu> References: <20070325064132.GA6682@neptune.cs.kent.edu> <4609A300.8070004@cs.kent.edu> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 28 Mar 2007 08:15:12 -0600 (MDT) Cc: freebsd-mobile@freebsd.org Subject: Re: Toshiba Cardbus X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2007 14:17:55 -0000 In message: <4609A300.8070004@cs.kent.edu> "Craig St. Jean" writes: : I know on Linux they had to fix the way the PCI drivers were assigning : values to the busses (which was solved by pci=assign-busses being a : default in newer kernels I believe). Not sure how to solve this in : FreeBSD. I will tinker around with the PCI drivers but I've never really : modified the codebase minus adding/removing a few debug options to a few : things. This is a project I have on my back burner right now, but feel free. The issue is that the cbb driver (and pcib driver) needs to grow the ability to ask its parent for a range of busses and then have that propigate up the tree. Warner