PERFORCE change 107193 for review

Warner Losh imp at FreeBSD.org
Tue Oct 3 09:24:45 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=107193

Change 107193 by imp at imp_lighthouse on 2006/10/03 16:23:52

	Tweak debug to report block number read.

Affected files ...

.. //depot/projects/arm/src/sys/dev/mmc/mmcsd.c#6 edit

Differences ...

==== //depot/projects/arm/src/sys/dev/mmc/mmcsd.c#6 (text+ko) ====

@@ -179,7 +179,7 @@
 		} while (bp == NULL);
 		MMCBUS_ACQUIRE_BUS(device_get_parent(dev), dev);
 		bioq_remove(&sc->bio_queue, bp);
-		printf("mmc_task: request %p\n", bp);
+		printf("mmc_task: request %p for block %lld\n", bp, bp->bio_pblkno);
 		sz = sc->disk->d_sectorsize;
 		end = bp->bio_pblkno + (bp->bio_bcount / sz);
 		// XXX should use read/write_mulit


More information about the p4-projects mailing list