cvs commit: src/sys/sys rman.h src/sys/kern subr_bus.c subr_rman.c src/sys/i386/i386 nexus.c src/sys/dev/acpica acpi.c

Warner Losh imp at FreeBSD.org
Wed Jun 30 09:54:38 PDT 2004


imp         2004-06-30 16:54:10 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              rman.h 
    sys/kern             subr_bus.c subr_rman.c 
    sys/i386/i386        nexus.c 
    sys/dev/acpica       acpi.c 
  Log:
  Hide struct resource and struct rman.  You must define
  __RMAN_RESOURCE_VISIBLE to see inside these now.
  
  Reviewed by: dfr, njl (not njr)
  
  Revision  Changes    Path
  1.173     +1 -0      src/sys/dev/acpica/acpi.c
  1.57      +1 -0      src/sys/i386/i386/nexus.c
  1.154     +1 -0      src/sys/kern/subr_bus.c
  1.33      +1 -0      src/sys/kern/subr_rman.c
  1.21      +6 -0      src/sys/sys/rman.h


More information about the cvs-src mailing list