Back to home page

OSCL-LXR

 
 

    


0001 /*******************************************************************
0002  * This file is part of the Emulex Linux Device Driver for         *
0003  * Fibre Channel Host Bus Adapters.                                *
0004  * Copyright (C) 2017-2022 Broadcom. All Rights Reserved. The term *
0005  * “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.     *
0006  * Copyright (C) 2004-2016 Emulex.  All rights reserved.           *
0007  * EMULEX and SLI are trademarks of Emulex.                        *
0008  * www.broadcom.com                                                *
0009  *                                                                 *
0010  * This program is free software; you can redistribute it and/or   *
0011  * modify it under the terms of version 2 of the GNU General       *
0012  * Public License as published by the Free Software Foundation.    *
0013  * This program is distributed in the hope that it will be useful. *
0014  * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND          *
0015  * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,  *
0016  * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE      *
0017  * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
0018  * TO BE LEGALLY INVALID.  See the GNU General Public License for  *
0019  * more details, a copy of which can be found in the file COPYING  *
0020  * included with this package.                                     *
0021  *******************************************************************/
0022 
0023 #define LPFC_DRIVER_VERSION "14.2.0.5"
0024 #define LPFC_DRIVER_NAME        "lpfc"
0025 
0026 /* Used for SLI 2/3 */
0027 #define LPFC_SP_DRIVER_HANDLER_NAME "lpfc:sp"
0028 #define LPFC_FP_DRIVER_HANDLER_NAME "lpfc:fp"
0029 
0030 /* Used for SLI4 */
0031 #define LPFC_DRIVER_HANDLER_NAME    "lpfc:"
0032 
0033 #define LPFC_MODULE_DESC "Emulex LightPulse Fibre Channel SCSI driver " \
0034         LPFC_DRIVER_VERSION
0035 #define LPFC_COPYRIGHT "Copyright (C) 2017-2022 Broadcom. All Rights " \
0036         "Reserved. The term \"Broadcom\" refers to Broadcom Inc. " \
0037         "and/or its subsidiaries."