From d11a8ff9fc7a775aaa927686a7038c3cf3d0d14a Mon Sep 17 00:00:00 2001 From: James Mckenzie Date: Tue, 15 Sep 2009 04:54:32 +0100 Subject: [PATCH] Turn off debugging in atapi passthrough (4 FUAs for the harddisk per io) --- master/atapi-pass-through | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) + -- 2.39.5