DragonFly commits List (threaded) for 2007-05
DragonFly BSD
DragonFly commits List (threaded) for 2007-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern subr_rman.c


From: YONETANI Tomokazu <y0netan1@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 20 May 2007 00:43:25 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]