blob: ab0bc26c098d229392eb0426603deddb8c6a1a82 [file] [log] [blame]
dea31012005-04-17 16:05:31 -05001/*******************************************************************
2 * This file is part of the Emulex Linux Device Driver for *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04003 * Fibre Channel Host Bus Adapters. *
James Smart145e5a82020-01-27 16:23:12 -08004 * Copyright (C) 2017-2020 Broadcom. All Rights Reserved. The term *
James Smart4ae2ebd2018-06-26 08:24:31 -07005 * “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. *
James Smart50611572016-03-31 14:12:34 -07006 * Copyright (C) 2004-2016 Emulex. All rights reserved. *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04007 * EMULEX and SLI are trademarks of Emulex. *
James Smartd080abe2017-02-12 13:52:39 -08008 * www.broadcom.com *
dea31012005-04-17 16:05:31 -05009 * *
10 * This program is free software; you can redistribute it and/or *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -040011 * modify it under the terms of version 2 of the GNU General *
12 * Public License as published by the Free Software Foundation. *
13 * This program is distributed in the hope that it will be useful. *
14 * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND *
15 * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, *
16 * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE *
17 * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
18 * TO BE LEGALLY INVALID. See the GNU General Public License for *
19 * more details, a copy of which can be found in the file COPYING *
20 * included with this package. *
dea31012005-04-17 16:05:31 -050021 *******************************************************************/
22
Dick Kennedy29022b62020-05-01 14:43:10 -070023#define LPFC_DRIVER_VERSION "12.8.0.1"
James Smart93996272008-08-24 21:50:30 -040024#define LPFC_DRIVER_NAME "lpfc"
James Smart4305f182012-08-03 12:36:33 -040025
26/* Used for SLI 2/3 */
James Smart93996272008-08-24 21:50:30 -040027#define LPFC_SP_DRIVER_HANDLER_NAME "lpfc:sp"
28#define LPFC_FP_DRIVER_HANDLER_NAME "lpfc:fp"
dea31012005-04-17 16:05:31 -050029
James Smart4305f182012-08-03 12:36:33 -040030/* Used for SLI4 */
31#define LPFC_DRIVER_HANDLER_NAME "lpfc:"
32
dea31012005-04-17 16:05:31 -050033#define LPFC_MODULE_DESC "Emulex LightPulse Fibre Channel SCSI driver " \
34 LPFC_DRIVER_VERSION
James Smart95df18c2019-03-12 16:30:32 -070035#define LPFC_COPYRIGHT "Copyright (C) 2017-2019 Broadcom. All Rights " \
James Smart4ae2ebd2018-06-26 08:24:31 -070036 "Reserved. The term \"Broadcom\" refers to Broadcom Inc. " \
James Smartd080abe2017-02-12 13:52:39 -080037 "and/or its subsidiaries."