=================================================================== RCS file: /MkLinux/floppy-darwin/floppy_blkdev.cpp,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- floppy-darwin/floppy_blkdev.cpp 2002/06/21 21:28:14 1.40 +++ floppy-darwin/floppy_blkdev.cpp 2002/06/21 21:34:15 1.41 @@ -300,7 +300,7 @@ localbuf = onepage; } else { localbuf = (char *)IOMalloc((nblks * 512) + PAGE_SIZE); - org_mklinux_iokit_swim3_objcount++;printf("IOMalloc\n"); delay(10000); + org_mklinux_iokit_swim3_objcount++; dprintf(DEBUG_ALLOC, "IOMalloc\n"); delay(10000); if (!localbuf) { IOLog("swim3: Out of MEMORY!\n"); @@ -323,7 +323,7 @@ IOLog("Write copy failed. Returning kIOReturnVMError\n"); if (nblks > blocks_per_page) { IOFree(localbuf, (nblks * 512) + PAGE_SIZE); - org_mklinux_iokit_swim3_objcount--;printf("IOFree\n"); delay(10000); + org_mklinux_iokit_swim3_objcount--; dprintf(DEBUG_ALLOC, "IOFree\n"); delay(10000); } org_mklinux_iokit_swim3_busyflag = 0; return kIOReturnVMError; @@ -368,7 +368,7 @@ } if (nblks > blocks_per_page) { IOFree(localbuf, (nblks * 512) + PAGE_SIZE); - org_mklinux_iokit_swim3_objcount--;printf("IOFree\n"); delay(10000); + org_mklinux_iokit_swim3_objcount--; dprintf(DEBUG_ALLOC, "IOFree\n"); delay(10000); } org_mklinux_iokit_swim3_busyflag = 0; dIOLog(DEBUG_GENERAL, "swim3: for block %ld-%ld, returning %s (FloppyPluginIO returned %ld/%lx).\n",