diff options
Diffstat (limited to 'drivers/scsi/dpti.h')
-rw-r--r-- | drivers/scsi/dpti.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/dpti.h b/drivers/scsi/dpti.h index aeb046186c84..1fa345ab8ecb 100644 --- a/drivers/scsi/dpti.h +++ b/drivers/scsi/dpti.h | |||
@@ -184,7 +184,7 @@ struct adpt_device { | |||
184 | u32 block_size; | 184 | u32 block_size; |
185 | u8 scsi_channel; | 185 | u8 scsi_channel; |
186 | u8 scsi_id; | 186 | u8 scsi_id; |
187 | u8 scsi_lun; | 187 | u64 scsi_lun; |
188 | u8 state; | 188 | u8 state; |
189 | u16 tid; | 189 | u16 tid; |
190 | struct i2o_device* pI2o_dev; | 190 | struct i2o_device* pI2o_dev; |
@@ -231,7 +231,7 @@ typedef struct _adpt_hba { | |||
231 | u32 sg_tablesize; // Scatter/Gather List Size. | 231 | u32 sg_tablesize; // Scatter/Gather List Size. |
232 | u8 top_scsi_channel; | 232 | u8 top_scsi_channel; |
233 | u8 top_scsi_id; | 233 | u8 top_scsi_id; |
234 | u8 top_scsi_lun; | 234 | u64 top_scsi_lun; |
235 | u8 dma64; | 235 | u8 dma64; |
236 | 236 | ||
237 | i2o_status_block* status_block; | 237 | i2o_status_block* status_block; |
@@ -300,7 +300,7 @@ static s32 adpt_send_nop(adpt_hba*pHba,u32 m); | |||
300 | static void adpt_i2o_delete_hba(adpt_hba* pHba); | 300 | static void adpt_i2o_delete_hba(adpt_hba* pHba); |
301 | static void adpt_inquiry(adpt_hba* pHba); | 301 | static void adpt_inquiry(adpt_hba* pHba); |
302 | static void adpt_fail_posted_scbs(adpt_hba* pHba); | 302 | static void adpt_fail_posted_scbs(adpt_hba* pHba); |
303 | static struct adpt_device* adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u32 lun); | 303 | static struct adpt_device* adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u64 lun); |
304 | static int adpt_install_hba(struct scsi_host_template* sht, struct pci_dev* pDev) ; | 304 | static int adpt_install_hba(struct scsi_host_template* sht, struct pci_dev* pDev) ; |
305 | static int adpt_i2o_online_hba(adpt_hba* pHba); | 305 | static int adpt_i2o_online_hba(adpt_hba* pHba); |
306 | static void adpt_i2o_post_wait_complete(u32, int); | 306 | static void adpt_i2o_post_wait_complete(u32, int); |