diff options
Diffstat (limited to 'sys/dev/sym/sym_fw2.h')
-rw-r--r-- | sys/dev/sym/sym_fw2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sym/sym_fw2.h b/sys/dev/sym/sym_fw2.h index 5adafb4..494ee17 100644 --- a/sys/dev/sym/sym_fw2.h +++ b/sys/dev/sym/sym_fw2.h @@ -1281,8 +1281,8 @@ static struct SYM_FWB_SCR SYM_FWB_SCR = { * We donnot handle 2 bytes messages from SCRIPTS. * So, let the C code deal with these ones too. */ - SCR_INT ^ IFFALSE (MASK (0x20, 0xf0)), - SIR_MSG_WEIRD, + SCR_JUMP ^ IFFALSE (MASK (0x20, 0xf0)), + PADDR_B (msg_weird_seen), SCR_CLR (SCR_ACK), 0, SCR_MOVE_ABS (1) ^ SCR_MSG_IN, |