From f98c96b0b6572b5491e954148509b20f08f31491 Mon Sep 17 00:00:00 2001 From: Jayamohan Kallickal Date: Thu, 11 Feb 2010 05:11:15 +0530 Subject: [SCSI] be2iscsi: Adding support for BE3 This patch contains changes to support the BE3 chip Signed-off-by: Jayamohan Kallickal Signed-off-by: James Bottomley --- drivers/scsi/be2iscsi/be.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers/scsi/be2iscsi/be.h') diff --git a/drivers/scsi/be2iscsi/be.h b/drivers/scsi/be2iscsi/be.h index 0063740..136b49c 100644 --- a/drivers/scsi/be2iscsi/be.h +++ b/drivers/scsi/be2iscsi/be.h @@ -25,6 +25,9 @@ #define MCC_Q_LEN 128 #define MCC_CQ_LEN 256 #define MAX_MCC_CMD 16 +/* BladeEngine Generation numbers */ +#define BE_GEN2 2 +#define BE_GEN3 3 struct be_dma_mem { void *va; -- cgit v1.1