diff options
author | Saurav Kashyap <saurav.kashyap@qlogic.com> | 2014-07-03 08:18:28 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-07-25 17:16:59 -0400 |
commit | 17d87c45b9042fa2f830c5a47cdfd3370bb60729 (patch) | |
tree | 3653cce1d8754be253ef8cac615c178e56af6d9f /drivers/scsi/bnx2fc/bnx2fc_constants.h | |
parent | f39a775715c86bb9165a3fc79bfc652138e44ff4 (diff) | |
download | blackbird-op-linux-17d87c45b9042fa2f830c5a47cdfd3370bb60729.tar.gz blackbird-op-linux-17d87c45b9042fa2f830c5a47cdfd3370bb60729.zip |
bnx2fc: Rebranding bnx2fc driver
QLogic has acquired the NetXtremeII products and drivers from Broadcom.
This patch re-brands bnx2fc driver as a QLogic driver
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
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>
Diffstat (limited to 'drivers/scsi/bnx2fc/bnx2fc_constants.h')
-rw-r--r-- | drivers/scsi/bnx2fc/bnx2fc_constants.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/scsi/bnx2fc/bnx2fc_constants.h b/drivers/scsi/bnx2fc/bnx2fc_constants.h index dad9924abbbb..e147cc7ee36c 100644 --- a/drivers/scsi/bnx2fc/bnx2fc_constants.h +++ b/drivers/scsi/bnx2fc/bnx2fc_constants.h @@ -1,3 +1,16 @@ +/* bnx2fc_constants.h: QLogic NetXtreme II Linux FCoE offload driver. + * Handles operations such as session offload/upload etc, and manages + * session resources such as connection id and qp resources. + * + * Copyright (c) 2008 - 2013 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. + * + */ + #ifndef __BNX2FC_CONSTANTS_H_ #define __BNX2FC_CONSTANTS_H_ |