summaryrefslogtreecommitdiffstats
path: root/sys/dev/sym/sym_fw2.h
diff options
context:
space:
mode:
authorgroudier <groudier@FreeBSD.org>2000-06-26 21:09:45 +0000
committergroudier <groudier@FreeBSD.org>2000-06-26 21:09:45 +0000
commit209e74eb9bee3930e21cf25ce578d981c607edbf (patch)
treeac7396a6363693cc97f1a88380baa479e2df2d63 /sys/dev/sym/sym_fw2.h
parent6fd2f76871bd4d7d923cdea4ca76271518fa1b45 (diff)
downloadFreeBSD-src-209e74eb9bee3930e21cf25ce578d981c607edbf.zip
FreeBSD-src-209e74eb9bee3930e21cf25ce578d981c607edbf.tar.gz
- Fix a harmless compilation warning on Alpha.
(Reported by Matthew Jacob) - Fix a couple of __inline__ (changed to __inline). - Check also against DT_DATA_IN phase on parity/crc error. (Merged from Pamela Delaney's changes in the Linux driver) - Fix support for phase mismatch handling from the C code for the C1010 (only useful for testing issue). - Add an asynchonous notification handler for `lost device' (AC_LOST).
Diffstat (limited to 'sys/dev/sym/sym_fw2.h')
-rw-r--r--sys/dev/sym/sym_fw2.h4
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,
OpenPOWER on IntegriCloud