Author: cfinck
Date: Sat Dec 12 18:15:19 2009
New Revision: 44553
URL:
http://svn.reactos.org/svn/reactos?rev=44553&view=rev
Log:
Merge r44552
Modified:
branches/ros-branch-0_3_11/reactos/drivers/storage/ide/uniata/id_ata.cpp
Modified: branches/ros-branch-0_3_11/reactos/drivers/storage/ide/uniata/id_ata.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_11/reactos/drive…
==============================================================================
--- branches/ros-branch-0_3_11/reactos/drivers/storage/ide/uniata/id_ata.cpp [iso-8859-1]
(original)
+++ branches/ros-branch-0_3_11/reactos/drivers/storage/ide/uniata/id_ata.cpp [iso-8859-1]
Sat Dec 12 18:15:19 2009
@@ -679,7 +679,7 @@
)
{
//ULONG c = chan->lChannel;
- ULONG i = 1000 * 1000;
+ ULONG i = 30 * 1000;
UCHAR dma_status = 0;
KdPrint2((PRINT_PREFIX "AtapiSoftReset:\n"));
UCHAR statusByte2;