From owner-cvs-all Sat Jan 16 09:44:13 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03926 for cvs-all-outgoing; Sat, 16 Jan 1999 09:44:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03918; Sat, 16 Jan 1999 09:44:10 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA24031; Sat, 16 Jan 1999 09:44:09 -0800 (PST) Date: Sat, 16 Jan 1999 09:44:09 -0800 (PST) Message-Id: <199901161744.JAA24031@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys bus.h src/sys/kern subr_bus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/01/16 09:44:09 PST Modified files: sys/sys bus.h sys/kern subr_bus.c Log: A few small improvements to the bus code: * A function device_printf() to make pretty-printing driver messages easier. * A function device_get_children() to query the children of a device. * Generic implementations of BUS_ALLOC_RESOURCE and BUS_RELEASE_RESOURCE. * Change bus_generic_print_child() so that it is actually useful. Revision Changes Path 1.8 +10 -1 src/sys/sys/bus.h 1.14 +75 -4 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message