You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per 469fc1b, the logic used for intlk control, that uses SPs and RBs according to the command being run, is unnecessarily complicated, and caused the IntlkLogEnbl-Sel PINI run to overwrite the bit that had been set by IntlkCtrlEnbl-Sel, because IntlkCtrlRaw hadn't been updated yet.
The wireshark filter used to confirm that there were two register writes during IOC startup was:
ip.src == 10.20.26.101 and ip.dst == 10.20.26.105 and tcp and tcp.flags.push == 1 and frame contains 0d:79
The text was updated successfully, but these errors were encountered:
Per 469fc1b, the logic used for intlk control, that uses SPs and RBs according to the command being run, is unnecessarily complicated, and caused the IntlkLogEnbl-Sel PINI run to overwrite the bit that had been set by IntlkCtrlEnbl-Sel, because IntlkCtrlRaw hadn't been updated yet.
The wireshark filter used to confirm that there were two register writes during IOC startup was:
The text was updated successfully, but these errors were encountered: