Commit c4f39bda authored by Ketan Mukadam's avatar Ketan Mukadam Committed by James Bottomley

be2iscsi: Revert ownership to Emulex

We would like to get the following updates in:
    Revert ownership to "Emulex" from "Avago Technologies"
Signed-off-by: default avatarKetan Mukadam <ketan.mukadam@avagotech.com>
Reviewed-by: default avatarMike Christie <michaelc@cs.wisc.edu>
Signed-off-by: default avatarJames Bottomley <JBottomley@Odin.com>
parent 9d27e216
config BE2ISCSI config BE2ISCSI
tristate "ServerEngines' 10Gbps iSCSI - BladeEngine 2" tristate "Emulex 10Gbps iSCSI - BladeEngine 2"
depends on PCI && SCSI && NET depends on PCI && SCSI && NET
select SCSI_ISCSI_ATTRS select SCSI_ISCSI_ATTRS
select ISCSI_BOOT_SYSFS select ISCSI_BOOT_SYSFS
help help
This driver implements the iSCSI functionality for ServerEngines' This driver implements the iSCSI functionality for Emulex
10Gbps Storage adapter - BladeEngine 2. 10Gbps Storage adapter - BladeEngine 2.
# #
# Makefile to build the iSCSI driver for ServerEngine's BladeEngine. # Makefile to build the iSCSI driver for Emulex OneConnect.
# #
# #
......
/** /**
* Copyright (C) 2005 - 2015 Avago Technologies * Copyright (C) 2005 - 2015 Emulex
* 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
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* Contact Information: * Contact Information:
* linux-drivers@avagotech.com * linux-drivers@avagotech.com
* *
* Avago Technologies * Emulex
* 3333 Susan Street * 3333 Susan Street
* Costa Mesa, CA 92626 * Costa Mesa, CA 92626
*/ */
......
/** /**
* Copyright (C) 2005 - 2015 Avago Technologies * Copyright (C) 2005 - 2015 Emulex
* 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
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* Contact Information: * Contact Information:
* linux-drivers@avagotech.com * linux-drivers@avagotech.com
* *
* Avago Technologies * Emulex
* 3333 Susan Street * 3333 Susan Street
* Costa Mesa, CA 92626 * Costa Mesa, CA 92626
*/ */
......
/** /**
* Copyright (C) 2005 - 2015 Avago Technologies * Copyright (C) 2005 - 2015 Emulex
* 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
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* Contact Information: * Contact Information:
* linux-drivers@avagotech.com * linux-drivers@avagotech.com
* *
* Avago Technologies * Emulex
* 3333 Susan Street * 3333 Susan Street
* Costa Mesa, CA 92626 * Costa Mesa, CA 92626
*/ */
......
/** /**
* Copyright (C) 2005 - 2015 Avago Technologies * Copyright (C) 2005 - 2015 Emulex
* 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
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* Contact Information: * Contact Information:
* linux-drivers@avagotech.com * linux-drivers@avagotech.com
* *
* Avago Technologies * Emulex
* 3333 Susan Street * 3333 Susan Street
* Costa Mesa, CA 92626 * Costa Mesa, CA 92626
*/ */
......
/** /**
* Copyright (C) 2005 - 2015 Avago Technologies * Copyright (C) 2005 - 2015 Emulex
* 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
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* Contact Information: * Contact Information:
* linux-drivers@avagotech.com * linux-drivers@avagotech.com
* *
* Avago Technologies * Emulex
* 3333 Susan Street * 3333 Susan Street
* Costa Mesa, CA 92626 * Costa Mesa, CA 92626
*/ */
...@@ -50,7 +50,7 @@ static unsigned int enable_msix = 1; ...@@ -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("Avago Technologies"); 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);
...@@ -552,7 +552,7 @@ MODULE_DEVICE_TABLE(pci, beiscsi_pci_id_table); ...@@ -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 = "Avago Technologies 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 = scsi_change_queue_depth, .change_queue_depth = scsi_change_queue_depth,
......
/** /**
* Copyright (C) 2005 - 2015 Avago Technologies * Copyright (C) 2005 - 2015 Emulex
* 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
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* Contact Information: * Contact Information:
* linux-drivers@avagotech.com * linux-drivers@avagotech.com
* *
* Avago Technologies * Emulex
* 3333 Susan Street * 3333 Susan Street
* Costa Mesa, CA 92626 * Costa Mesa, CA 92626
*/ */
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#define DRV_NAME "be2iscsi" #define DRV_NAME "be2iscsi"
#define BUILD_STR "10.6.0.0" #define BUILD_STR "10.6.0.0"
#define BE_NAME "Avago Technologies OneConnect" \ #define BE_NAME "Emulex OneConnect" \
"Open-iSCSI Driver version" BUILD_STR "Open-iSCSI Driver version" BUILD_STR
#define DRV_DESC BE_NAME " " "Driver" #define DRV_DESC BE_NAME " " "Driver"
......
/** /**
* Copyright (C) 2005 - 2015 Avago Technologies * Copyright (C) 2005 - 2015 Emulex
* 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
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* Contact Information: * Contact Information:
* linux-drivers@avagotech.com * linux-drivers@avagotech.com
* *
* Avago Technologies * Emulex
* 3333 Susan Street * 3333 Susan Street
* Costa Mesa, CA 92626 * Costa Mesa, CA 92626
*/ */
......
/** /**
* Copyright (C) 2005 - 2015 Avago Technologies * Copyright (C) 2005 - 2015 Emulex
* 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
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* Contact Information: * Contact Information:
* linux-drivers@avagotech.com * linux-drivers@avagotech.com
* *
* Avago Technologies * Emulex
* 3333 Susan Street * 3333 Susan Street
* Costa Mesa, CA 92626 * Costa Mesa, CA 92626
*/ */
......
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