Now that we fixed the isp_sendmarker botch, we can now do initial bus

resets for ULTRA2/ULTRA3 cards again (which were turned off really because
of a botch for dual bus configurations).
This commit is contained in:
mjacob 2000-04-21 19:18:06 +00:00
parent f58793f0c1
commit 41c081dde1

View File

@ -1650,10 +1650,7 @@ printf("notify ack\n");
sdparam *sdp = isp->isp_param;
sdp += cam_sim_bus(xpt_path_sim(cpi->ccb_h.path));
cpi->hba_inquiry = PI_SDTR_ABLE|PI_TAG_ABLE|PI_WIDE_16;
if (IS_ULTRA2(isp))
cpi->hba_misc = PIM_NOBUSRESET;
else
cpi->hba_misc = 0;
cpi->hba_misc = 0;
cpi->initiator_id = sdp->isp_initiator_id;
cpi->base_transfer_speed = 3300;
}