commit | 33ce36bb33cc00ac3070d49e17b4afed62b412a8 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Sun Jun 30 01:23:45 2013 +0200 |
committer | Alexander Graf <agraf@suse.de> | Thu Jul 11 18:51:24 2013 +0200 |
tree | a329299f11621a9592535fb390be796990f2a0f0 | |
parent | 9e232428784641b8e48a237a4cb2ffe84450d15c [diff] |
PPC: Mac: Add debug prints in macio and dbdma code The macio code is basically undebuggable as it stands today, with no debug prints anywhere whatsoever. DBDMA was better, but I needed a few more to create reasonable logs that tell me where breakage is. Add a DPRINTF macro in the macio source file and add a bunch of debug prints that are all disabled by default of course. Signed-off-by: Alexander Graf <agraf@suse.de>