Deleted Added
full compact
ispvar.h (42131) ispvar.h (42461)
1/* $Id: $ */
2/* release_12_28_98_A */
1/* $Id: ispvar.h,v 1.7 1998/12/28 19:22:27 mjacob Exp $ */
2/* release_12_28_98_A+ */
3/*
4 * Soft Definitions for for Qlogic ISP SCSI adapters.
5 *
6 *---------------------------------------
7 * Copyright (c) 1997, 1998 by Matthew Jacob
8 * NASA/Ames Research Center
9 * All rights reserved.
10 *---------------------------------------

--- 83 unchanged lines hidden (view full) ---

94 * SCSI (as opposed to FC-PH) Specific Host Adapter Parameters
95 */
96
97typedef struct {
98 u_int isp_req_ack_active_neg : 1,
99 isp_data_line_active_neg: 1,
100 isp_cmd_dma_burst_enable: 1,
101 isp_data_dma_burst_enabl: 1,
3/*
4 * Soft Definitions for for Qlogic ISP SCSI adapters.
5 *
6 *---------------------------------------
7 * Copyright (c) 1997, 1998 by Matthew Jacob
8 * NASA/Ames Research Center
9 * All rights reserved.
10 *---------------------------------------

--- 83 unchanged lines hidden (view full) ---

94 * SCSI (as opposed to FC-PH) Specific Host Adapter Parameters
95 */
96
97typedef struct {
98 u_int isp_req_ack_active_neg : 1,
99 isp_data_line_active_neg: 1,
100 isp_cmd_dma_burst_enable: 1,
101 isp_data_dma_burst_enabl: 1,
102 isp_fifo_threshold : 2,
102 isp_fifo_threshold : 3,
103 isp_diffmode : 1,
104 isp_fast_mttr : 1,
105 isp_initiator_id : 4,
106 isp_async_data_setup : 4;
107 u_int16_t isp_selection_timeout;
108 u_int16_t isp_max_queue_depth;
109 u_int16_t isp_clock;
110 u_int8_t isp_tag_aging;

--- 320 unchanged lines hidden ---
103 isp_diffmode : 1,
104 isp_fast_mttr : 1,
105 isp_initiator_id : 4,
106 isp_async_data_setup : 4;
107 u_int16_t isp_selection_timeout;
108 u_int16_t isp_max_queue_depth;
109 u_int16_t isp_clock;
110 u_int8_t isp_tag_aging;

--- 320 unchanged lines hidden ---