[ros-diffs] [hbirr] 14577: Made the hard coded value for the HUT a little bit longer.

hbirr at svn.reactos.com hbirr at svn.reactos.com
Sun Apr 10 18:41:34 CEST 2005


Made the hard coded value for the HUT a little bit longer.
Modified: trunk/reactos/drivers/storage/floppy/hardware.c
  _____  

Modified: trunk/reactos/drivers/storage/floppy/hardware.c
--- trunk/reactos/drivers/storage/floppy/hardware.c	2005-04-10
15:34:15 UTC (rev 14576)
+++ trunk/reactos/drivers/storage/floppy/hardware.c	2005-04-10
16:41:32 UTC (rev 14577)
@@ -991,7 +991,7 @@

   Buffer[1] = (StepRateTime << 4) + HeadUnloadTime;
   Buffer[2] = (HeadLoadTime << 1) + (NonDma ? 1 : 0);
   */
-  Buffer[1] = 0xd1;
+  Buffer[1] = 0xdf;
   Buffer[2] = 0x2;
 
   //KdPrint(("HwSpecify: sending 0x%x 0x%x 0x%x to FIFO\n", Buffer[0],
Buffer[1], Buffer[2]));
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050410/04e045b5/attachment.html


More information about the Ros-diffs mailing list