Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Jayamohan Kallickal and committed by
James Bottomley
2f635883 a49e06d5

+5 -5
+1 -1
drivers/scsi/be2iscsi/be_cmds.h
··· 23 23 * firmware in the BE. These requests are communicated to the processor 24 24 * using Work Request Blocks (WRBs) submitted to the MCC-WRB ring or via one 25 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 */ 28 28 struct be_sge { 29 29 u32 pa_lo;
+2 -2
drivers/scsi/be2iscsi/be_main.c
··· 48 48 49 49 MODULE_DEVICE_TABLE(pci, beiscsi_pci_id_table); 50 50 MODULE_DESCRIPTION(DRV_DESC " " BUILD_STR); 51 - MODULE_AUTHOR("ServerEngines Corporation"); 51 + MODULE_AUTHOR("Emulex Corporation"); 52 52 MODULE_LICENSE("GPL"); 53 53 module_param(be_iopoll_budget, int, 0); 54 54 module_param(enable_msix, int, 0); ··· 391 391 392 392 static struct scsi_host_template beiscsi_sht = { 393 393 .module = THIS_MODULE, 394 - .name = "ServerEngines 10Gbe open-iscsi Initiator Driver", 394 + .name = "Emulex 10Gbe open-iscsi Initiator Driver", 395 395 .proc_name = DRV_NAME, 396 396 .queuecommand = iscsi_queuecommand, 397 397 .change_queue_depth = iscsi_change_queue_depth,
+2 -2
drivers/scsi/be2iscsi/be_main.h
··· 35 35 #include "be.h" 36 36 #define DRV_NAME "be2iscsi" 37 37 #define BUILD_STR "4.1.239.0" 38 - #define BE_NAME "ServerEngines BladeEngine2" \ 39 - "Linux iSCSI Driver version" BUILD_STR 38 + #define BE_NAME "Emulex OneConnect" \ 39 + "Open-iSCSI Driver version" BUILD_STR 40 40 #define DRV_DESC BE_NAME " " "Driver" 41 41 42 42 #define BE_VENDOR_ID 0x19A2