xref: /openbmc/linux/drivers/scsi/lpfc/lpfc_version.h (revision cfb9b8f5)
1dea3101eS /*******************************************************************
2dea3101eS  * This file is part of the Emulex Linux Device Driver for         *
3c44ce173SJames.Smart@Emulex.Com  * Fibre Channel Host Bus Adapters.                                *
4191b5a38SJustin Tee  * Copyright (C) 2017-2023 Broadcom. All Rights Reserved. The term *
53e21d1cbSJames Smart  * “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.     *
650611577SJames Smart  * Copyright (C) 2004-2016 Emulex.  All rights reserved.           *
7c44ce173SJames.Smart@Emulex.Com  * EMULEX and SLI are trademarks of Emulex.                        *
8d080abe0SJames Smart  * www.broadcom.com                                                *
9dea3101eS  *                                                                 *
10dea3101eS  * This program is free software; you can redistribute it and/or   *
11c44ce173SJames.Smart@Emulex.Com  * modify it under the terms of version 2 of the GNU General       *
12c44ce173SJames.Smart@Emulex.Com  * Public License as published by the Free Software Foundation.    *
13c44ce173SJames.Smart@Emulex.Com  * This program is distributed in the hope that it will be useful. *
14c44ce173SJames.Smart@Emulex.Com  * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND          *
15c44ce173SJames.Smart@Emulex.Com  * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,  *
16c44ce173SJames.Smart@Emulex.Com  * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE      *
17c44ce173SJames.Smart@Emulex.Com  * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
18c44ce173SJames.Smart@Emulex.Com  * TO BE LEGALLY INVALID.  See the GNU General Public License for  *
19c44ce173SJames.Smart@Emulex.Com  * more details, a copy of which can be found in the file COPYING  *
20c44ce173SJames.Smart@Emulex.Com  * included with this package.                                     *
21dea3101eS  *******************************************************************/
22dea3101eS 
23*cfb9b8f5SJustin Tee #define LPFC_DRIVER_VERSION "14.2.0.14"
24dea3101eS #define LPFC_DRIVER_NAME		"lpfc"
254305f183SJames Smart 
264305f183SJames Smart /* Used for SLI 2/3 */
279399627fSJames Smart #define LPFC_SP_DRIVER_HANDLER_NAME	"lpfc:sp"
289399627fSJames Smart #define LPFC_FP_DRIVER_HANDLER_NAME	"lpfc:fp"
29dea3101eS 
304305f183SJames Smart /* Used for SLI4 */
314305f183SJames Smart #define LPFC_DRIVER_HANDLER_NAME	"lpfc:"
324305f183SJames Smart 
33dea3101eS #define LPFC_MODULE_DESC "Emulex LightPulse Fibre Channel SCSI driver " \
34dea3101eS 		LPFC_DRIVER_VERSION
35191b5a38SJustin Tee #define LPFC_COPYRIGHT "Copyright (C) 2017-2023 Broadcom. All Rights " \
364ae2ebdeSJames Smart 		"Reserved. The term \"Broadcom\" refers to Broadcom Inc. " \
37d080abe0SJames Smart 		"and/or its subsidiaries."
38