Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic roll revision level and add some taret mode changes
details: https://anonhg.NetBSD.org/src/rev/90d15d8d5be6
branches: trunk
changeset: 480180:90d15d8d5be6
user: mjacob <mjacob%NetBSD.org@localhost>
date: Thu Jan 06 03:00:11 2000 +0000
description:
roll revision level and add some taret mode changes
diffstat:
sys/dev/ic/ispvar.h | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
diffs (45 lines):
diff -r bc7e7411e93a -r 90d15d8d5be6 sys/dev/ic/ispvar.h
--- a/sys/dev/ic/ispvar.h Thu Jan 06 02:59:43 2000 +0000
+++ b/sys/dev/ic/ispvar.h Thu Jan 06 03:00:11 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ispvar.h,v 1.27 1999/12/16 05:35:44 mjacob Exp $ */
+/* $NetBSD: ispvar.h,v 1.28 2000/01/06 03:00:11 mjacob Exp $ */
/*
* Copyright (C) 1999 National Aeronautics & Space Administration
* All rights reserved.
@@ -53,7 +53,7 @@
#endif
#define ISP_CORE_VERSION_MAJOR 1
-#define ISP_CORE_VERSION_MINOR 11
+#define ISP_CORE_VERSION_MINOR 12
/*
* Vector for bus specific code to provide specific services.
@@ -447,11 +447,9 @@
ISPCTL_RESET_DEV, /* Reset Device */
ISPCTL_ABORT_CMD, /* Abort Command */
ISPCTL_UPDATE_PARAMS, /* Update Operating Parameters */
-#ifdef ISP_TARGET_MODE
- ISPCTL_ENABLE_LUN, /* enable a LUN */
- ISPCTL_MODIFY_LUN, /* enable a LUN */
-#endif
- ISPCTL_FCLINK_TEST /* Test FC Link Status */
+ ISPCTL_FCLINK_TEST, /* Test FC Link Status */
+ ISPCTL_PDB_SYNC, /* Synchronize Port Database */
+ ISPCTL_TOGGLE_TMODE /* toggle target mode */
} ispctl_t;
int isp_control __P((struct ispsoftc *, ispctl_t, void *));
@@ -472,8 +470,9 @@
ISPASYNC_PDB_CHANGED, /* FC Port Data Base Changed */
ISPASYNC_CHANGE_NOTIFY, /* FC SNS Change Notification */
ISPASYNC_FABRIC_DEV, /* FC New Fabric Device */
- ISPASYNC_TARGET_CMD, /* New target command */
- ISPASYNC_TARGET_EVENT /* New target event */
+ ISPASYNC_TARGET_MESSAGE, /* target message */
+ ISPASYNC_TARGET_EVENT, /* target asynchronous event */
+ ISPASYNC_TARGET_ACTION /* other target command action */
} ispasync_t;
int isp_async __P((struct ispsoftc *, ispasync_t, void *));
Home |
Main Index |
Thread Index |
Old Index