blob: 89413add22526a9688f54316e074d727c468517f [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 Smart2e61f502014-04-04 13:53:03 -04004 * Copyright (C) 2004-2014 Emulex. All rights reserved. *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04005 * EMULEX and SLI are trademarks of Emulex. *
dea31012005-04-17 16:05:31 -05006 * www.emulex.com *
7 * *
8 * This program is free software; you can redistribute it and/or *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04009 * modify it under the terms of version 2 of the GNU General *
10 * Public License as published by the Free Software Foundation. *
11 * This program is distributed in the hope that it will be useful. *
12 * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND *
13 * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, *
14 * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE *
15 * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
16 * TO BE LEGALLY INVALID. See the GNU General Public License for *
17 * more details, a copy of which can be found in the file COPYING *
18 * included with this package. *
dea31012005-04-17 16:05:31 -050019 *******************************************************************/
20
James Smartfd10ccf2014-09-03 12:58:23 -040021#define LPFC_DRIVER_VERSION "10.4.8000.0."
James Smart93996272008-08-24 21:50:30 -040022#define LPFC_DRIVER_NAME "lpfc"
James Smart4305f182012-08-03 12:36:33 -040023
24/* Used for SLI 2/3 */
James Smart93996272008-08-24 21:50:30 -040025#define LPFC_SP_DRIVER_HANDLER_NAME "lpfc:sp"
26#define LPFC_FP_DRIVER_HANDLER_NAME "lpfc:fp"
dea31012005-04-17 16:05:31 -050027
James Smart4305f182012-08-03 12:36:33 -040028/* Used for SLI4 */
29#define LPFC_DRIVER_HANDLER_NAME "lpfc:"
30
dea31012005-04-17 16:05:31 -050031#define LPFC_MODULE_DESC "Emulex LightPulse Fibre Channel SCSI driver " \
32 LPFC_DRIVER_VERSION
James Smart3fb4b162014-05-21 08:05:36 -040033#define LPFC_COPYRIGHT "Copyright(c) 2004-2014 Emulex. All rights reserved."