mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Flag isp(4) as supporting unmapped I/O; all necessary conversion actually
already has been done as part of r246713. Reviewed by: mjacob
This commit is contained in:
parent
046b51bfdd
commit
ab1aa38b02
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251373
@ -5449,7 +5449,7 @@ isp_action(struct cam_sim *sim, union ccb *ccb)
|
||||
if (IS_FC(isp)) {
|
||||
fcparam *fcp = FCPARAM(isp, bus);
|
||||
|
||||
cpi->hba_misc = PIM_NOBUSRESET;
|
||||
cpi->hba_misc = PIM_NOBUSRESET | PIM_UNMAPPED;
|
||||
|
||||
/*
|
||||
* Because our loop ID can shift from time to time,
|
||||
@ -5479,7 +5479,7 @@ isp_action(struct cam_sim *sim, union ccb *ccb)
|
||||
} else {
|
||||
sdparam *sdp = SDPARAM(isp, bus);
|
||||
cpi->hba_inquiry = PI_SDTR_ABLE|PI_TAG_ABLE|PI_WIDE_16;
|
||||
cpi->hba_misc = 0;
|
||||
cpi->hba_misc = PIM_UNMAPPED;
|
||||
cpi->initiator_id = sdp->isp_initiator_id;
|
||||
cpi->base_transfer_speed = 3300;
|
||||
cpi->transport = XPORT_SPI;
|
||||
|
Loading…
Reference in New Issue
Block a user