From 5b3feb866e361300b8a1c74874f3dfe923297a6e Mon Sep 17 00:00:00 2001 From: Marcus Overhagen Date: Mon, 1 Sep 2008 19:44:27 +0000 Subject: [PATCH] Preparing support for ATA and ATAPI tracing git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27273 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/config_headers/tracing_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/config_headers/tracing_config.h b/build/config_headers/tracing_config.h index b8571d4aaa..cbf7da5f1d 100644 --- a/build/config_headers/tracing_config.h +++ b/build/config_headers/tracing_config.h @@ -19,6 +19,8 @@ // macros specifying the tracing level for individual components (0 is disabled) #define AHCI_PORT_TRACING 0 +#define ATA_TRACING 0 +#define ATAPI_TRACING 0 #define BFS_TRACING 0 #define BLOCK_CACHE_BLOCK_TRACING 0 #define BLOCK_CACHE_TRANSACTION_TRACING 0