From: James Mckenzie Date: Tue, 15 Sep 2009 03:54:32 +0000 (+0100) Subject: Turn off debugging in atapi passthrough (4 FUAs for the harddisk per io) X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d11a8ff9fc7a775aaa927686a7038c3cf3d0d14a;p=xenclient%2Fioemu-pq.git Turn off debugging in atapi passthrough (4 FUAs for the harddisk per io) --- diff --git a/master/atapi-pass-through b/master/atapi-pass-through index c79f08a..1bc525c 100644 --- a/master/atapi-pass-through +++ b/master/atapi-pass-through @@ -111,7 +111,7 @@ index 0000000..413cc47 @@ -0,0 +1,1427 @@ +#include + -+#define DEBUG_IDE_ATAPI_PT ++#undef DEBUG_IDE_ATAPI_PT + +#define MSF_TO_FRAMES(M, S, F) (((M) * CD_SECS + (S)) * CD_FRAMES + (F)) +