From owner-svn-src-head@FreeBSD.ORG Tue Dec 22 22:25:39 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 527CB10656D4; Tue, 22 Dec 2009 22:25:39 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 215D68FC18; Tue, 22 Dec 2009 22:25:39 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id ADFAE46B17; Tue, 22 Dec 2009 17:25:38 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id E35E18A01B; Tue, 22 Dec 2009 17:25:37 -0500 (EST) From: John Baldwin To: Marius Strobl Date: Tue, 22 Dec 2009 17:20:00 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.2-CBSD-20091103; KDE/4.3.1; amd64; ; ) References: <200912222102.nBML2k98076576@svn.freebsd.org> In-Reply-To: <200912222102.nBML2k98076576@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200912221720.00692.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Tue, 22 Dec 2009 17:25:37 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r200874 - in head/sys: dev/auxio sparc64/central sparc64/ebus sparc64/fhc sparc64/pci sparc64/sbus sparc64/sparc64 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2009 22:25:39 -0000 On Tuesday 22 December 2009 4:02:46 pm Marius Strobl wrote: > Author: marius > Date: Tue Dec 22 21:02:46 2009 > New Revision: 200874 > URL: http://svn.freebsd.org/changeset/base/200874 > > Log: > Enroll these drivers in multipass probing. The motivation behind this > is that the JBus to EBus bridges share the interrupt controller of a > sibling JBus to PCIe bridge (at least as far as the OFW device tree > is concerned, in reality they are part of the same chip) so we have to > probe and attach the latter first. That happens to be also the case > due to the fact that the JBus to PCIe bridges appear first in the OFW > device tree but it doesn't hurt to ensure the right order. Hmm, I'm curious why you used BUS_PASS_DEFAULT with EARLY_DRIVER_MODULE()? The intent was that EARLY_DRIVER_MODULE() only really be used for drivers that used a pass other than BUS_PASS_DEFAULT. -- John Baldwin