mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
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
156e1855a4
commit
930143bd86
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295810
@ -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…
Reference in New Issue
Block a user