From dfd795cde924976deef9557c17950262521a67af Mon Sep 17 00:00:00 2001 From: John Hodge Date: Wed, 10 Jul 2013 20:23:33 +0800 Subject: [PATCH] Modules/AHCI - Disable debug (seems good atm) --- KernelLand/Modules/Storage/AHCI/ahci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KernelLand/Modules/Storage/AHCI/ahci.c b/KernelLand/Modules/Storage/AHCI/ahci.c index f471d0ef..d48c1bf3 100644 --- a/KernelLand/Modules/Storage/AHCI/ahci.c +++ b/KernelLand/Modules/Storage/AHCI/ahci.c @@ -5,8 +5,8 @@ * ahci.c * - Driver core */ -#define DEBUG 1 -#define VERSION 0x0001 +#define DEBUG 0 +#define VERSION VER2(1,0) #include #include #include -- 2.20.1