View | Details | Raw Unified | Return to bug 225794 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/cam/scsi/scsi_da.c (+1 lines)
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
	}

Return to bug 225794