diff options
author | Ketan Mukadam <ketan.mukadam@avagotech.com> | 2015-07-03 18:42:33 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-10-26 21:34:18 -0400 |
commit | c4f39bdaf40e2651f4fb3e6944e05166f1ab1d38 (patch) | |
tree | 325eeb300dfc521aed043e23272bf239e9441994 | |
parent | 9d27e2163168dc5f42785e19fca2e8de453c5e44 (diff) |
be2iscsi: Revert ownership to Emulex
We would like to get the following updates in:
Revert ownership to "Emulex" from "Avago Technologies"
Signed-off-by: Ketan Mukadam <ketan.mukadam@avagotech.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
-rw-r--r-- | drivers/scsi/be2iscsi/Kconfig | 4 | ||||
-rw-r--r-- | drivers/scsi/be2iscsi/Makefile | 2 | ||||
-rw-r--r-- | drivers/scsi/be2iscsi/be.h | 4 | ||||
-rw-r--r-- | drivers/scsi/be2iscsi/be_cmds.c | 4 | ||||
-rw-r--r-- | drivers/scsi/be2iscsi/be_cmds.h | 4 | ||||
-rw-r--r-- | drivers/scsi/be2iscsi/be_iscsi.c | 4 | ||||
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.c | 8 | ||||
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.h | 6 | ||||
-rw-r--r-- | drivers/scsi/be2iscsi/be_mgmt.c | 4 | ||||
-rw-r--r-- | drivers/scsi/be2iscsi/be_mgmt.h | 4 |
10 files changed, 22 insertions, 22 deletions
diff --git a/drivers/scsi/be2iscsi/Kconfig b/drivers/scsi/be2iscsi/Kconfig index ceaca32e788d..4e7cad272469 100644 --- a/drivers/scsi/be2iscsi/Kconfig +++ b/drivers/scsi/be2iscsi/Kconfig | |||
@@ -1,9 +1,9 @@ | |||
1 | config BE2ISCSI | 1 | config BE2ISCSI |
2 | tristate "ServerEngines' 10Gbps iSCSI - BladeEngine 2" | 2 | tristate "Emulex 10Gbps iSCSI - BladeEngine 2" |
3 | depends on PCI && SCSI && NET | 3 | depends on PCI && SCSI && NET |
4 | select SCSI_ISCSI_ATTRS | 4 | select SCSI_ISCSI_ATTRS |
5 | select ISCSI_BOOT_SYSFS | 5 | select ISCSI_BOOT_SYSFS |
6 | 6 | ||
7 | help | 7 | help |
8 | This driver implements the iSCSI functionality for ServerEngines' | 8 | This driver implements the iSCSI functionality for Emulex |
9 | 10Gbps Storage adapter - BladeEngine 2. | 9 | 10Gbps Storage adapter - BladeEngine 2. |
diff --git a/drivers/scsi/be2iscsi/Makefile b/drivers/scsi/be2iscsi/Makefile index c11f443e3f83..d0488eaafc25 100644 --- a/drivers/scsi/be2iscsi/Makefile +++ b/drivers/scsi/be2iscsi/Makefile | |||
@@ -1,5 +1,5 @@ | |||
1 | # | 1 | # |
2 | # Makefile to build the iSCSI driver for ServerEngine's BladeEngine. | 2 | # Makefile to build the iSCSI driver for Emulex OneConnect. |
3 | # | 3 | # |
4 | # | 4 | # |
5 | 5 | ||
diff --git a/drivers/scsi/be2iscsi/be.h b/drivers/scsi/be2iscsi/be.h index 32070099c333..77f992e74726 100644 --- a/drivers/scsi/be2iscsi/be.h +++ b/drivers/scsi/be2iscsi/be.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * Copyright (C) 2005 - 2015 Avago Technologies | 2 | * Copyright (C) 2005 - 2015 Emulex |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
@@ -10,7 +10,7 @@ | |||
10 | * Contact Information: | 10 | * Contact Information: |
11 | * linux-drivers@avagotech.com | 11 | * linux-drivers@avagotech.com |
12 | * | 12 | * |
13 | * Avago Technologies | 13 | * Emulex |
14 | * 3333 Susan Street | 14 | * 3333 Susan Street |
15 | * Costa Mesa, CA 92626 | 15 | * Costa Mesa, CA 92626 |
16 | */ | 16 | */ |
diff --git a/drivers/scsi/be2iscsi/be_cmds.c b/drivers/scsi/be2iscsi/be_cmds.c index 185391a64d4b..2778089b01a5 100644 --- a/drivers/scsi/be2iscsi/be_cmds.c +++ b/drivers/scsi/be2iscsi/be_cmds.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * Copyright (C) 2005 - 2015 Avago Technologies | 2 | * Copyright (C) 2005 - 2015 Emulex |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
@@ -10,7 +10,7 @@ | |||
10 | * Contact Information: | 10 | * Contact Information: |
11 | * linux-drivers@avagotech.com | 11 | * linux-drivers@avagotech.com |
12 | * | 12 | * |
13 | * Avago Technologies | 13 | * Emulex |
14 | * 3333 Susan Street | 14 | * 3333 Susan Street |
15 | * Costa Mesa, CA 92626 | 15 | * Costa Mesa, CA 92626 |
16 | */ | 16 | */ |
diff --git a/drivers/scsi/be2iscsi/be_cmds.h b/drivers/scsi/be2iscsi/be_cmds.h index cdfbc5c19cf4..4bfca355fbe4 100644 --- a/drivers/scsi/be2iscsi/be_cmds.h +++ b/drivers/scsi/be2iscsi/be_cmds.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * Copyright (C) 2005 - 2015 Avago Technologies | 2 | * Copyright (C) 2005 - 2015 Emulex |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
@@ -10,7 +10,7 @@ | |||
10 | * Contact Information: | 10 | * Contact Information: |
11 | * linux-drivers@avagotech.com | 11 | * linux-drivers@avagotech.com |
12 | * | 12 | * |
13 | * Avago Technologies | 13 | * Emulex |
14 | * 3333 Susan Street | 14 | * 3333 Susan Street |
15 | * Costa Mesa, CA 92626 | 15 | * Costa Mesa, CA 92626 |
16 | */ | 16 | */ |
diff --git a/drivers/scsi/be2iscsi/be_iscsi.c b/drivers/scsi/be2iscsi/be_iscsi.c index 2f0700796842..b7087ba69d8d 100644 --- a/drivers/scsi/be2iscsi/be_iscsi.c +++ b/drivers/scsi/be2iscsi/be_iscsi.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * Copyright (C) 2005 - 2015 Avago Technologies | 2 | * Copyright (C) 2005 - 2015 Emulex |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
@@ -12,7 +12,7 @@ | |||
12 | * Contact Information: | 12 | * Contact Information: |
13 | * linux-drivers@avagotech.com | 13 | * linux-drivers@avagotech.com |
14 | * | 14 | * |
15 | * Avago Technologies | 15 | * Emulex |
16 | * 3333 Susan Street | 16 | * 3333 Susan Street |
17 | * Costa Mesa, CA 92626 | 17 | * Costa Mesa, CA 92626 |
18 | */ | 18 | */ |
diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c index 7a6dbfbccec9..2e6abe7b7324 100644 --- a/drivers/scsi/be2iscsi/be_main.c +++ b/drivers/scsi/be2iscsi/be_main.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * Copyright (C) 2005 - 2015 Avago Technologies | 2 | * Copyright (C) 2005 - 2015 Emulex |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
@@ -12,7 +12,7 @@ | |||
12 | * Contact Information: | 12 | * Contact Information: |
13 | * linux-drivers@avagotech.com | 13 | * linux-drivers@avagotech.com |
14 | * | 14 | * |
15 | * Avago Technologies | 15 | * Emulex |
16 | * 3333 Susan Street | 16 | * 3333 Susan Street |
17 | * Costa Mesa, CA 92626 | 17 | * Costa Mesa, CA 92626 |
18 | */ | 18 | */ |
@@ -50,7 +50,7 @@ static unsigned int enable_msix = 1; | |||
50 | 50 | ||
51 | MODULE_DESCRIPTION(DRV_DESC " " BUILD_STR); | 51 | MODULE_DESCRIPTION(DRV_DESC " " BUILD_STR); |
52 | MODULE_VERSION(BUILD_STR); | 52 | MODULE_VERSION(BUILD_STR); |
53 | MODULE_AUTHOR("Avago Technologies"); | 53 | MODULE_AUTHOR("Emulex Corporation"); |
54 | MODULE_LICENSE("GPL"); | 54 | MODULE_LICENSE("GPL"); |
55 | module_param(be_iopoll_budget, int, 0); | 55 | module_param(be_iopoll_budget, int, 0); |
56 | module_param(enable_msix, int, 0); | 56 | module_param(enable_msix, int, 0); |
@@ -552,7 +552,7 @@ MODULE_DEVICE_TABLE(pci, beiscsi_pci_id_table); | |||
552 | 552 | ||
553 | static struct scsi_host_template beiscsi_sht = { | 553 | static struct scsi_host_template beiscsi_sht = { |
554 | .module = THIS_MODULE, | 554 | .module = THIS_MODULE, |
555 | .name = "Avago Technologies 10Gbe open-iscsi Initiator Driver", | 555 | .name = "Emulex 10Gbe open-iscsi Initiator Driver", |
556 | .proc_name = DRV_NAME, | 556 | .proc_name = DRV_NAME, |
557 | .queuecommand = iscsi_queuecommand, | 557 | .queuecommand = iscsi_queuecommand, |
558 | .change_queue_depth = scsi_change_queue_depth, | 558 | .change_queue_depth = scsi_change_queue_depth, |
diff --git a/drivers/scsi/be2iscsi/be_main.h b/drivers/scsi/be2iscsi/be_main.h index b8c0c7819cb1..51366de5ef70 100644 --- a/drivers/scsi/be2iscsi/be_main.h +++ b/drivers/scsi/be2iscsi/be_main.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * Copyright (C) 2005 - 2015 Avago Technologies | 2 | * Copyright (C) 2005 - 2015 Emulex |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
@@ -12,7 +12,7 @@ | |||
12 | * Contact Information: | 12 | * Contact Information: |
13 | * linux-drivers@avagotech.com | 13 | * linux-drivers@avagotech.com |
14 | * | 14 | * |
15 | * Avago Technologies | 15 | * Emulex |
16 | * 3333 Susan Street | 16 | * 3333 Susan Street |
17 | * Costa Mesa, CA 92626 | 17 | * Costa Mesa, CA 92626 |
18 | */ | 18 | */ |
@@ -37,7 +37,7 @@ | |||
37 | 37 | ||
38 | #define DRV_NAME "be2iscsi" | 38 | #define DRV_NAME "be2iscsi" |
39 | #define BUILD_STR "10.6.0.0" | 39 | #define BUILD_STR "10.6.0.0" |
40 | #define BE_NAME "Avago Technologies OneConnect" \ | 40 | #define BE_NAME "Emulex OneConnect" \ |
41 | "Open-iSCSI Driver version" BUILD_STR | 41 | "Open-iSCSI Driver version" BUILD_STR |
42 | #define DRV_DESC BE_NAME " " "Driver" | 42 | #define DRV_DESC BE_NAME " " "Driver" |
43 | 43 | ||
diff --git a/drivers/scsi/be2iscsi/be_mgmt.c b/drivers/scsi/be2iscsi/be_mgmt.c index ca4016f20e76..1b2bd044dad6 100644 --- a/drivers/scsi/be2iscsi/be_mgmt.c +++ b/drivers/scsi/be2iscsi/be_mgmt.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * Copyright (C) 2005 - 2015 Avago Technologies | 2 | * Copyright (C) 2005 - 2015 Emulex |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
@@ -12,7 +12,7 @@ | |||
12 | * Contact Information: | 12 | * Contact Information: |
13 | * linux-drivers@avagotech.com | 13 | * linux-drivers@avagotech.com |
14 | * | 14 | * |
15 | * Avago Technologies | 15 | * Emulex |
16 | * 3333 Susan Street | 16 | * 3333 Susan Street |
17 | * Costa Mesa, CA 92626 | 17 | * Costa Mesa, CA 92626 |
18 | */ | 18 | */ |
diff --git a/drivers/scsi/be2iscsi/be_mgmt.h b/drivers/scsi/be2iscsi/be_mgmt.h index b58a7decbd94..afa326da75c6 100644 --- a/drivers/scsi/be2iscsi/be_mgmt.h +++ b/drivers/scsi/be2iscsi/be_mgmt.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * Copyright (C) 2005 - 2015 Avago Technologies | 2 | * Copyright (C) 2005 - 2015 Emulex |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
@@ -12,7 +12,7 @@ | |||
12 | * Contact Information: | 12 | * Contact Information: |
13 | * linux-drivers@avagotech.com | 13 | * linux-drivers@avagotech.com |
14 | * | 14 | * |
15 | * Avago Technologies | 15 | * Emulex |
16 | * 3333 Susan Street | 16 | * 3333 Susan Street |
17 | * Costa Mesa, CA 92626 | 17 | * Costa Mesa, CA 92626 |
18 | */ | 18 | */ |