From owner-cvs-all Fri Sep 1 1:38:20 2000 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [207.154.226.10]) by hub.freebsd.org (Postfix) with ESMTP id 752A537B42C; Fri, 1 Sep 2000 01:38:17 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1000) id DAAA32B206; Fri, 1 Sep 2000 03:38:11 -0500 (CDT) Date: Fri, 1 Sep 2000 01:38:11 -0700 From: Paul Saab To: Doug Rabson Cc: Peter Wemm , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/isa pcibus.c src/sys/pci pcisupport.c Message-ID: <20000901013811.A55743@elvis.mu.org> References: <200008312311.QAA27419@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from dfr@nlsystems.com on Fri, Sep 01, 2000 at 09:41:24AM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Rabson (dfr@nlsystems.com) wrote: > On Thu, 31 Aug 2000, Peter Wemm wrote: > > > peter 2000/08/31 16:11:35 PDT > > > > Modified files: > > sys/i386/isa pcibus.c > > sys/pci pcisupport.c > > Log: > > Take a shot at fixing multiple pci busses on i386. > > pcib_set_bus() cannot be used on the new child because it is > > meant to be used on the *pci* device (it looks at the parent internally) > > not the pcib being added. Bite the bullet and use ivars for the bus > > number to avoid any doubts about whether the softc is consistant between > > probe and attach. This should not break the Alpha code. > > Does this fix Paul Saab's quad Xeon? Yes. I was at work when he was working on this.. paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message