diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2005-07-06 13:31:47 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-07-14 11:02:23 -0400 |
commit | fca297037127e524e8f61b3fc1c7a1886e5d757b (patch) | |
tree | 90ee788ff7839cb3b6db67698ff5e065391636bf /drivers/scsi/qla2xxx/qla_def.h | |
parent | 0107109ed69c9e04b6fa35ac41d870c74dcce3fc (diff) |
[SCSI] qla2xxx: Add OS initialization codes for ISP24xx recognition.
Add OS initialization codes for ISP24xx recognition.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 0f122845bfcf..7c1618019c42 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -1989,7 +1989,8 @@ struct qla_board_info { | |||
1989 | 1989 | ||
1990 | char isp_name[8]; | 1990 | char isp_name[8]; |
1991 | struct qla_fw_info *fw_info; | 1991 | struct qla_fw_info *fw_info; |
1992 | char *fw_fname;; | 1992 | char *fw_fname; |
1993 | struct scsi_host_template *sht; | ||
1993 | }; | 1994 | }; |
1994 | 1995 | ||
1995 | /* Return data from MBC_GET_ID_LIST call. */ | 1996 | /* Return data from MBC_GET_ID_LIST call. */ |