Lines 2175-2181
ahci_issue_recovery(struct ahci_channel *ch)
Link Here
|
2175 |
} |
2175 |
} |
2176 |
xpt_setup_ccb(&ccb->ccb_h, ch->hold[i]->ccb_h.path, |
2176 |
xpt_setup_ccb(&ccb->ccb_h, ch->hold[i]->ccb_h.path, |
2177 |
ch->hold[i]->ccb_h.pinfo.priority); |
2177 |
ch->hold[i]->ccb_h.pinfo.priority); |
2178 |
if (ccb->ccb_h.func_code == XPT_ATA_IO) { |
2178 |
if (ch->hold[i]->ccb_h.func_code == XPT_ATA_IO) { |
2179 |
/* READ LOG */ |
2179 |
/* READ LOG */ |
2180 |
ccb->ccb_h.recovery_type = RECOVERY_READ_LOG; |
2180 |
ccb->ccb_h.recovery_type = RECOVERY_READ_LOG; |
2181 |
ccb->ccb_h.func_code = XPT_ATA_IO; |
2181 |
ccb->ccb_h.func_code = XPT_ATA_IO; |