summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1998-12-05 01:28:38 +0000
committermjacob <mjacob@FreeBSD.org>1998-12-05 01:28:38 +0000
commit8500a9a7a3fba7a9bf6c209bb40b86931e7e48a2 (patch)
tree95aa8412472387d6164bf2f05851c34105759b0e /sys/dev/isp
parent9a7bd192e5f68592564d839e1988a8fe02602d15 (diff)
downloadFreeBSD-src-8500a9a7a3fba7a9bf6c209bb40b86931e7e48a2.zip
FreeBSD-src-8500a9a7a3fba7a9bf6c209bb40b86931e7e48a2.tar.gz
roll core version minor and wire a non-i386 default Loop ID to 113
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/ispvar.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h
index d1aeade..e08ad29 100644
--- a/sys/dev/isp/ispvar.h
+++ b/sys/dev/isp/ispvar.h
@@ -1,4 +1,5 @@
-/* $FreeBSD$ */
+/* $Id: $ */
+/* ispvar.h 1.21 */
/*
* Soft Definitions for for Qlogic ISP SCSI adapters.
*
@@ -47,7 +48,7 @@
#endif
#define ISP_CORE_VERSION_MAJOR 1
-#define ISP_CORE_VERSION_MINOR 3
+#define ISP_CORE_VERSION_MINOR 4
/*
* Vector for MD code to provide specific services.
@@ -77,6 +78,7 @@ struct ispmdvec {
#define MAX_TARGETS 16
#define MAX_FC_TARG 126
+#define DEFAULT_LOOPID 113
/* queue length must be a power of two */
#define QENTRY_LEN 64
@@ -175,6 +177,7 @@ typedef struct {
#define FW_REINIT 0x0006
#define FW_NON_PART 0x0007
+
/*
* Soft Structure per host adapter
*/
@@ -190,7 +193,7 @@ struct ispsoftc {
struct ispmdvec * isp_mdvec;
/*
- * State, debugging, etc..
+ * Mostly nonvolatile state, debugging, etc..
*/
u_int : 8,
@@ -243,6 +246,7 @@ struct ispsoftc {
volatile caddr_t isp_result;
u_int32_t isp_rquest_dma;
u_int32_t isp_result_dma;
+
};
/*
OpenPOWER on IntegriCloud