mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
remember to initialize mailbox 2 for FC isp bus resets
This commit is contained in:
parent
d1eb1e4fa8
commit
5e73516b7b
1 changed files with 1 additions and 1 deletions
|
|
@ -2039,8 +2039,8 @@ isp_control(isp, ctl, arg)
|
|||
bus = *((int *) arg);
|
||||
mbs.param[2] = bus;
|
||||
} else {
|
||||
/* Unparameterized. */
|
||||
mbs.param[1] = 10;
|
||||
mbs.param[2] = 0;
|
||||
bus = 0;
|
||||
}
|
||||
isp->isp_sendmarker = 1 << bus;
|
||||
|
|
|
|||
Loading…
Reference in a new issue