summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-11-13 19:58:47 +0000
committermav <mav@FreeBSD.org>2015-11-13 19:58:47 +0000
commit44b766507d91b87463268b7104e250b4df374a9a (patch)
tree6d4cfaf0d6c4974c3fb7e9c99de968e42978a34c
parent1b68530a6f986ae8c27c0eef9ad17d473d18a5f8 (diff)
downloadFreeBSD-src-44b766507d91b87463268b7104e250b4df374a9a.zip
FreeBSD-src-44b766507d91b87463268b7104e250b4df374a9a.tar.gz
MFC r290042: Fix error code that looks like wrong.
-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