Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2010 18:38:29 GMT
From:      Alexander Motin <mav@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 173425 for review
Message-ID:  <201001201838.o0KIcTKw096922@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=173425

Change 173425 by mav@mav_mavtest on 2010/01/20 18:38:12

	Do not use short timeouts for PMP. There may be device and it may
	need time to spin-up.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/cam/ata/ata_xpt.c#73 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/cam/ata/ata_xpt.c#73 (text+ko) ====

@@ -299,7 +299,7 @@
 		      0,
 		      /*data_ptr*/NULL,
 		      /*dxfer_len*/0,
-		      (start_ccb->ccb_h.target_id == 15 ? 3 : 15) * 1000);
+		      15 * 1000);
 		ata_reset_cmd(ataio);
 		break;
 	case PROBE_IDENTIFY:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001201838.o0KIcTKw096922>