diff --git a/sys/dev/aic7xxx/aic79xx_osm.c b/sys/dev/aic7xxx/aic79xx_osm.c index db8fd8877f2..53de0a80c08 100644 --- a/sys/dev/aic7xxx/aic79xx_osm.c +++ b/sys/dev/aic7xxx/aic79xx_osm.c @@ -597,9 +597,10 @@ ahd_action(struct cam_sim *sim, union ccb *ccb) cpi->protocol_version = SCSI_REV_2; cpi->transport = XPORT_SPI; cpi->transport_version = 2; - cpi->xport_specific.spi.ppr_options = SID_SPI_CLOCK_ST; cpi->transport_version = 4; - cpi->xport_specific.spi.ppr_options = SID_SPI_CLOCK_DT_ST; + cpi->xport_specific.spi.ppr_options = SID_SPI_CLOCK_DT_ST + | SID_SPI_IUS + | SID_SPI_QAS; cpi->ccb_h.status = CAM_REQ_CMP; xpt_done(ccb); break;