diff options
author | John Soni Jose <sony.john-n@emulex.com> | 2012-10-20 01:13:20 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-11-27 05:59:37 +0100 |
commit | 139a1b1e777144aa745f10741e2fe09b93e63c38 (patch) | |
tree | 8e5a550eb75768ac54d8d9dfba930f6f42f466e8 /drivers/scsi/be2iscsi/be.h | |
parent | [SCSI] be2iscsi: Fix return value and typo. (diff) | |
download | linux-139a1b1e777144aa745f10741e2fe09b93e63c38.tar.xz linux-139a1b1e777144aa745f10741e2fe09b93e63c38.zip |
[SCSI] be2iscsi: Fix driver support for Skyhawk-R adapter.
Fix support for Skyhawk-R adapter by populating the pci_id_table
Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/be2iscsi/be.h')
-rw-r--r-- | drivers/scsi/be2iscsi/be.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/be2iscsi/be.h b/drivers/scsi/be2iscsi/be.h index 3c1f8e9a15e7..36777ef57ad5 100644 --- a/drivers/scsi/be2iscsi/be.h +++ b/drivers/scsi/be2iscsi/be.h @@ -28,7 +28,7 @@ /* BladeEngine Generation numbers */ #define BE_GEN2 2 #define BE_GEN3 3 - +#define BE_GEN4 4 struct be_dma_mem { void *va; dma_addr_t dma; |