summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1999-02-09 01:05:42 +0000
committermjacob <mjacob@FreeBSD.org>1999-02-09 01:05:42 +0000
commit4afa69511846a5d52b5b776f4ccd62ec8d663ae5 (patch)
tree83b3056545ec40870d70f3300e6756512d86153a /sys
parentc76bbd0f747554149f33f8f59a2060752aebe121 (diff)
downloadFreeBSD-src-4afa69511846a5d52b5b776f4ccd62ec8d663ae5.zip
FreeBSD-src-4afa69511846a5d52b5b776f4ccd62ec8d663ae5.tar.gz
roll internal release tag
Diffstat (limited to 'sys')
-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 cacde51..4bd3425 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 d765952..ab5f85b 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 581d6b3..6795448 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 48ab845..0e879bc 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.
*
OpenPOWER on IntegriCloud