PERFORCE change 173425 for review
Alexander Motin
mav at FreeBSD.org
Wed Jan 20 18:38:29 UTC 2010
http://p4web.freebsd.org/chv.cgi?CH=173425
Change 173425 by mav at 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:
More information about the p4-projects
mailing list