Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Add back in (again) ISPASYNC_LIP and ISPASYNC_LOO...
details: https://anonhg.NetBSD.org/src/rev/60ad2d5d66a3
branches: trunk
changeset: 510216:60ad2d5d66a3
user: mjacob <mjacob%NetBSD.org@localhost>
date: Tue May 22 19:32:41 2001 +0000
description:
Add back in (again) ISPASYNC_LIP and ISPASYNC_LOOP_RESET async
notifications. Let each platform set policy as to what to do
with these.
diffstat:
sys/dev/ic/ispvar.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 94c2f8ffb4a2 -r 60ad2d5d66a3 sys/dev/ic/ispvar.h
--- a/sys/dev/ic/ispvar.h Tue May 22 18:59:57 2001 +0000
+++ b/sys/dev/ic/ispvar.h Tue May 22 19:32:41 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ispvar.h,v 1.44 2001/05/16 03:58:34 mjacob Exp $ */
+/* $NetBSD: ispvar.h,v 1.45 2001/05/22 19:32:41 mjacob Exp $ */
/*
* This driver, which is contained in NetBSD in the files:
*
@@ -663,6 +663,8 @@
ISPASYNC_BUS_RESET, /* Bus Was Reset */
ISPASYNC_LOOP_DOWN, /* FC Loop Down */
ISPASYNC_LOOP_UP, /* FC Loop Up */
+ ISPASYNC_LIP, /* LIP Received */
+ ISPASYNC_LOOP_RESET, /* Loop Reset Received */
ISPASYNC_CHANGE_NOTIFY, /* FC Change Notification */
ISPASYNC_FABRIC_DEV, /* FC Fabric Device Arrival */
ISPASYNC_PROMENADE, /* FC Objects coming && going */
Home |
Main Index |
Thread Index |
Old Index