add 2200 f/w; fix botched define

This commit is contained in:
mjacob 1999-07-05 20:42:08 +00:00
parent 0cbdaca922
commit 4593eb629f
6 changed files with 3786 additions and 13 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
/* $Id: isp.c,v 1.20 1999/05/12 18:56:55 mjacob Exp $ */
/* release_6_2_99 */
/* $Id: isp.c,v 1.21 1999/07/02 23:06:38 mjacob Exp $ */
/* release_6_5_99 */
/*
* Machine and OS Independent (well, as best as possible)
* code for the Qlogic ISP SCSI adapters.

View File

@ -1,5 +1,5 @@
/* $Id: isp_freebsd.c,v 1.20 1999/07/02 23:12:58 mjacob Exp $ */
/* release_6_2_99 */
/* $Id: isp_freebsd.c,v 1.21 1999/07/03 01:44:05 mjacob Exp $ */
/* release_6_5_99 */
/*
* Platform (FreeBSD) dependent common attachment code for Qlogic adapters.
*

View File

@ -1,5 +1,5 @@
/* $Id: isp_freebsd.h,v 1.15 1999/05/11 05:03:33 mjacob Exp $ */
/* release_6_2_99 */
/* $Id: isp_freebsd.h,v 1.16 1999/07/02 23:10:34 mjacob Exp $ */
/* release_6_5_99 */
/*
* Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions (CAM version)
*---------------------------------------
@ -65,7 +65,7 @@
#define ISP2100_FABRIC 1
#define ISP2100_SCRLEN 0x400
#else
#define ISP2100_SCRLEN 0x1000
#define ISP2100_SCRLEN 0x100
#endif
#ifdef SCSI_ISP_SCCLUN
#define ISP2100_SCCLUN 1

View File

@ -1,5 +1,5 @@
/* $Id: ispmbox.h,v 1.10 1999/05/11 05:00:35 mjacob Exp $ */
/* release_6_2_99 */
/* $Id: ispmbox.h,v 1.11 1999/07/02 22:31:11 mjacob Exp $ */
/* release_6_5_99 */
/*
* Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters.
*

View File

@ -1,5 +1,5 @@
/* $Id: ispvar.h,v 1.15 1999/06/24 16:34:00 mjacob Exp $ */
/* release_6_2_99 */
/* $Id: ispvar.h,v 1.16 1999/07/02 22:46:31 mjacob Exp $ */
/* release_6_5_99 */
/*
* Soft Definitions for for Qlogic ISP SCSI adapters.
*