summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r--sys/dev/microcode/isp/asm_sbus.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/sys/dev/microcode/isp/asm_sbus.h b/sys/dev/microcode/isp/asm_sbus.h
index e198449114d..eb65336ec02 100644
--- a/sys/dev/microcode/isp/asm_sbus.h
+++ b/sys/dev/microcode/isp/asm_sbus.h
@@ -1,5 +1,5 @@
-/* $NetBSD: asm_sbus.h,v 1.9 1999/01/30 07:18:59 mjacob Exp $ */
-/* release_01_29_99 */
+/* $NetBSD: asm_sbus.h,v 1.10 1999/01/31 04:56:20 mjacob Exp $ */
+/* release_01_29_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 --- *