diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-08-01 06:55:08 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-08-01 06:55:08 +0000 |
| commit | c7d559413426070050bae9fd54b224dafd7600a4 (patch) | |
| tree | 79d767f9cc2c8f9bd99ccd8ac1eaa31b25085b3f /sys/dev/isp/ispmbox.h | |
| parent | d0d5832ac7a2a1cfc1efc9271d91071aeb2c89fe (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
| -rw-r--r-- | sys/dev/isp/ispmbox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index 86f5bda21bdc6..dc03a09c09078 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -160,6 +160,9 @@ typedef struct { #define MBOX_LOOP_ID_USED 0x4008 #define MBOX_ALL_IDS_USED 0x4009 #define MBOX_NOT_LOGGED_IN 0x400A +#define MBLOGALL 0x000f +#define MBLOGNONE 0x0000 +#define MBLOGMASK(x) ((x) & 0xf) /* * Asynchronous event status codes |
