summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2001-01-09 02:49:02 +0000
committermjacob <mjacob@FreeBSD.org>2001-01-09 02:49:02 +0000
commit7825fe8202cfc1f9cce34390693bcdbd7d9882b9 (patch)
treec1bc1ade87bbac606b052196e5f0f05bea13c59a /sys/dev/isp
parent0bc474bf0f2e9f98561ba6dc06d4024e03802d07 (diff)
downloadFreeBSD-src-7825fe8202cfc1f9cce34390693bcdbd7d9882b9.zip
FreeBSD-src-7825fe8202cfc1f9cce34390693bcdbd7d9882b9.tar.gz
ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT.
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/ispvar.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h
index a9dc2b4..c85d72b 100644
--- a/sys/dev/isp/ispvar.h
+++ b/sys/dev/isp/ispvar.h
@@ -515,7 +515,6 @@ int isp_control __P((struct ispsoftc *, ispctl_t, void *));
* (each platform must provide such a function)
*
* Assumes all locks are held and that no reentrancy issues need be dealt with.
- *
*/
typedef enum {
@@ -523,9 +522,9 @@ typedef enum {
ISPASYNC_BUS_RESET, /* Bus Was Reset */
ISPASYNC_LOOP_DOWN, /* FC Loop Down */
ISPASYNC_LOOP_UP, /* FC Loop Up */
- ISPASYNC_PDB_CHANGED, /* FC Port Data Base Changed */
- ISPASYNC_CHANGE_NOTIFY, /* FC SNS Change Notification */
- ISPASYNC_FABRIC_DEV, /* FC New Fabric Device */
+ ISPASYNC_CHANGE_NOTIFY, /* FC SNS or Port Database Changed */
+ ISPASYNC_FABRIC_DEV, /* FC Fabric Device Arrived/Left */
+ ISPASYNC_LOGGED_INOUT, /* FC Object Logged In/Out */
ISPASYNC_TARGET_MESSAGE, /* target message */
ISPASYNC_TARGET_EVENT, /* target asynchronous event */
ISPASYNC_TARGET_ACTION /* other target command action */
OpenPOWER on IntegriCloud