From owner-cvs-src@FreeBSD.ORG Sat Nov 1 12:24:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0B9616A4CE; Sat, 1 Nov 2003 12:24:37 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9419443FBF; Sat, 1 Nov 2003 12:24:36 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hA1KOZeG012151; Sat, 1 Nov 2003 13:24:36 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 01 Nov 2003 13:24:34 -0700 (MST) Message-Id: <20031101.132434.101833366.imp@bsdimp.com> To: dfr@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200311011245.hA1Cj3sK027478@repoman.freebsd.org> References: <200311011245.hA1Cj3sK027478@repoman.freebsd.org> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cardbus cardbus.c src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2003 20:24:37 -0000 In message: <200311011245.hA1Cj3sK027478@repoman.freebsd.org> Doug Rabson writes: : Make the cardbus driver a derived class of the pci driver. In theory, this : should allow many of the pci methods to be re-staticised. There are about 5 or 6 places in the tree that are pci bus subclasses, so they would need to be changed first. Warner