ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT.

This commit is contained in:
mjacob 2001-01-09 18:56:24 +00:00
parent 64c3b7f881
commit 442e2e73a9
1 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ispvar.h,v 1.39 2000/12/28 22:27:47 mjacob Exp $ */
/* $NetBSD: ispvar.h,v 1.40 2001/01/09 18:56:24 mjacob Exp $ */
/*
* This driver, which is contained in NetBSD in the files:
*
@ -545,7 +545,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 {
@ -553,9 +552,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 */