From owner-cvs-all Thu Nov 9 2:21:27 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 6699437B479; Thu, 9 Nov 2000 02:21:24 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA01964; Thu, 9 Nov 2000 02:21:24 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <200011091021.CAA01964@freefall.freebsd.org> From: Mike Smith Date: Thu, 9 Nov 2000 02:21:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c src/sys/sys bus.h bus_private.h rman.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/11/09 02:21:24 PST Modified files: sys/kern subr_bus.c sys/sys bus.h bus_private.h rman.h Log: Implement a trivial but effective interface for obtaining the kernel's device tree and resource manager contents. This is the kernel side of the upcoming libdevinfo, which will expose this information to userspace applications in a trivial fashion. Remove the now-obsolete DEVICE_SYSCTLS code. Revision Changes Path 1.82 +214 -143 src/sys/kern/subr_bus.c 1.39 +30 -1 src/sys/sys/bus.h 1.17 +2 -5 src/sys/sys/bus_private.h 1.11 +45 -18 src/sys/sys/rman.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message