|
Lines 2542-2547
daregister(struct cam_periph *periph, void *arg)
Link Here
|
| 2542 |
|
2542 |
|
| 2543 |
/* Predict whether device may support READ CAPACITY(16). */ |
2543 |
/* Predict whether device may support READ CAPACITY(16). */ |
| 2544 |
if (SID_ANSI_REV(&cgd->inq_data) >= SCSI_REV_SPC3 && |
2544 |
if (SID_ANSI_REV(&cgd->inq_data) >= SCSI_REV_SPC3 && |
|
|
2545 |
cpi.transport != XPORT_USB && |
| 2545 |
(softc->quirks & DA_Q_NO_RC16) == 0) { |
2546 |
(softc->quirks & DA_Q_NO_RC16) == 0) { |
| 2546 |
softc->flags |= DA_FLAG_CAN_RC16; |
2547 |
softc->flags |= DA_FLAG_CAN_RC16; |
| 2547 |
} |
2548 |
} |