|
@@ -48,7 +48,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);
|
|
@@ -391,7 +391,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,
|