bnx2: Rebranding bnx2 driver.
authorJitendra Kalsaria <jitendra.kalsaria@qlogic.com>
Mon, 23 Jun 2014 19:10:33 +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 bnx2 driver as a QLogic driver

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/Kconfig
drivers/net/ethernet/broadcom/bnx2.c
drivers/net/ethernet/broadcom/bnx2.h
drivers/net/ethernet/broadcom/bnx2_fw.h

index 3e488094b0731811459c66dcb0517d00cb7dfbbe..0bde4710158a5c39b7dd4c36c0c1f00bab83e358 100644 (file)
@@ -72,12 +72,12 @@ config BCMGENET
          Broadcom BCM7xxx Set Top Box family chipset.
 
 config BNX2
-       tristate "Broadcom NetXtremeII support"
+       tristate "QLogic NetXtremeII support"
        depends on PCI
        select CRC32
        select FW_LOADER
        ---help---
-         This driver supports Broadcom NetXtremeII gigabit Ethernet cards.
+         This driver supports QLogic NetXtremeII gigabit Ethernet cards.
 
          To compile this driver as a module, choose M here: the module
          will be called bnx2.  This is recommended.
index 67d2b00473718eec10b9f1fbdbf4f6a981aa02d0..e64c963fe77540c7fd5b77c79b9f8817f3643bf5 100644 (file)
@@ -1,6 +1,7 @@
-/* bnx2.c: Broadcom NX2 network driver.
+/* bnx2.c: QLogic NX2 network driver.
  *
- * Copyright (c) 2004-2013 Broadcom Corporation
+ * Copyright (c) 2004-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
 #define TX_TIMEOUT  (5*HZ)
 
 static char version[] =
-       "Broadcom NetXtreme II Gigabit Ethernet Driver " DRV_MODULE_NAME " v" DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n";
+       "QLogic NetXtreme II Gigabit Ethernet Driver " DRV_MODULE_NAME " v" DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n";
 
 MODULE_AUTHOR("Michael Chan <mchan@broadcom.com>");
-MODULE_DESCRIPTION("Broadcom NetXtreme II BCM5706/5708/5709/5716 Driver");
+MODULE_DESCRIPTION("QLogic NetXtreme II BCM5706/5708/5709/5716 Driver");
 MODULE_LICENSE("GPL");
 MODULE_VERSION(DRV_MODULE_VERSION);
 MODULE_FIRMWARE(FW_MIPS_FILE_06);
index e341bc366fa5f1d003a9355516a8ebdd81811ac8..28df35d35893360af2593de3a57b3fe13b7a9f6d 100644 (file)
@@ -1,6 +1,7 @@
-/* bnx2.h: Broadcom NX2 network driver.
+/* bnx2.h: QLogic NX2 network driver.
  *
- * Copyright (c) 2004-2013 Broadcom Corporation
+ * Copyright (c) 2004-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 940eb91f209d29365b4a9c0b090240f82e46e2a1..7db79c28b5ff53a663f519aed22807de81532794 100644 (file)
@@ -1,6 +1,7 @@
-/* bnx2_fw.h: Broadcom NX2 network driver.
+/* bnx2_fw.h: QLogic NX2 network driver.
  *
  * Copyright (c) 2004, 2005, 2006, 2007 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
This page took 0.033381 seconds and 5 git commands to generate.