firewire: fix a mismatch introduced in r230558.
Found by: PVS Static Analysis Reviewed by: sbruno MFC after: 1 month
This commit is contained in:
parent
835428466e
commit
a97d0cb743
@ -1324,7 +1324,7 @@ sbp_targ_action1(struct cam_sim *sim, union ccb *ccb)
|
||||
| PIT_DISCONNECT
|
||||
| PIT_TERM_IO;
|
||||
cpi->transport = XPORT_SPI; /* FIXME add XPORT_FW type to cam */
|
||||
cpi->hba_misc = PIM_NOBUSRESET | PIM_NOBUSRESET;
|
||||
cpi->hba_misc = PIM_NOBUSRESET | PIM_NO_6_BYTE;
|
||||
cpi->hba_eng_cnt = 0;
|
||||
cpi->max_target = 7; /* XXX */
|
||||
cpi->max_lun = MAX_LUN - 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user