Commit a5d98e0c authored by Aristeu Sergio Rozanski Filho's avatar Aristeu Sergio Rozanski Filho Committed by James Bottomley

[PATCH] qlogicfas: support multiple cards

parent 60da61f9
This diff is collapsed.
/* to be used by qlogicfas and qlogic_cs */
#ifndef __QLOGICFAS_H
#define __QLOGICFAS_H
struct qlogicfas_priv {
int qbase; /* Port */
int qinitid; /* initiator ID */
int qabort; /* Flag to cause an abort */
int qlirq; /* IRQ being used */
char qinfo[80]; /* description */
Scsi_Cmnd *qlcmd; /* current command being processed */
};
typedef struct qlogicfas_priv *qlogicfas_priv_t;
#endif /* __QLOGICFAS_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment