This commit was generated by cvs2svn to compensate for changes in r58,
authorRex Jolliff <rex@lvcablemodem.com>
Mon, 5 Oct 1998 04:55:45 +0000 (04:55 +0000)
committerRex Jolliff <rex@lvcablemodem.com>
Mon, 5 Oct 1998 04:55:45 +0000 (04:55 +0000)
which included commits to RCS files with non-trunk default branches.

svn path=/trunk/; revision=59

reactos/drivers/dd/ide/ide.c
reactos/drivers/dd/ide/makefile

index 427800e..4736134 100644 (file)
@@ -70,7 +70,7 @@ typedef DISK_GEOMETRY *PDISK_GEOMETRY;
 #include <internal/hal/io.h>
 #include <internal/string.h>
 
-#define NDEBUG
+//#define NDEBUG
 #include <internal/debug.h>
 
 #include "ide.h"
@@ -793,7 +793,7 @@ IDEGetPartitionTable(IN int CommandPort,
                      SectorBuf);
   if (RC != 0) 
     {
-      DbgPrint("read failed: port %04x drive %d sector %d rc %d\n", 
+      DPRINT("read failed: port %04x drive %d sector %d rc %d\n", 
              CommandPort, 
              DriveNum, 
              Offset, 
@@ -802,7 +802,7 @@ IDEGetPartitionTable(IN int CommandPort,
     } 
   else if (*((WORD *)(SectorBuf + PART_MAGIC_OFFSET)) != PARTITION_MAGIC) 
     {
-      DbgPrint("Bad partition magic: port %04x drive %d offset %d magic %d\n", 
+      DPRINT("Bad partition magic: port %04x drive %d offset %d magic %d\n", 
              CommandPort, 
              DriveNum, 
              Offset, 
@@ -922,7 +922,6 @@ IDECreateDevice(IN PDRIVER_OBJECT DriverObject,
     {
       RtlInitAnsiString(&AnsiSymLink, Win32Alias);
       RtlAnsiStringToUnicodeString(&SymLink, &AnsiSymLink, TRUE);
-      DbgPrint("SymbolicLink (%w -> %w)\n",SymLink.Buffer,UnicodeName.Buffer);
       IoCreateSymbolicLink(&SymLink, &UnicodeName);
       RtlFreeUnicodeString(&SymLink);
     }
index aaafa1a..371170e 100644 (file)
@@ -8,4 +8,4 @@ ide.o: ide.c ide.h idep.h partitio.h
 
 dummy:
 
-include ../../../rules.mak
+include ../../rules.mak