summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-11-30 21:57:54 +0000
committermav <mav@FreeBSD.org>2015-11-30 21:57:54 +0000
commit7e425797577f91547491a85ffd37c7eab99b9bb2 (patch)
treefb08389003b84a68c85b15c7c9f0a75b3b49fd1c
parentb7a97f633885df312d545c6aef705d33bc34b9b0 (diff)
downloadFreeBSD-src-7e425797577f91547491a85ffd37c7eab99b9bb2.zip
FreeBSD-src-7e425797577f91547491a85ffd37c7eab99b9bb2.tar.gz
MFC r291265: Rename ASYNC_LIP_F8 to ASYNC_LIP_NOS_OLS_RECV.
New name better repsents its meaning for modern chips.
-rw-r--r--sys/dev/isp/isp.c2
-rw-r--r--sys/dev/isp/isp_target.c2
-rw-r--r--sys/dev/isp/ispmbox.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c
index 04ef001..7b5b399 100644
--- a/sys/dev/isp/isp.c
+++ b/sys/dev/isp/isp.c
@@ -5646,7 +5646,7 @@ isp_parse_async_fc(ispsoftc_t *isp, uint16_t mbox)
#endif
break;
case ASYNC_LIP_ERROR:
- case ASYNC_LIP_F8:
+ case ASYNC_LIP_NOS_OLS_RECV:
case ASYNC_LIP_OCCURRED:
case ASYNC_PTPMODE:
/*
diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c
index c604644..c6e48fe 100644
--- a/sys/dev/isp/isp_target.c
+++ b/sys/dev/isp/isp_target.c
@@ -639,7 +639,7 @@ isp_target_async(ispsoftc_t *isp, int bus, int event)
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
break;
case ASYNC_LIP_ERROR:
- case ASYNC_LIP_F8:
+ case ASYNC_LIP_NOS_OLS_RECV:
case ASYNC_LIP_OCCURRED:
case ASYNC_LOOP_RESET:
isp_prt(isp, ISP_LOGTDEBUG0, "%s: LIP RESET", __func__);
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h
index 2978b0c..d724679 100644
--- a/sys/dev/isp/ispmbox.h
+++ b/sys/dev/isp/ispmbox.h
@@ -252,7 +252,7 @@
#define ASYNC_LOOP_RESET 0x8013 /* FC only */
#define ASYNC_PDB_CHANGED 0x8014
#define ASYNC_CHANGE_NOTIFY 0x8015
-#define ASYNC_LIP_F8 0x8016 /* FC only */
+#define ASYNC_LIP_NOS_OLS_RECV 0x8016 /* FC only */
#define ASYNC_LIP_ERROR 0x8017 /* FC only */
#define ASYNC_AUTO_PLOGI_RJT 0x8018
#define ASYNC_SECURITY_UPDATE 0x801B
OpenPOWER on IntegriCloud