]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
be2iscsi: Update in Copyright information
authorroot <root@localhost.localdomain>
Wed, 2 May 2012 14:19:51 +0000 (19:49 +0530)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Fri, 11 May 2012 00:08:52 +0000 (17:08 -0700)
 change 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: root <root@localhost.(none)>
drivers/scsi/be2iscsi/be_cmds.h
drivers/scsi/be2iscsi/be_main.c
drivers/scsi/be2iscsi/be_main.h

index 8b40a5b4366c21cd2afd271e541f90bc81dea218..c85d73cfc79c1370e3d29d429e707f79b95f4b8b 100644 (file)
@@ -23,7 +23,7 @@
  * 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
  * 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 {
        u32 pa_lo;
index bbd24ede74045f265a3e29839030b4f0f3964bcc..ffcfb04f10b21637b6a1911d64f0e25acbf89d98 100644 (file)
@@ -47,7 +47,7 @@ static unsigned int num_hba = 0;
 
 MODULE_DEVICE_TABLE(pci, beiscsi_pci_id_table);
 MODULE_DESCRIPTION(DRV_DESC " " BUILD_STR);
-MODULE_AUTHOR("ServerEngines Corporation");
+MODULE_AUTHOR("Emulex Corporation");
 MODULE_LICENSE("GPL");
 module_param(be_iopoll_budget, int, 0);
 module_param(enable_msix, int, 0);
@@ -390,7 +390,7 @@ MODULE_DEVICE_TABLE(pci, beiscsi_pci_id_table);
 
 static struct scsi_host_template beiscsi_sht = {
        .module = THIS_MODULE,
-       .name = "ServerEngines 10Gbe open-iscsi Initiator Driver",
+       .name = "Emulex 10Gbe open-iscsi Initiator Driver",
        .proc_name = DRV_NAME,
        .queuecommand = iscsi_queuecommand,
        .change_queue_depth = iscsi_change_queue_depth,
index c9fbfeb91835a48c881c08b4b3c59aebd4ab1332..938addef8f2c42022fbffbb8125a3e4d942155d5 100644 (file)
@@ -35,8 +35,8 @@
 #include "be.h"
 #define DRV_NAME               "be2iscsi"
 #define BUILD_STR              "4.1.239.0"
-#define BE_NAME                        "ServerEngines BladeEngine2" \
-                               "Linux iSCSI Driver version" BUILD_STR
+#define BE_NAME                        "Emulex OneConnect" \
+                               "Open-iSCSI Driver version" BUILD_STR
 #define DRV_DESC               BE_NAME " " "Driver"
 
 #define BE_VENDOR_ID           0x19A2