minor debug message fix
authorVizzini <vizzini@plasmic.com>
Tue, 22 Jun 2004 03:02:33 +0000 (03:02 +0000)
committerVizzini <vizzini@plasmic.com>
Tue, 22 Jun 2004 03:02:33 +0000 (03:02 +0000)
svn path=/trunk/; revision=9809

reactos/drivers/storage/floppy/hardware.c

index e881d83..ec340e9 100644 (file)
@@ -288,7 +288,7 @@ NTSTATUS NTAPI HwTurnOffMotor(PCONTROLLER_INFO ControllerInfo)
  *     - Called at DISPATCH_LEVEL
  */
 {
-  KdPrint(("floppy: HwTurnOffMotor: writing byte 0x%x to offset 0x%x\n", DOR_FDC_ENABLE|DOR_DMA_IO_INTERFACE_ENABLE));
+  KdPrint(("floppy: HwTurnOffMotor: writing byte 0x%x to offset 0x%x\n", DOR_FDC_ENABLE|DOR_DMA_IO_INTERFACE_ENABLE, DIGITAL_OUTPUT_REGISTER));
 
   WRITE_PORT_UCHAR(ControllerInfo->BaseAddress + DIGITAL_OUTPUT_REGISTER, DOR_FDC_ENABLE|DOR_DMA_IO_INTERFACE_ENABLE);