Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2000 02:21:24 -0800 (PST)
From:      Mike Smith <msmith@FreeBSD.org>
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
Message-ID:  <200011091021.CAA01964@freefall.freebsd.org>

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




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