From 16c9a708a42130288551d7092390013eb043db75 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Fri, 21 Apr 2000 19:18:06 +0000 Subject: 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). --- sys/dev/isp/isp_freebsd.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/dev/isp') diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index 54b383441250d..afeb992fa6440 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -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; } -- cgit v1.3