aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>1999-02-09 01:05:42 +0000
committerMatt Jacob <mjacob@FreeBSD.org>1999-02-09 01:05:42 +0000
commit289b93c04449666b08891f8865ddf94a7e9035dd (patch)
tree8639255a80bbd717be1f8a88f425499fd0cd4c44 /sys/dev
parent017b0edcdad25db02dba22794db58215361873f1 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isp/asm_pci.h4
-rw-r--r--sys/dev/isp/asm_sbus.h12
-rw-r--r--sys/dev/isp/isp_freebsd.h4
-rw-r--r--sys/dev/isp/ispmbox.h4
4 files changed, 14 insertions, 10 deletions
diff --git a/sys/dev/isp/asm_pci.h b/sys/dev/isp/asm_pci.h
index cacde513bf864..4bd3425c9f03f 100644
--- a/sys/dev/isp/asm_pci.h
+++ b/sys/dev/isp/asm_pci.h
@@ -1,5 +1,5 @@
-/* $Id: asm_pci.h,v 1.4 1998/12/28 19:22:22 mjacob Exp $ */
-/* release_01_29_99 */
+/* $Id: asm_pci.h,v 1.5 1999/01/30 07:20:50 mjacob Exp $ */
+/* release_02_05_99 */
/*
* Copyright (c) 1995, 1996, 1997, 1998 by Qlogic Corporation
*/
diff --git a/sys/dev/isp/asm_sbus.h b/sys/dev/isp/asm_sbus.h
index d765952b404eb..ab5f85bf30bf4 100644
--- a/sys/dev/isp/asm_sbus.h
+++ b/sys/dev/isp/asm_sbus.h
@@ -1,5 +1,5 @@
-/* $Id: asm_sbus.h,v 1.3 1998/12/28 19:22:25 mjacob Exp $ */
-/* release_01_29_99 */
+/* $Id: asm_sbus.h,v 1.4 1999/01/30 07:22:29 mjacob Exp $ */
+/* release_02_05_99 */
/*
* SBus Qlogic Host Adapter Firmware Tables
* Copyright (c) 1996, 1997, 1998 by Qlogic Corporation
@@ -1138,7 +1138,7 @@ static const u_int16_t ISP_RISC_CODE[] = {
};
#define ISP_CODE_LENGTH 0x231f
#endif
-#if 0
+#if 1
/*
* Version 1.31.00 ISP1000 Initiator RISC firmware
* the *right* one..
@@ -2304,7 +2304,11 @@ static const u_int16_t ISP_RISC_CODE[] = {
};
#define ISP_CODE_LENGTH 0x2419
#endif
-#if 1
+/*
+ * This has Initiator/Target mode support, but has also been shown
+ * to be a bit flakey in initiator mode.
+ */
+#if 0
/************************************************************************
* *
* --- ISP1000 Initiator/Target Firmware --- *
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h
index 581d6b3e953df..6795448a21db3 100644
--- a/sys/dev/isp/isp_freebsd.h
+++ b/sys/dev/isp/isp_freebsd.h
@@ -1,5 +1,5 @@
-/* $Id: isp_freebsd.h,v 1.9 1999/01/10 11:15:23 mjacob Exp $ */
-/* release_01_29_99 */
+/* $Id: isp_freebsd.h,v 1.10 1999/01/30 07:29:00 mjacob Exp $ */
+/* release_02_05_99 */
/*
* Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions (non CAM version)
*---------------------------------------
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h
index 48ab84543efb0..0e879bc396da7 100644
--- a/sys/dev/isp/ispmbox.h
+++ b/sys/dev/isp/ispmbox.h
@@ -1,5 +1,5 @@
-/* $Id: ispmbox.h,v 1.4 1998/12/28 19:22:26 mjacob Exp $ */
-/* release_01_29_99 */
+/* $Id: ispmbox.h,v 1.5 1999/01/30 07:29:00 mjacob Exp $ */
+/* release_02_05_99 */
/*
* Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters.
*