]> xenbits.xen.org Git - xenclient/ioemu-pq.git/commitdiff
Turn off debugging in atapi passthrough (4 FUAs for the harddisk per io)
authorJames Mckenzie <jamesmck@taoand.(none)>
Tue, 15 Sep 2009 03:54:32 +0000 (04:54 +0100)
committerJames Mckenzie <jamesmck@taoand.(none)>
Tue, 15 Sep 2009 03:54:32 +0000 (04:54 +0100)
master/atapi-pass-through

index c79f08a88542b48d5a2ca240429d96baa46e670b..1bc525c2a0cd295bd9da6097a289baa7b316032c 100644 (file)
@@ -111,7 +111,7 @@ index 0000000..413cc47
 @@ -0,0 +1,1427 @@
 +#include <sys/stat.h>
 +
-+#define DEBUG_IDE_ATAPI_PT
++#undef DEBUG_IDE_ATAPI_PT
 +
 +#define MSF_TO_FRAMES(M, S, F) (((M) * CD_SECS + (S)) * CD_FRAMES + (F))
 +