diff options
| author | mjacob <mjacob@NetBSD.org> | 2007-05-24 22:12:02 +0000 |
|---|---|---|
| committer | mjacob <mjacob@NetBSD.org> | 2007-05-24 22:12:02 +0000 |
| commit | 8e237f7550c66c5a6babdbf56a0d9b09d2f6d767 (patch) | |
| tree | 602e9b44be23394a0cc80fa79de1acbfde9571b2 /sys/dev/microcode/isp/asm_2200.h | |
| parent | f0b57d5f5407bf01c2c7487a6262516e6babc5d6 (diff) | |
Major update to isp(4) driver to bring it in line with external sources.
The major changes are:
+ 4Gb (24XX) card support
+ Rewritten fabric and loop evaluation code
+ New f/w sets
The 4Gb changes required major rototilling, which caused a rewrite of
fabric and loop eval code. The latter can now be set up to tune for
dynamic device arrival/departure if the framework is set up for it,
or to be firm about waiting for devices.
Testing has been principally on amd64, i386 and sparc64 and seems to
not have broken things for me.
Diffstat (limited to 'sys/dev/microcode/isp/asm_2200.h')
| -rw-r--r-- | sys/dev/microcode/isp/asm_2200.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/microcode/isp/asm_2200.h b/sys/dev/microcode/isp/asm_2200.h index c9bbb78fbf5..5c52c2b2389 100644 --- a/sys/dev/microcode/isp/asm_2200.h +++ b/sys/dev/microcode/isp/asm_2200.h @@ -1,5 +1,4 @@ -/* $NetBSD: asm_2200.h,v 1.7 2005/12/11 12:22:27 christos Exp $ */ -/* @(#)asm_2200.h 1.6 */ +/* $NetBSD: asm_2200.h,v 1.8 2007/05/24 22:12:04 mjacob Exp $ */ /* * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 by Qlogic, Inc. * All rights reserved. @@ -24,7 +23,7 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ + */ /************************************************************************ * * @@ -36,7 +35,7 @@ /* * Firmware Version 2.02.06 (08:39 Jun 26, 2003) */ -static const u_int16_t isp_2200_risc_code[] = { +static const uint16_t isp_2200_risc_code[] = { 0x0470, 0x0000, 0x0000, 0x96cf, 0x0000, 0x0002, 0x0002, 0x0006, 0x0007, 0x2043, 0x4f50, 0x5952, 0x4947, 0x4854, 0x2032, 0x3030, 0x3120, 0x514c, 0x4f47, 0x4943, 0x2043, 0x4f52, 0x504f, 0x5241, |
