|
@@ -1,5 +1,5 @@
|
|
|
/**
|
|
/**
|
|
|
- * Copyright (C) 2005 - 2014 Emulex
|
|
|
|
|
|
|
+ * Copyright (C) 2005 - 2015 Avago Technologies
|
|
|
* All rights reserved.
|
|
* All rights reserved.
|
|
|
*
|
|
*
|
|
|
* This program is free software; you can redistribute it and/or
|
|
* This program is free software; you can redistribute it and/or
|
|
@@ -7,12 +7,12 @@
|
|
|
* as published by the Free Software Foundation. The full GNU General
|
|
* as published by the Free Software Foundation. The full GNU General
|
|
|
* Public License is included in this distribution in the file called COPYING.
|
|
* Public License is included in this distribution in the file called COPYING.
|
|
|
*
|
|
*
|
|
|
- * Written by: Jayamohan Kallickal (jayamohan.kallickal@emulex.com)
|
|
|
|
|
|
|
+ * Written by: Jayamohan Kallickal (jayamohan.kallickal@avagotech.com)
|
|
|
*
|
|
*
|
|
|
* Contact Information:
|
|
* Contact Information:
|
|
|
- * linux-drivers@emulex.com
|
|
|
|
|
|
|
+ * linux-drivers@avagotech.com
|
|
|
*
|
|
*
|
|
|
- * Emulex
|
|
|
|
|
|
|
+ * Avago Technologies
|
|
|
* 3333 Susan Street
|
|
* 3333 Susan Street
|
|
|
* Costa Mesa, CA 92626
|
|
* Costa Mesa, CA 92626
|
|
|
*/
|
|
*/
|
|
@@ -50,7 +50,7 @@ static unsigned int enable_msix = 1;
|
|
|
|
|
|
|
|
MODULE_DESCRIPTION(DRV_DESC " " BUILD_STR);
|
|
MODULE_DESCRIPTION(DRV_DESC " " BUILD_STR);
|
|
|
MODULE_VERSION(BUILD_STR);
|
|
MODULE_VERSION(BUILD_STR);
|
|
|
-MODULE_AUTHOR("Emulex Corporation");
|
|
|
|
|
|
|
+MODULE_AUTHOR("Avago Technologies");
|
|
|
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);
|
|
@@ -552,7 +552,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 = "Emulex 10Gbe open-iscsi Initiator Driver",
|
|
|
|
|
|
|
+ .name = "Avago Technologies 10Gbe open-iscsi Initiator Driver",
|
|
|
.proc_name = DRV_NAME,
|
|
.proc_name = DRV_NAME,
|
|
|
.queuecommand = iscsi_queuecommand,
|
|
.queuecommand = iscsi_queuecommand,
|
|
|
.change_queue_depth = scsi_change_queue_depth,
|
|
.change_queue_depth = scsi_change_queue_depth,
|