diff options
| author | mjacob <mjacob@NetBSD.org> | 1999-01-31 04:56:20 +0000 |
|---|---|---|
| committer | mjacob <mjacob@NetBSD.org> | 1999-01-31 04:56:20 +0000 |
| commit | ee72ee212e4c50c87b7b77a6c377de1ec8cb463c (patch) | |
| tree | 89bb7986fee6094cda2adcf5ae73c5b995eea652 /sys/dev/microcode/isp | |
| parent | 507f1167542926f04d5eb5936bc3cc7ab695b6cb (diff) | |
darn- 7.55 seems to be a little unstable- go back to 1.31
Diffstat (limited to 'sys/dev/microcode/isp')
| -rw-r--r-- | sys/dev/microcode/isp/asm_sbus.h | 12 |
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 --- * |
