| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1 | /******************************************************************* |
| 2 | * This file is part of the Emulex Linux Device Driver for * |
James.Smart@Emulex.Com | c44ce17 | 2005-06-25 10:34:39 -0400 | [diff] [blame] | 3 | * Fibre Channel Host Bus Adapters. * |
James Smart | d080abe | 2017-02-12 13:52:39 -0800 | [diff] [blame] | 4 | * Copyright (C) 2017 Broadcom. All Rights Reserved. The term * |
| 5 | * “Broadcom” refers to Broadcom Limited and/or its subsidiaries. * |
James Smart | 5061157 | 2016-03-31 14:12:34 -0700 | [diff] [blame] | 6 | * Copyright (C) 2004-2016 Emulex. All rights reserved. * |
James.Smart@Emulex.Com | c44ce17 | 2005-06-25 10:34:39 -0400 | [diff] [blame] | 7 | * EMULEX and SLI are trademarks of Emulex. * |
James Smart | d080abe | 2017-02-12 13:52:39 -0800 | [diff] [blame] | 8 | * www.broadcom.com * |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9 | * * |
| 10 | * This program is free software; you can redistribute it and/or * |
James.Smart@Emulex.Com | c44ce17 | 2005-06-25 10:34:39 -0400 | [diff] [blame] | 11 | * 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. * |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 21 | *******************************************************************/ |
| 22 | |
James Smart | 2848e1d | 2017-05-15 15:20:52 -0700 | [diff] [blame] | 23 | #define LPFC_DRIVER_VERSION "11.2.0.14" |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 24 | #define LPFC_DRIVER_NAME "lpfc" |
James Smart | 4305f18 | 2012-08-03 12:36:33 -0400 | [diff] [blame] | 25 | |
| 26 | /* Used for SLI 2/3 */ |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 27 | #define LPFC_SP_DRIVER_HANDLER_NAME "lpfc:sp" |
| 28 | #define LPFC_FP_DRIVER_HANDLER_NAME "lpfc:fp" |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 29 | |
James Smart | 4305f18 | 2012-08-03 12:36:33 -0400 | [diff] [blame] | 30 | /* Used for SLI4 */ |
| 31 | #define LPFC_DRIVER_HANDLER_NAME "lpfc:" |
| 32 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 33 | #define LPFC_MODULE_DESC "Emulex LightPulse Fibre Channel SCSI driver " \ |
| 34 | LPFC_DRIVER_VERSION |
James Smart | d080abe | 2017-02-12 13:52:39 -0800 | [diff] [blame] | 35 | #define LPFC_COPYRIGHT "Copyright (C) 2017 Broadcom. All Rights Reserved. " \ |
| 36 | "The term \"Broadcom\" refers to Broadcom Limited " \ |
| 37 | "and/or its subsidiaries." |