[ros-diffs] [cgutman] 55980: [UNIATA] - Try to fix KVM testbot

cgutman at svn.reactos.org cgutman at svn.reactos.org
Sat Mar 3 23:13:22 UTC 2012


Author: cgutman
Date: Sat Mar  3 23:13:21 2012
New Revision: 55980

URL: http://svn.reactos.org/svn/reactos?rev=55980&view=rev
Log:
[UNIATA]
- Try to fix KVM testbot

Modified:
    trunk/reactos/drivers/storage/ide/uniata/id_ata.cpp

Modified: trunk/reactos/drivers/storage/ide/uniata/id_ata.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/ide/uniata/id_ata.cpp?rev=55980&r1=55979&r2=55980&view=diff
==============================================================================
--- trunk/reactos/drivers/storage/ide/uniata/id_ata.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/storage/ide/uniata/id_ata.cpp [iso-8859-1] Sat Mar  3 23:13:21 2012
@@ -8862,11 +8862,6 @@
             PrimaryClaimed = TRUE;
         if(GlobalConfig->AtDiskSecondaryAddressClaimed)
             SecondaryClaimed = TRUE;
-        
-        if(PrimaryClaimed && SecondaryClaimed) {
-            KdPrint2((PRINT_PREFIX "Both legacy channels claimed\n"));
-            break;
-        }
 
         BMList[i].AltInitMasterDev = (UCHAR)0xff;
 




More information about the Ros-diffs mailing list