Date: Tue, 22 Aug 2006 00:10:31 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 104741 for review Message-ID: <200608220010.k7M0AVde063586@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=104741 Change 104741 by imp@imp_lighthouse on 2006/08/22 00:09:39 kill some debugging Affected files ... .. //depot/projects/arm/src/sys/boot/arm/at91/libat91/sd-card.c#6 edit Differences ... ==== //depot/projects/arm/src/sys/boot/arm/at91/libat91/sd-card.c#6 (text+ko) ==== @@ -47,7 +47,7 @@ #include "lib.h" #include "sd-card.h" -#define IMP_DEBUG 1 +//#define IMP_DEBUG 1 #define AT91C_MCI_TIMEOUT 1000000 /* For AT91F_MCIDeviceWaitReady */ #define BUFFER_SIZE_MCI_DEVICE 512 @@ -180,7 +180,6 @@ int sizeToRead; unsigned int *walker; - printf("sector length is %d\r\n", sectorLength); #if IMP_DEBUG printf("Reading 0x%x bytes into ARM Addr 0x%x from card offset 0x%x\r\n", length, dest, source);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608220010.k7M0AVde063586>