Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28c4ec0d authored by Jitendra Kalsaria's avatar Jitendra Kalsaria Committed by David S. Miller
Browse files

bnx2: Rebranding bnx2 driver.



o QLogic has acquired the NetXtremeII products and drivers from Broadcom.
  This patch re-brands bnx2 driver as a QLogic driver

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1f74714f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -72,12 +72,12 @@ config BCMGENET
	  Broadcom BCM7xxx Set Top Box family chipset.
	  Broadcom BCM7xxx Set Top Box family chipset.


config BNX2
config BNX2
	tristate "Broadcom NetXtremeII support"
	tristate "QLogic NetXtremeII support"
	depends on PCI
	depends on PCI
	select CRC32
	select CRC32
	select FW_LOADER
	select FW_LOADER
	---help---
	---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
	  To compile this driver as a module, choose M here: the module
	  will be called bnx2.  This is recommended.
	  will be called bnx2.  This is recommended.
+5 −4
Original line number Original line Diff line number Diff line
/* 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
 * 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
 * it under the terms of the GNU General Public License as published by
@@ -71,10 +72,10 @@
#define TX_TIMEOUT  (5*HZ)
#define TX_TIMEOUT  (5*HZ)


static char version[] =
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_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_LICENSE("GPL");
MODULE_VERSION(DRV_MODULE_VERSION);
MODULE_VERSION(DRV_MODULE_VERSION);
MODULE_FIRMWARE(FW_MIPS_FILE_06);
MODULE_FIRMWARE(FW_MIPS_FILE_06);
+3 −2
Original line number Original line Diff line number Diff line
/* 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
 * 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
 * it under the terms of the GNU General Public License as published by
+2 −1
Original line number Original line Diff line number Diff line
/* bnx2_fw.h: Broadcom NX2 network driver.
/* bnx2_fw.h: QLogic NX2 network driver.
 *
 *
 * Copyright (c) 2004, 2005, 2006, 2007 Broadcom Corporation
 * 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
 * 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
 * it under the terms of the GNU General Public License as published by