mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
bnx2i: Rebranding bnx2i driver
QLogic has acquired the NetXtremeII products and drivers from Broadcom. This patch re-brands bnx2i driver as a QLogic driver Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Acked-by: Eddie Wai <eddie.wai@broadcom.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
91b265bf0b
commit
f39a775715
8 changed files with 33 additions and 19 deletions
|
@ -1,13 +1,15 @@
|
||||||
/* 57xx_iscsi_constants.h: Broadcom NetXtreme II iSCSI HSI
|
/* 57xx_iscsi_constants.h: QLogic NetXtreme II iSCSI HSI
|
||||||
*
|
*
|
||||||
* Copyright (c) 2006 - 2013 Broadcom Corporation
|
* Copyright (c) 2006 - 2013 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
|
||||||
* the Free Software Foundation.
|
* the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* Written by: Anil Veerabhadrappa (anilgv@broadcom.com)
|
* Written by: Anil Veerabhadrappa (anilgv@broadcom.com)
|
||||||
* Maintained by: Eddie Wai (eddie.wai@broadcom.com)
|
* Previously Maintained by: Eddie Wai (eddie.wai@broadcom.com)
|
||||||
|
* Maintained by: QLogic-Storage-Upstream@qlogic.com
|
||||||
*/
|
*/
|
||||||
#ifndef __57XX_ISCSI_CONSTANTS_H_
|
#ifndef __57XX_ISCSI_CONSTANTS_H_
|
||||||
#define __57XX_ISCSI_CONSTANTS_H_
|
#define __57XX_ISCSI_CONSTANTS_H_
|
||||||
|
|
|
@ -1,13 +1,15 @@
|
||||||
/* 57xx_iscsi_hsi.h: Broadcom NetXtreme II iSCSI HSI.
|
/* 57xx_iscsi_hsi.h: QLogic NetXtreme II iSCSI HSI.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2006 - 2013 Broadcom Corporation
|
* Copyright (c) 2006 - 2013 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
|
||||||
* the Free Software Foundation.
|
* the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* Written by: Anil Veerabhadrappa (anilgv@broadcom.com)
|
* Written by: Anil Veerabhadrappa (anilgv@broadcom.com)
|
||||||
* Maintained by: Eddie Wai (eddie.wai@broadcom.com)
|
* Previously Maintained by: Eddie Wai (eddie.wai@broadcom.com)
|
||||||
|
* Maintained by: QLogic-Storage-Upstream@qlogic.com
|
||||||
*/
|
*/
|
||||||
#ifndef __57XX_ISCSI_HSI_LINUX_LE__
|
#ifndef __57XX_ISCSI_HSI_LINUX_LE__
|
||||||
#define __57XX_ISCSI_HSI_LINUX_LE__
|
#define __57XX_ISCSI_HSI_LINUX_LE__
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config SCSI_BNX2_ISCSI
|
config SCSI_BNX2_ISCSI
|
||||||
tristate "Broadcom NetXtreme II iSCSI support"
|
tristate "QLogic NetXtreme II iSCSI support"
|
||||||
depends on NET
|
depends on NET
|
||||||
depends on PCI
|
depends on PCI
|
||||||
select SCSI_ISCSI_ATTRS
|
select SCSI_ISCSI_ATTRS
|
||||||
|
@ -8,5 +8,5 @@ config SCSI_BNX2_ISCSI
|
||||||
select NET_VENDOR_BROADCOM
|
select NET_VENDOR_BROADCOM
|
||||||
select CNIC
|
select CNIC
|
||||||
---help---
|
---help---
|
||||||
This driver supports iSCSI offload for the Broadcom NetXtreme II
|
This driver supports iSCSI offload for the QLogic NetXtreme II
|
||||||
devices.
|
devices.
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/* bnx2i.h: Broadcom NetXtreme II iSCSI driver.
|
/* bnx2i.h: QLogic NetXtreme II iSCSI driver.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2006 - 2013 Broadcom Corporation
|
* Copyright (c) 2006 - 2013 Broadcom Corporation
|
||||||
* Copyright (c) 2007, 2008 Red Hat, Inc. All rights reserved.
|
* Copyright (c) 2007, 2008 Red Hat, Inc. All rights reserved.
|
||||||
* Copyright (c) 2007, 2008 Mike Christie
|
* Copyright (c) 2007, 2008 Mike Christie
|
||||||
|
* 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
|
||||||
* the Free Software Foundation.
|
* the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* Written by: Anil Veerabhadrappa (anilgv@broadcom.com)
|
* Written by: Anil Veerabhadrappa (anilgv@broadcom.com)
|
||||||
* Maintained by: Eddie Wai (eddie.wai@broadcom.com)
|
* Previously Maintained by: Eddie Wai (eddie.wai@broadcom.com)
|
||||||
|
* Maintained by: QLogic-Storage-Upstream@qlogic.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _BNX2I_H_
|
#ifndef _BNX2I_H_
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/* bnx2i_hwi.c: Broadcom NetXtreme II iSCSI driver.
|
/* bnx2i_hwi.c: QLogic NetXtreme II iSCSI driver.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2006 - 2013 Broadcom Corporation
|
* Copyright (c) 2006 - 2013 Broadcom Corporation
|
||||||
* Copyright (c) 2007, 2008 Red Hat, Inc. All rights reserved.
|
* Copyright (c) 2007, 2008 Red Hat, Inc. All rights reserved.
|
||||||
* Copyright (c) 2007, 2008 Mike Christie
|
* Copyright (c) 2007, 2008 Mike Christie
|
||||||
|
* 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
|
||||||
* the Free Software Foundation.
|
* the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* Written by: Anil Veerabhadrappa (anilgv@broadcom.com)
|
* Written by: Anil Veerabhadrappa (anilgv@broadcom.com)
|
||||||
* Maintained by: Eddie Wai (eddie.wai@broadcom.com)
|
* Previously Maintained by: Eddie Wai (eddie.wai@broadcom.com)
|
||||||
|
* Maintained by: QLogic-Storage-Upstream@qlogic.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/gfp.h>
|
#include <linux/gfp.h>
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
/* bnx2i.c: Broadcom NetXtreme II iSCSI driver.
|
/* bnx2i.c: QLogic NetXtreme II iSCSI driver.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2006 - 2013 Broadcom Corporation
|
* Copyright (c) 2006 - 2013 Broadcom Corporation
|
||||||
* Copyright (c) 2007, 2008 Red Hat, Inc. All rights reserved.
|
* Copyright (c) 2007, 2008 Red Hat, Inc. All rights reserved.
|
||||||
* Copyright (c) 2007, 2008 Mike Christie
|
* Copyright (c) 2007, 2008 Mike Christie
|
||||||
|
* 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
|
||||||
* the Free Software Foundation.
|
* the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* Written by: Anil Veerabhadrappa (anilgv@broadcom.com)
|
* Written by: Anil Veerabhadrappa (anilgv@broadcom.com)
|
||||||
* Maintained by: Eddie Wai (eddie.wai@broadcom.com)
|
* Previously Maintained by: Eddie Wai (eddie.wai@broadcom.com)
|
||||||
|
* Maintained by: QLogic-Storage-Upstream@qlogic.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "bnx2i.h"
|
#include "bnx2i.h"
|
||||||
|
@ -22,14 +24,14 @@ static u32 adapter_count;
|
||||||
#define DRV_MODULE_RELDATE "Jun 06, 2013"
|
#define DRV_MODULE_RELDATE "Jun 06, 2013"
|
||||||
|
|
||||||
static char version[] =
|
static char version[] =
|
||||||
"Broadcom NetXtreme II iSCSI Driver " DRV_MODULE_NAME \
|
"QLogic NetXtreme II iSCSI Driver " DRV_MODULE_NAME \
|
||||||
" v" DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n";
|
" v" DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n";
|
||||||
|
|
||||||
|
|
||||||
MODULE_AUTHOR("Anil Veerabhadrappa <anilgv@broadcom.com> and "
|
MODULE_AUTHOR("Anil Veerabhadrappa <anilgv@broadcom.com> and "
|
||||||
"Eddie Wai <eddie.wai@broadcom.com>");
|
"Eddie Wai <eddie.wai@broadcom.com>");
|
||||||
|
|
||||||
MODULE_DESCRIPTION("Broadcom NetXtreme II BCM5706/5708/5709/57710/57711/57712"
|
MODULE_DESCRIPTION("QLogic NetXtreme II BCM5706/5708/5709/57710/57711/57712"
|
||||||
"/57800/57810/57840 iSCSI Driver");
|
"/57800/57810/57840 iSCSI Driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_VERSION(DRV_MODULE_VERSION);
|
MODULE_VERSION(DRV_MODULE_VERSION);
|
||||||
|
|
|
@ -1,16 +1,18 @@
|
||||||
/*
|
/*
|
||||||
* bnx2i_iscsi.c: Broadcom NetXtreme II iSCSI driver.
|
* bnx2i_iscsi.c: QLogic NetXtreme II iSCSI driver.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2006 - 2013 Broadcom Corporation
|
* Copyright (c) 2006 - 2013 Broadcom Corporation
|
||||||
* Copyright (c) 2007, 2008 Red Hat, Inc. All rights reserved.
|
* Copyright (c) 2007, 2008 Red Hat, Inc. All rights reserved.
|
||||||
* Copyright (c) 2007, 2008 Mike Christie
|
* Copyright (c) 2007, 2008 Mike Christie
|
||||||
|
* 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
|
||||||
* the Free Software Foundation.
|
* the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* Written by: Anil Veerabhadrappa (anilgv@broadcom.com)
|
* Written by: Anil Veerabhadrappa (anilgv@broadcom.com)
|
||||||
* Maintained by: Eddie Wai (eddie.wai@broadcom.com)
|
* Previously Maintained by: Eddie Wai (eddie.wai@broadcom.com)
|
||||||
|
* Maintained by: QLogic-Storage-Upstream@qlogic.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
|
@ -2248,7 +2250,7 @@ static umode_t bnx2i_attr_is_visible(int param_type, int param)
|
||||||
*/
|
*/
|
||||||
static struct scsi_host_template bnx2i_host_template = {
|
static struct scsi_host_template bnx2i_host_template = {
|
||||||
.module = THIS_MODULE,
|
.module = THIS_MODULE,
|
||||||
.name = "Broadcom Offload iSCSI Initiator",
|
.name = "QLogic Offload iSCSI Initiator",
|
||||||
.proc_name = "bnx2i",
|
.proc_name = "bnx2i",
|
||||||
.queuecommand = iscsi_queuecommand,
|
.queuecommand = iscsi_queuecommand,
|
||||||
.eh_abort_handler = iscsi_eh_abort,
|
.eh_abort_handler = iscsi_eh_abort,
|
||||||
|
|
|
@ -1,13 +1,15 @@
|
||||||
/* bnx2i_sysfs.c: Broadcom NetXtreme II iSCSI driver.
|
/* bnx2i_sysfs.c: QLogic NetXtreme II iSCSI driver.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2004 - 2013 Broadcom Corporation
|
* Copyright (c) 2004 - 2013 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
|
||||||
* the Free Software Foundation.
|
* the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* Written by: Anil Veerabhadrappa (anilgv@broadcom.com)
|
* Written by: Anil Veerabhadrappa (anilgv@broadcom.com)
|
||||||
* Maintained by: Eddie Wai (eddie.wai@broadcom.com)
|
* Previously Maintained by: Eddie Wai (eddie.wai@broadcom.com)
|
||||||
|
* Maintained by: QLogic-Storage-Upstream@qlogic.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "bnx2i.h"
|
#include "bnx2i.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue