From owner-cvs-all Mon Nov 27 23:12:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80C4937B401; Mon, 27 Nov 2000 23:12:14 -0800 (PST) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAS7CES06119; Mon, 27 Nov 2000 23:12:14 -0800 (PST) (envelope-from mdodd) Message-Id: <200011280712.eAS7CES06119@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Mon, 27 Nov 2000 23:12:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci.c src/sys/isa isa_common.c src/sys/dev/mca mca_bus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mdodd 2000/11/27 23:12:13 PST Modified files: sys/pci pci.c sys/isa isa_common.c sys/dev/mca mca_bus.c Log: Reduce code duplication by using the GET_RESOURCE_LIST bus method and related generic resource_list management functions. I'll deal with the EISA bits later. Not objected to by: new-bus Revision Changes Path 1.166 +19 -46 src/sys/pci/pci.c 1.19 +13 -27 src/sys/isa/isa_common.c 1.9 +19 -53 src/sys/dev/mca/mca_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message