cvs commit: src/sys/kern subr_rman.c

YONETANI Tomokazu y0netan1 at crater.dragonflybsd.org
Sun May 20 00:44:55 PDT 2007


y0netan1    2007/05/20 00:43:24 PDT

DragonFly src repository

  Modified files:
    sys/kern             subr_rman.c 
  Log:
  Merge fixes to debugging messages from FreeBSD:
  
  rev 1.11
  Replace all the ifdef debugging spaghetti with a single ifdef and
  a macro so that it is easier to read the flow of the code.
  
  revs 1.12-1.13
  We already have these.
  
  revs 1.36-1.37
  Add debugging to rman_manage_region() as well.  This is useful since we
  manage subregions in ACPI.
  
  rev 1.39
  Fix a debugging printf.  The order of start/end was inconsistant with
  all the other start/end debugs, causing momentary confusion when the
  output was examined.
  
  Revision  Changes    Path
  1.12      +27 -41    src/sys/kern/subr_rman.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/subr_rman.c.diff?r1=1.11&r2=1.12&f=u





More information about the Commits mailing list