Date: Sun, 16 Apr 2006 23:13:16 GMT From: John-Mark Gurney <jmg@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95402 for review Message-ID: <200604162313.k3GNDGKB093897@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95402 Change 95402 by jmg@jmg_arlene on 2006/04/16 23:12:17 fix compile error, and fix define to prevent it from happening again.. Affected files ... .. //depot/projects/kmacy_sun4v/src/sys/dev/ata/ata-all.h#4 edit .. //depot/projects/kmacy_sun4v/src/sys/dev/ata/ata-queue.c#4 edit Differences ... ==== //depot/projects/kmacy_sun4v/src/sys/dev/ata/ata-all.h#4 (text+ko) ==== @@ -363,7 +363,7 @@ request, ata_cmd2str(request)); \ } #else -#define ATA_DEBUG_RQ(request, string) +#define ATA_DEBUG_RQ(request, string) do { } while(0) #endif ==== //depot/projects/kmacy_sun4v/src/sys/dev/ata/ata-queue.c#4 (text+ko) ==== @@ -270,7 +270,7 @@ return; } if (request->flags & ATA_R_DANGER1) - request->flags |= ATA_R_DANGER2 + request->flags |= ATA_R_DANGER2; ATA_DEBUG_RQ(request, "completed entered");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604162313.k3GNDGKB093897>