Deleted Added
full compact
1,2c1,2
< /* $Id: ispvar.h,v 1.9 1999/01/30 07:29:00 mjacob Exp $ */
< /* release_02_05_99 */
---
> /* $Id: ispvar.h,v 1.10 1999/02/09 01:11:35 mjacob Exp $ */
> /* release_03_16_99 */
40c40
< #ifdef __NetBSD__
---
> #if defined(__NetBSD__) || defined(__OpenBSD__)
79a80,82
> #ifdef ISP2100_FABRIC
> #define MAX_FC_TARG 256
> #else
80a84
> #endif
86c90
< #define RESULT_QUEUE_LEN (MAXISPREQUEST/4)
---
> #define RESULT_QUEUE_LEN (MAXISPREQUEST/2)
166a171,175
> * Port Data Base
> */
> isp_pdb_t isp_pdb[MAX_FC_TARG];
>
> /*
240c249,250
< : 2,
---
> : 1,
> isp_used : 1,
259c269
< isp_update : 1, /* update paramters */
---
> isp_update : 1, /* update parameters */
343a354
> #define ISP_HA_SCSI_1080 0xe
346a358,361
> #define IS_SCSI(isp) (isp->isp_type & ISP_HA_SCSI)
> #define IS_1080(isp) (isp->isp_type == ISP_HA_SCSI_1080)
> #define IS_FC(isp) (isp->isp_type & ISP_HA_FC)
>
426a442
> ISPCTL_FCLINK_TEST
441a458
> ISPASYNC_BUS_RESET, /* Bus Reset */
443c460,462
< ISPASYNC_LOOP_UP /* Obvious FC only */
---
> ISPASYNC_LOOP_UP, /* "" */
> ISPASYNC_PDB_CHANGE_COMPLETE, /* "" */
> ISPASYNC_CHANGE_NOTIFY /* "" */