From owner-cvs-all Mon Nov 27 22:49:19 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 8627337B405; Mon, 27 Nov 2000 22:49:16 -0800 (PST) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAS6nGU01376; Mon, 27 Nov 2000 22:49:16 -0800 (PST) (envelope-from mdodd) Message-Id: <200011280649.eAS6nGU01376@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Mon, 27 Nov 2000 22:49:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys bus.h src/sys/kern subr_bus.c bus_if.m X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mdodd 2000/11/27 22:49:16 PST Modified files: sys/sys bus.h sys/kern subr_bus.c bus_if.m Log: Alter the return value and arguments of the GET_RESOURCE_LIST bus method. Alter consumers of this method to conform to the new convention. Minor cosmetic adjustments to bus.h. This isn't of concern as this interface isn't in use yet. Revision Changes Path 1.40 +17 -11 src/sys/sys/bus.h 1.84 +18 -24 src/sys/kern/subr_bus.c 1.19 +2 -3 src/sys/kern/bus_if.m To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message