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:
Matt Jacob 2000-04-21 19:18:06 +00:00
parent 8a5e48368a
commit 16c9a708a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59472

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;
}