cnic: Rebranding cnic driver.
authorJitendra Kalsaria <jitendra.kalsaria@qlogic.com>
Mon, 23 Jun 2014 19:10:34 +0000 (15:10 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Jun 2014 23:27:27 +0000 (16:27 -0700)
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>
drivers/net/ethernet/broadcom/Kconfig
drivers/net/ethernet/broadcom/cnic.c
drivers/net/ethernet/broadcom/cnic.h
drivers/net/ethernet/broadcom/cnic_defs.h
drivers/net/ethernet/broadcom/cnic_if.h

index 0bde4710158a5c39b7dd4c36c0c1f00bab83e358..7dcfb19a31c888894121aa03c83bc8fe439bc4cf 100644 (file)
@@ -83,12 +83,12 @@ config BNX2
          will be called bnx2.  This is recommended.
 
 config CNIC
-       tristate "Broadcom CNIC support"
+       tristate "QLogic CNIC support"
        depends on PCI
        select BNX2
        select UIO
        ---help---
-         This driver supports offload features of Broadcom NetXtremeII
+         This driver supports offload features of QLogic NetXtremeII
          gigabit Ethernet cards.
 
          To compile this driver as a module, choose M here: the module
index 8244e2b14bb44ccef6b14f13dae25ea717f03a74..27861a6c7ca55966048b4cb94b0b92a0dde1d269 100644 (file)
@@ -1,13 +1,15 @@
-/* cnic.c: Broadcom CNIC core network driver.
+/* cnic.c: QLogic CNIC core network driver.
  *
  * Copyright (c) 2006-2014 Broadcom Corporation
+ * Copyright (c) 2014 QLogic Corporation
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation.
  *
  * Original skeleton written by: John(Zongxi) Chen (zongxi@broadcom.com)
- * Modified and maintained by: Michael Chan <mchan@broadcom.com>
+ * Previously modified and maintained by: Michael Chan <mchan@broadcom.com>
+ * Maintained By: Dept-HSGLinuxNICDev@qlogic.com
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 #define CNIC_MODULE_NAME       "cnic"
 
 static char version[] =
-       "Broadcom NetXtreme II CNIC Driver " CNIC_MODULE_NAME " v" CNIC_MODULE_VERSION " (" CNIC_MODULE_RELDATE ")\n";
+       "QLogic NetXtreme II CNIC Driver " CNIC_MODULE_NAME " v" CNIC_MODULE_VERSION " (" CNIC_MODULE_RELDATE ")\n";
 
 MODULE_AUTHOR("Michael Chan <mchan@broadcom.com> and John(Zongxi) "
              "Chen (zongxi@broadcom.com");
-MODULE_DESCRIPTION("Broadcom NetXtreme II CNIC Driver");
+MODULE_DESCRIPTION("QLogic NetXtreme II CNIC Driver");
 MODULE_LICENSE("GPL");
 MODULE_VERSION(CNIC_MODULE_VERSION);
 
index d535ae4228b4ccb12d9df6e24f7fed6911e9a6da..4baea81bae7a35dd43cde54a07eb25d0ae40883e 100644 (file)
@@ -1,6 +1,7 @@
-/* cnic.h: Broadcom CNIC core network driver.
+/* cnic.h: QLogic CNIC core network driver.
  *
  * Copyright (c) 2006-2014 Broadcom Corporation
+ * Copyright (c) 2014 QLogic Corporation
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index dcbca6997e8fbcb9d4f38f12acbf8718846bdfbd..b384997740717996485ed2ab6f8c882bba438d8d 100644 (file)
@@ -1,7 +1,8 @@
 
-/* cnic.c: Broadcom CNIC core network driver.
+/* cnic.c: QLogic CNIC core network driver.
  *
  * Copyright (c) 2006-2014 Broadcom Corporation
+ * Copyright (c) 2014 QLogic Corporation
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5f4d5573a73dbb8252d34ec6419750c3ec06eee1..8bb36c1c4d68c472a366744224a6781880654396 100644 (file)
@@ -1,6 +1,7 @@
-/* cnic_if.h: Broadcom CNIC core network driver.
+/* cnic_if.h: QLogic CNIC core network driver.
  *
  * Copyright (c) 2006-2014 Broadcom Corporation
+ * Copyright (c) 2014 QLogic Corporation
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by