Commit 2f635883 authored by Jayamohan Kallickal's avatar Jayamohan Kallickal Committed by James Bottomley

[SCSI] be2iscsi: Update external Branding to Emulex

Change MODULE_AUTHOR, driver name and other external print strings from
Serverengines to Emulex.
Signed-off-by: default avatarMinh Tran <MinhDuc.Tran@Emulex.Com>
Signed-off-by: default avatarJayamohan Kallickal <jayamohan.kallickal@emulex.com>
Signed-off-by: default avatarMike Christie <michaelc@cs.wisc.edu>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent a49e06d5
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* firmware in the BE. These requests are communicated to the processor * firmware in the BE. These requests are communicated to the processor
* using Work Request Blocks (WRBs) submitted to the MCC-WRB ring or via one * using Work Request Blocks (WRBs) submitted to the MCC-WRB ring or via one
* WRB inside a MAILBOX. * WRB inside a MAILBOX.
* The commands are serviced by the ARM processor in the BladeEngine's MPU. * The commands are serviced by the ARM processor in the OneConnect's MPU.
*/ */
struct be_sge { struct be_sge {
u32 pa_lo; u32 pa_lo;
......
...@@ -48,7 +48,7 @@ static unsigned int num_hba = 0; ...@@ -48,7 +48,7 @@ static unsigned int num_hba = 0;
MODULE_DEVICE_TABLE(pci, beiscsi_pci_id_table); MODULE_DEVICE_TABLE(pci, beiscsi_pci_id_table);
MODULE_DESCRIPTION(DRV_DESC " " BUILD_STR); MODULE_DESCRIPTION(DRV_DESC " " BUILD_STR);
MODULE_AUTHOR("ServerEngines Corporation"); MODULE_AUTHOR("Emulex Corporation");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
module_param(be_iopoll_budget, int, 0); module_param(be_iopoll_budget, int, 0);
module_param(enable_msix, int, 0); module_param(enable_msix, int, 0);
...@@ -391,7 +391,7 @@ MODULE_DEVICE_TABLE(pci, beiscsi_pci_id_table); ...@@ -391,7 +391,7 @@ MODULE_DEVICE_TABLE(pci, beiscsi_pci_id_table);
static struct scsi_host_template beiscsi_sht = { static struct scsi_host_template beiscsi_sht = {
.module = THIS_MODULE, .module = THIS_MODULE,
.name = "ServerEngines 10Gbe open-iscsi Initiator Driver", .name = "Emulex 10Gbe open-iscsi Initiator Driver",
.proc_name = DRV_NAME, .proc_name = DRV_NAME,
.queuecommand = iscsi_queuecommand, .queuecommand = iscsi_queuecommand,
.change_queue_depth = iscsi_change_queue_depth, .change_queue_depth = iscsi_change_queue_depth,
......
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
#include "be.h" #include "be.h"
#define DRV_NAME "be2iscsi" #define DRV_NAME "be2iscsi"
#define BUILD_STR "4.1.239.0" #define BUILD_STR "4.1.239.0"
#define BE_NAME "ServerEngines BladeEngine2" \ #define BE_NAME "Emulex OneConnect" \
"Linux iSCSI Driver version" BUILD_STR "Open-iSCSI Driver version" BUILD_STR
#define DRV_DESC BE_NAME " " "Driver" #define DRV_DESC BE_NAME " " "Driver"
#define BE_VENDOR_ID 0x19A2 #define BE_VENDOR_ID 0x19A2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment