diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-04-21 19:18:06 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-04-21 19:18:06 +0000 |
| commit | 16c9a708a42130288551d7092390013eb043db75 (patch) | |
| tree | a90b85bf916033c7dceb5e8e5e82627d70fcaaf3 /sys/dev/isp | |
| parent | 8a5e48368a51d931bc8cf8431bc82c083581f96c (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp_freebsd.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index 54b383441250..afeb992fa644 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; } |
