diff options
author | Kenneth D. Merry <ken@FreeBSD.org> | 2017-05-03 13:17:01 +0000 |
---|---|---|
committer | Kenneth D. Merry <ken@FreeBSD.org> | 2017-05-03 13:17:01 +0000 |
commit | 57b6261f94d5b633223299f7b1e12f6ec8275baa (patch) | |
tree | 6e9f55a6dc8ad861b4f43d2d1332ad11e3d5d784 /sys/dev/isp/ispmbox.h | |
parent | fca08fe6a22dbe2f868bb13f9b62e775a4a57ed0 (diff) |
Notes
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
-rw-r--r-- | sys/dev/isp/ispmbox.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index f672b429b59f9..e747c5544fbcf 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -1421,6 +1421,10 @@ typedef struct { /* * Port Database Changed Async Event information for 24XX cards */ +/* N-Port Handle */ +#define PDB24XX_AE_GLOBAL 0xFFFF + +/* Reason Codes */ #define PDB24XX_AE_OK 0x00 #define PDB24XX_AE_IMPL_LOGO_1 0x01 #define PDB24XX_AE_IMPL_LOGO_2 0x02 @@ -1440,7 +1444,7 @@ typedef struct { #define PDB24XX_AE_FLOGI_TIMO 0x10 #define PDB24XX_AE_ABX_LOGO 0x11 #define PDB24XX_AE_PLOGI_DONE 0x12 -#define PDB24XX_AE_PRLI_DONJE 0x13 +#define PDB24XX_AE_PRLI_DONE 0x13 #define PDB24XX_AE_OPN_1 0x14 #define PDB24XX_AE_OPN_2 0x15 #define PDB24XX_AE_TXERR 0x16 |