From owner-cvs-all Tue Feb 26 21:13:32 2002 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id A945F37B41B; Tue, 26 Feb 2002 21:13:25 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g1R5DOi37354; Tue, 26 Feb 2002 22:13:24 -0700 (MST) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g1R5DNL31195; Tue, 26 Feb 2002 22:13:24 -0700 (MST) (envelope-from imp@village.org) Date: Tue, 26 Feb 2002 22:13:08 -0700 (MST) Message-Id: <20020226.221308.53443217.imp@village.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cardbus cardbus.c cardbus_cis.c cardbusvar.h src/sys/dev/pci pci.c pci_private.h From: "M. Warner Losh" In-Reply-To: <200202270509.g1R59ES37305@freefall.freebsd.org> References: <200202270509.g1R59ES37305@freefall.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200202270509.g1R59ES37305@freefall.freebsd.org> Warner Losh writes: : imp 2002/02/26 21:09:14 PST : : Modified files: : sys/dev/cardbus cardbus.c cardbus_cis.c cardbusvar.h : sys/dev/pci pci.c : Added files: : sys/dev/pci pci_private.h : Log: : Use the pci.c code wherever possible, rather than copying all the pci : code into cardbus and s/pci/cardbus. This exposes a few pci_* : functions that are now static. : : This work is similar to work Justin posted to the mobile list about a : year or two ago, which I have neglected since then. : : This is a subset of his current work with the multiple inheritance : newbus architecutre. When completed, that will eliminate the need for : pci/pci_private.h. : : Similar work is needed for the cardbus_cis and pccard_cis code as well. I forgot: Reviewed by: gibbs and I should have said Justin Gibbs rather than just Justin. I also should have added that I hope this doesn't conflict with his work and that I'll merge in changes that helps him do his newbusng stuff. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message