Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT.



details:   https://anonhg.NetBSD.org/src/rev/47bc13364b94
branches:  trunk
changeset: 501949:47bc13364b94
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Tue Jan 09 18:56:24 2001 +0000

description:
ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT.

diffstat:

 sys/dev/ic/ispvar.h |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r b7ad5ba40f24 -r 47bc13364b94 sys/dev/ic/ispvar.h
--- a/sys/dev/ic/ispvar.h       Tue Jan 09 18:56:06 2001 +0000
+++ b/sys/dev/ic/ispvar.h       Tue Jan 09 18:56:24 2001 +0000
@@ -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 @@
  * (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 @@
        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 */



Home | Main Index | Thread Index | Old Index