From owner-cvs-all Thu Aug 31 20: 0:10 2000 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 454D237B422; Thu, 31 Aug 2000 20:00:07 -0700 (PDT) Received: (from jhb@localhost) by pike.osd.bsdi.com (8.9.3/8.9.3) id TAA16104; Thu, 31 Aug 2000 19:59:56 -0700 (PDT) (envelope-from jhb) From: John Baldwin Message-Id: <200009010259.TAA16104@pike.osd.bsdi.com> Subject: Re: cvs commit: src/sys/i386/isa pcibus.c src/sys/pci pcisupport.c In-Reply-To: <200008312311.QAA27419@freefall.freebsd.org> from Peter Wemm at "Aug 31, 2000 04:11:35 pm" To: Peter Wemm Date: Thu, 31 Aug 2000 19:59:56 -0700 (PDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. > > Revision Changes Path > 1.64 +51 -11 src/sys/i386/isa/pcibus.c > 1.168 +12 -7 src/sys/pci/pcisupport.c Yay! Thanks! -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message