diff options
author | Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> | 2014-06-23 15:10:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-06-25 19:27:27 -0400 |
commit | d7afae05ad2e9c2cbf74e1419de5a0d6aa9c74f4 (patch) | |
tree | 76f75c5de0afe24edab655b72023d7b74f22fb54 | |
parent | 28c4ec0df60c8162c2da48c1df5e1cb2f04cdaa5 (diff) |
cnic: Rebranding cnic driver.
o QLogic has acquired the NetXtremeII products and drivers from Broadcom.
This patch re-brands cnic driver as a QLogic driver
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/broadcom/Kconfig | 4 | ||||
-rw-r--r-- | drivers/net/ethernet/broadcom/cnic.c | 10 | ||||
-rw-r--r-- | drivers/net/ethernet/broadcom/cnic.h | 3 | ||||
-rw-r--r-- | drivers/net/ethernet/broadcom/cnic_defs.h | 3 | ||||
-rw-r--r-- | drivers/net/ethernet/broadcom/cnic_if.h | 3 |
5 files changed, 14 insertions, 9 deletions
diff --git a/drivers/net/ethernet/broadcom/Kconfig b/drivers/net/ethernet/broadcom/Kconfig index 0bde4710158a..7dcfb19a31c8 100644 --- a/drivers/net/ethernet/broadcom/Kconfig +++ b/drivers/net/ethernet/broadcom/Kconfig | |||
@@ -83,12 +83,12 @@ config BNX2 | |||
83 | will be called bnx2. This is recommended. | 83 | will be called bnx2. This is recommended. |
84 | 84 | ||
85 | config CNIC | 85 | config CNIC |
86 | tristate "Broadcom CNIC support" | 86 | tristate "QLogic CNIC support" |
87 | depends on PCI | 87 | depends on PCI |
88 | select BNX2 | 88 | select BNX2 |
89 | select UIO | 89 | select UIO |
90 | ---help--- | 90 | ---help--- |
91 | This driver supports offload features of Broadcom NetXtremeII | 91 | This driver supports offload features of QLogic NetXtremeII |
92 | gigabit Ethernet cards. | 92 | gigabit Ethernet cards. |
93 | 93 | ||
94 | To compile this driver as a module, choose M here: the module | 94 | To compile this driver as a module, choose M here: the module |
diff --git a/drivers/net/ethernet/broadcom/cnic.c b/drivers/net/ethernet/broadcom/cnic.c index 8244e2b14bb4..27861a6c7ca5 100644 --- a/drivers/net/ethernet/broadcom/cnic.c +++ b/drivers/net/ethernet/broadcom/cnic.c | |||
@@ -1,13 +1,15 @@ | |||
1 | /* cnic.c: Broadcom CNIC core network driver. | 1 | /* cnic.c: QLogic CNIC core network driver. |
2 | * | 2 | * |
3 | * Copyright (c) 2006-2014 Broadcom Corporation | 3 | * Copyright (c) 2006-2014 Broadcom Corporation |
4 | * Copyright (c) 2014 QLogic Corporation | ||
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 7 | * it under the terms of the GNU General Public License as published by |
7 | * the Free Software Foundation. | 8 | * the Free Software Foundation. |
8 | * | 9 | * |
9 | * Original skeleton written by: John(Zongxi) Chen (zongxi@broadcom.com) | 10 | * Original skeleton written by: John(Zongxi) Chen (zongxi@broadcom.com) |
10 | * Modified and maintained by: Michael Chan <mchan@broadcom.com> | 11 | * Previously modified and maintained by: Michael Chan <mchan@broadcom.com> |
12 | * Maintained By: Dept-HSGLinuxNICDev@qlogic.com | ||
11 | */ | 13 | */ |
12 | 14 | ||
13 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 15 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
@@ -56,11 +58,11 @@ | |||
56 | #define CNIC_MODULE_NAME "cnic" | 58 | #define CNIC_MODULE_NAME "cnic" |
57 | 59 | ||
58 | static char version[] = | 60 | static char version[] = |
59 | "Broadcom NetXtreme II CNIC Driver " CNIC_MODULE_NAME " v" CNIC_MODULE_VERSION " (" CNIC_MODULE_RELDATE ")\n"; | 61 | "QLogic NetXtreme II CNIC Driver " CNIC_MODULE_NAME " v" CNIC_MODULE_VERSION " (" CNIC_MODULE_RELDATE ")\n"; |
60 | 62 | ||
61 | MODULE_AUTHOR("Michael Chan <mchan@broadcom.com> and John(Zongxi) " | 63 | MODULE_AUTHOR("Michael Chan <mchan@broadcom.com> and John(Zongxi) " |
62 | "Chen (zongxi@broadcom.com"); | 64 | "Chen (zongxi@broadcom.com"); |
63 | MODULE_DESCRIPTION("Broadcom NetXtreme II CNIC Driver"); | 65 | MODULE_DESCRIPTION("QLogic NetXtreme II CNIC Driver"); |
64 | MODULE_LICENSE("GPL"); | 66 | MODULE_LICENSE("GPL"); |
65 | MODULE_VERSION(CNIC_MODULE_VERSION); | 67 | MODULE_VERSION(CNIC_MODULE_VERSION); |
66 | 68 | ||
diff --git a/drivers/net/ethernet/broadcom/cnic.h b/drivers/net/ethernet/broadcom/cnic.h index d535ae4228b4..4baea81bae7a 100644 --- a/drivers/net/ethernet/broadcom/cnic.h +++ b/drivers/net/ethernet/broadcom/cnic.h | |||
@@ -1,6 +1,7 @@ | |||
1 | /* cnic.h: Broadcom CNIC core network driver. | 1 | /* cnic.h: QLogic CNIC core network driver. |
2 | * | 2 | * |
3 | * Copyright (c) 2006-2014 Broadcom Corporation | 3 | * Copyright (c) 2006-2014 Broadcom Corporation |
4 | * Copyright (c) 2014 QLogic Corporation | ||
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 7 | * it under the terms of the GNU General Public License as published by |
diff --git a/drivers/net/ethernet/broadcom/cnic_defs.h b/drivers/net/ethernet/broadcom/cnic_defs.h index dcbca6997e8f..b38499774071 100644 --- a/drivers/net/ethernet/broadcom/cnic_defs.h +++ b/drivers/net/ethernet/broadcom/cnic_defs.h | |||
@@ -1,7 +1,8 @@ | |||
1 | 1 | ||
2 | /* cnic.c: Broadcom CNIC core network driver. | 2 | /* cnic.c: QLogic CNIC core network driver. |
3 | * | 3 | * |
4 | * Copyright (c) 2006-2014 Broadcom Corporation | 4 | * Copyright (c) 2006-2014 Broadcom Corporation |
5 | * Copyright (c) 2014 QLogic Corporation | ||
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
diff --git a/drivers/net/ethernet/broadcom/cnic_if.h b/drivers/net/ethernet/broadcom/cnic_if.h index 5f4d5573a73d..8bb36c1c4d68 100644 --- a/drivers/net/ethernet/broadcom/cnic_if.h +++ b/drivers/net/ethernet/broadcom/cnic_if.h | |||
@@ -1,6 +1,7 @@ | |||
1 | /* cnic_if.h: Broadcom CNIC core network driver. | 1 | /* cnic_if.h: QLogic CNIC core network driver. |
2 | * | 2 | * |
3 | * Copyright (c) 2006-2014 Broadcom Corporation | 3 | * Copyright (c) 2006-2014 Broadcom Corporation |
4 | * Copyright (c) 2014 QLogic Corporation | ||
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 7 | * it under the terms of the GNU General Public License as published by |