reactos/drivers/storage/floppy
diff -u -r1.5 -r1.6
--- hardware.c 13 Mar 2004 07:28:40 -0000 1.5
+++ hardware.c 22 Jun 2004 03:02:33 -0000 1.6
@@ -288,7 +288,7 @@
* - 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);