diff options
author | Jayamohan Kallickal <jayamohank@serverengines.com> | 2010-01-04 18:42:43 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-01-18 11:48:25 -0500 |
commit | 9db0fb3aa4cc4e42241e194ef64931321fa72196 (patch) | |
tree | 79f819910b90e66b1e823107fc6669474e1793c7 /drivers/scsi/be2iscsi/be_main.c | |
parent | aa874f0738ecac7e5ac13b4d808a1026dcb5367d (diff) |
[SCSI] be2iscsi: Enable TEXT req resp
This patch enables TEXT Request / Response for the driver
Signed-off-by: Jayamohan Kallickal <jayamohank@serverengines.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/be2iscsi/be_main.c')
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c index b1c897528300..9fc4446b21e0 100644 --- a/drivers/scsi/be2iscsi/be_main.c +++ b/drivers/scsi/be2iscsi/be_main.c | |||
@@ -3917,7 +3917,7 @@ disable_pci: | |||
3917 | struct iscsi_transport beiscsi_iscsi_transport = { | 3917 | struct iscsi_transport beiscsi_iscsi_transport = { |
3918 | .owner = THIS_MODULE, | 3918 | .owner = THIS_MODULE, |
3919 | .name = DRV_NAME, | 3919 | .name = DRV_NAME, |
3920 | .caps = CAP_RECOVERY_L0 | CAP_HDRDGST | | 3920 | .caps = CAP_RECOVERY_L0 | CAP_HDRDGST | CAP_TEXT_NEGO | |
3921 | CAP_MULTI_R2T | CAP_DATADGST | CAP_DATA_PATH_OFFLOAD, | 3921 | CAP_MULTI_R2T | CAP_DATADGST | CAP_DATA_PATH_OFFLOAD, |
3922 | .param_mask = ISCSI_MAX_RECV_DLENGTH | | 3922 | .param_mask = ISCSI_MAX_RECV_DLENGTH | |
3923 | ISCSI_MAX_XMIT_DLENGTH | | 3923 | ISCSI_MAX_XMIT_DLENGTH | |