svn commit: r290799 - stable/10/sys/dev/isp

Alexander Motin mav at FreeBSD.org
Fri Nov 13 19:58:44 UTC 2015


Author: mav
Date: Fri Nov 13 19:58:42 2015
New Revision: 290799
URL: https://svnweb.freebsd.org/changeset/base/290799

Log:
  MFC r290042: Fix error code that looks like wrong.

Modified:
  stable/10/sys/dev/isp/ispmbox.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/isp/ispmbox.h
==============================================================================
--- stable/10/sys/dev/isp/ispmbox.h	Fri Nov 13 19:57:59 2015	(r290798)
+++ stable/10/sys/dev/isp/ispmbox.h	Fri Nov 13 19:58:42 2015	(r290799)
@@ -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 */


More information about the svn-src-all mailing list