diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-01-09 02:49:02 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-01-09 02:49:02 +0000 |
| commit | 3fc3cadde6a0b1b77bbc03a69abbffe4c6d8d339 (patch) | |
| tree | 88ac29efe5f5e5bab231eed0685ac407d444cf1e /sys/dev/isp | |
| parent | 0ecded8a1352c95d46f2bf7eb10ff9c71d66720d (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/ispvar.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h index a9dc2b4380ea..c85d72b7c917 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 */ |
