Merge fixes to debugging messages from FreeBSD:
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Sun, 20 May 2007 07:43:24 +0000 (07:43 +0000)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Sun, 20 May 2007 07:43:24 +0000 (07:43 +0000)
commitfa1e30789ea3495f942663227071a0eb83b8906a
treeb2def40e7edcef07de5d4eb00ebe3f41652cc88b
parentc6f49b01cd6e69edd76bbc4c709dc3e3799a7e27
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.
sys/kern/subr_rman.c