summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/ispmbox.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-10-27 09:33:47 +0000
committermav <mav@FreeBSD.org>2015-10-27 09:33:47 +0000
commit569bd9e319e6a1f05c1451df58af6729a7582b02 (patch)
treec7a202563d4751f6dec4f5cd1cf7903b7f526508 /sys/dev/isp/ispmbox.h
parentd4ec702283514690b00165ef16c7b869df033f96 (diff)
downloadFreeBSD-src-569bd9e319e6a1f05c1451df58af6729a7582b02.zip
FreeBSD-src-569bd9e319e6a1f05c1451df58af6729a7582b02.tar.gz
Fix error code that looks like wrong.
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
-rw-r--r--sys/dev/isp/ispmbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h
index d72c600..cf748a2 100644
--- a/sys/dev/isp/ispmbox.h
+++ b/sys/dev/isp/ispmbox.h
@@ -1411,7 +1411,7 @@ typedef struct {
#define PLOGX_IOCBERR_FAILED 0x04 /* further info in IOPARM 1 */
#define PLOGX_IOCBERR_NOFABRIC 0x05
#define PLOGX_IOCBERR_NOTREADY 0x07
-#define PLOGX_IOCBERR_NOLOGIN 0x08 /* further info in IOPARM 1 */
+#define PLOGX_IOCBERR_NOLOGIN 0x09 /* further info in IOPARM 1 */
#define PLOGX_IOCBERR_NOPCB 0x0a
#define PLOGX_IOCBERR_REJECT 0x18 /* further info in IOPARM 1 */
#define PLOGX_IOCBERR_EINVAL 0x19 /* further info in IOPARM 1 */
OpenPOWER on IntegriCloud