diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 1999-12-27 08:47:11 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 1999-12-27 08:47:11 +0000 |
| commit | 762fa8a53f7eb9b1c635d1d56a29d9c032f60f3c (patch) | |
| tree | f8f192e6a4ab441a133dfea02482665df43bd31d /sys/dev/isp | |
| parent | 59e1f32482fd7cb9df8694b9a9fcc9174685d1dd (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/ispmbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index c86c1e1ba50bf..b77d761f51b2d 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -113,6 +113,8 @@ #define FW_FEATURE_LVD_NOTIFY 0x2 #define FW_FEATURE_FAST_POST 0x1 +#define MBOX_ENABLE_TARGET_MODE 0x55 + /* These are for the ISP2100 FC cards */ #define MBOX_GET_LOOP_ID 0x20 #define MBOX_EXEC_COMMAND_IOCB_A64 0x54 |
