diff options
author | Matt Jacob <mjacob@FreeBSD.org> | 2006-12-17 16:59:19 +0000 |
---|---|---|
committer | Matt Jacob <mjacob@FreeBSD.org> | 2006-12-17 16:59:19 +0000 |
commit | a4f3a2bef407b2dd5f16b97e2c3432314ff20904 (patch) | |
tree | f7756ce9cf5c3ddcabe3d445b7620358603ae800 /sys/dev/isp/ispmbox.h | |
parent | 4573b928f883302bac75a3554cdaebdefc2495af (diff) |
Notes
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
-rw-r--r-- | sys/dev/isp/ispmbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index e3652d6d7d82e..829d8b6f93884 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -42,7 +42,7 @@ #define MBOX_MAILBOX_REG_TEST 0x0006 #define MBOX_VERIFY_CHECKSUM 0x0007 #define MBOX_ABOUT_FIRMWARE 0x0008 - /* 9 */ +#define MBOX_LOAD_RISC_RAM_2100 0x0009 /* a */ #define MBOX_LOAD_RISC_RAM 0x000b /* c */ |