mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change comment added in r284540.
This appeared to be not card's issue, but driver's, though solution is the same so far.
This commit is contained in:
parent
6bef0aa0c6
commit
8656f200dc
1 changed files with 3 additions and 3 deletions
|
|
@ -2965,9 +2965,9 @@ isp_handle_platform_ctio(ispsoftc_t *isp, void *arg)
|
|||
}
|
||||
if (atp == NULL) {
|
||||
/*
|
||||
* In case of target mode disable at least ISP2532 return
|
||||
* invalid zero ct_rxid value. Try to workaround that using
|
||||
* tag_id from the CCB, pointed by valid ct_syshandle.
|
||||
* XXX: isp_clear_commands() generates fake CTIO with zero
|
||||
* ct_rxid value, filling only ct_syshandle. Workaround
|
||||
* that using tag_id from the CCB, pointed by ct_syshandle.
|
||||
*/
|
||||
atp = isp_find_atpd(isp, tptr, ccb->csio.tag_id);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue