Modules/AHCI - Disable debug (seems good atm)
authorJohn Hodge <[email protected]>
Wed, 10 Jul 2013 12:23:33 +0000 (20:23 +0800)
committerJohn Hodge <[email protected]>
Wed, 10 Jul 2013 12:23:33 +0000 (20:23 +0800)
KernelLand/Modules/Storage/AHCI/ahci.c

index f471d0e..d48c1bf 100644 (file)
@@ -5,8 +5,8 @@
  * ahci.c
  * - Driver core
  */
-#define DEBUG  1
-#define VERSION        0x0001
+#define DEBUG  0
+#define VERSION        VER2(1,0)
 #include <acess.h>
 #include <timers.h>
 #include <modules.h>

UCC git Repository :: git.ucc.asn.au