aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi
diff options
context:
space:
mode:
authorJayamohan Kallickal <jayamohan.kallickal@emulex.com>2012-04-04 00:41:45 -0400
committerJames Bottomley <JBottomley@Parallels.com>2012-04-25 04:23:08 -0400
commit2f63588386c5ccc39a2b59c3cb336440ac4dfcaa (patch)
treea9da04d7341d14c21e230864d3839b22290990cc /drivers/scsi/be2iscsi
parenta49e06d58d91f170594af3f05454f43dbccae249 (diff)
[SCSI] be2iscsi: Update external Branding to Emulex
Change MODULE_AUTHOR, driver name and other external print strings from Serverengines to Emulex. Signed-off-by: Minh Tran <MinhDuc.Tran@Emulex.Com> Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com> Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/be2iscsi')
-rw-r--r--drivers/scsi/be2iscsi/be_cmds.h2
-rw-r--r--drivers/scsi/be2iscsi/be_main.c4
-rw-r--r--drivers/scsi/be2iscsi/be_main.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/drivers/scsi/be2iscsi/be_cmds.h b/drivers/scsi/be2iscsi/be_cmds.h
index 8b40a5b4366c..c85d73cfc79c 100644
--- a/drivers/scsi/be2iscsi/be_cmds.h
+++ b/drivers/scsi/be2iscsi/be_cmds.h
@@ -23,7 +23,7 @@
23 * firmware in the BE. These requests are communicated to the processor 23 * firmware in the BE. These requests are communicated to the processor
24 * using Work Request Blocks (WRBs) submitted to the MCC-WRB ring or via one 24 * using Work Request Blocks (WRBs) submitted to the MCC-WRB ring or via one
25 * WRB inside a MAILBOX. 25 * WRB inside a MAILBOX.
26 * The commands are serviced by the ARM processor in the BladeEngine's MPU. 26 * The commands are serviced by the ARM processor in the OneConnect's MPU.
27 */ 27 */
28struct be_sge { 28struct be_sge {
29 u32 pa_lo; 29 u32 pa_lo;
diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c
index 3f3a4a1652e6..286fb4ce4b7e 100644
--- a/drivers/scsi/be2iscsi/be_main.c
+++ b/drivers/scsi/be2iscsi/be_main.c
@@ -48,7 +48,7 @@ static unsigned int num_hba = 0;
48 48
49MODULE_DEVICE_TABLE(pci, beiscsi_pci_id_table); 49MODULE_DEVICE_TABLE(pci, beiscsi_pci_id_table);
50MODULE_DESCRIPTION(DRV_DESC " " BUILD_STR); 50MODULE_DESCRIPTION(DRV_DESC " " BUILD_STR);
51MODULE_AUTHOR("ServerEngines Corporation"); 51MODULE_AUTHOR("Emulex Corporation");
52MODULE_LICENSE("GPL"); 52MODULE_LICENSE("GPL");
53module_param(be_iopoll_budget, int, 0); 53module_param(be_iopoll_budget, int, 0);
54module_param(enable_msix, int, 0); 54module_param(enable_msix, int, 0);
@@ -391,7 +391,7 @@ MODULE_DEVICE_TABLE(pci, beiscsi_pci_id_table);
391 391
392static struct scsi_host_template beiscsi_sht = { 392static struct scsi_host_template beiscsi_sht = {
393 .module = THIS_MODULE, 393 .module = THIS_MODULE,
394 .name = "ServerEngines 10Gbe open-iscsi Initiator Driver", 394 .name = "Emulex 10Gbe open-iscsi Initiator Driver",
395 .proc_name = DRV_NAME, 395 .proc_name = DRV_NAME,
396 .queuecommand = iscsi_queuecommand, 396 .queuecommand = iscsi_queuecommand,
397 .change_queue_depth = iscsi_change_queue_depth, 397 .change_queue_depth = iscsi_change_queue_depth,
diff --git a/drivers/scsi/be2iscsi/be_main.h b/drivers/scsi/be2iscsi/be_main.h
index 50f231f3dd08..49289ef2c1ae 100644
--- a/drivers/scsi/be2iscsi/be_main.h
+++ b/drivers/scsi/be2iscsi/be_main.h
@@ -35,8 +35,8 @@
35#include "be.h" 35#include "be.h"
36#define DRV_NAME "be2iscsi" 36#define DRV_NAME "be2iscsi"
37#define BUILD_STR "4.1.239.0" 37#define BUILD_STR "4.1.239.0"
38#define BE_NAME "ServerEngines BladeEngine2" \ 38#define BE_NAME "Emulex OneConnect" \
39 "Linux iSCSI Driver version" BUILD_STR 39 "Open-iSCSI Driver version" BUILD_STR
40#define DRV_DESC BE_NAME " " "Driver" 40#define DRV_DESC BE_NAME " " "Driver"
41 41
42#define BE_VENDOR_ID 0x19A2 42#define BE_VENDOR_ID 0x19A2