Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jan 1999 09:44:09 -0800 (PST)
From:      Doug Rabson <dfr@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
Message-ID:  <199901161744.JAA24031@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901161744.JAA24031>