Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102839488
D34977.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
477 B
Referenced Files
None
Subscribers
None
D34977.diff
View Options
diff --git a/sys/cam/ata/ata_da.c b/sys/cam/ata/ata_da.c
--- a/sys/cam/ata/ata_da.c
+++ b/sys/cam/ata/ata_da.c
@@ -2872,7 +2872,7 @@
cam_periph_lock(periph);
bp = (struct bio *)done_ccb->ccb_h.ccb_bp;
if ((done_ccb->ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_CMP) {
- error = adaerror(done_ccb, 0, 0);
+ error = adaerror(done_ccb, CAM_RETRY_SELTO, 0);
if (error == ERESTART) {
/* A retry was scheduled, so just return. */
cam_periph_unlock(periph);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 8:28 PM (22 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14704201
Default Alt Text
D34977.diff (477 B)
Attached To
Mode
D34977: ada: Retry commands with retries left on CAM_SEL_TIMEOUT
Attached
Detach File
Event Timeline
Log In to Comment