From owner-cvs-all Tue Feb 18 13:24: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AEE337B401; Tue, 18 Feb 2003 13:24:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7954643F3F; Tue, 18 Feb 2003 13:24:00 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1ILO0bv023185; Tue, 18 Feb 2003 13:24:00 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1ILO0hC023184; Tue, 18 Feb 2003 13:24:00 -0800 (PST) Message-Id: <200302182124.h1ILO0hC023184@repoman.freebsd.org> From: Warner Losh Date: Tue, 18 Feb 2003 13:24:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cardbus cardbus.c cardbus_cis.c X-FreeBSD-CVS-Branch: HEAD 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 imp 2003/02/18 13:24:00 PST Modified files: sys/dev/cardbus cardbus.c cardbus_cis.c Log: Move the resource handling down into the pci bus as well. Minor CIS resource allocation code cleanup Remove some fairly useless debug writes. This finishes the work to move as much cardbus code as possible into pci. We wind up removing 800-odd lines from cardbus.c: we go from 1285 to 400 lines. Reviewed by: mdodd Revision Changes Path 1.38 +10 -320 src/sys/dev/cardbus/cardbus.c 1.34 +39 -90 src/sys/dev/cardbus/cardbus_cis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message