PERFORCE change 39586 for review

Sam Leffler sam at FreeBSD.org
Sun Oct 12 10:52:25 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=39586

Change 39586 by sam at sam_ebb on 2003/10/12 10:51:36

	change from sos to fix toshiba dvd drive probing

Affected files ...

.. //depot/projects/netperf/sys/dev/ata/ata-lowlevel.c#8 edit

Differences ...

==== //depot/projects/netperf/sys/dev/ata/ata-lowlevel.c#8 (text+ko) ====

@@ -532,7 +532,8 @@
     ATA_IDX_OUTB(ch, ATA_ALTSTAT, ATA_A_IDS | ATA_A_RESET);
     DELAY(10000); 
     ATA_IDX_OUTB(ch, ATA_ALTSTAT, ATA_A_IDS);
-    DELAY(10000);
+    DELAY(100000);
+    ATA_IDX_INB(ch, ATA_ERROR);
 
     /* wait for BUSY to go inactive */
     for (timeout = 0; timeout < 310; timeout++) {


More information about the p4-projects mailing list