| 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 | e832b3c | 2009-04-06 18:48:17 -0400 | [diff] [blame] | 4 |  * Copyright (C) 2004-2009 Emulex.  All rights reserved.           * | 
| James.Smart@Emulex.Com | c44ce17 | 2005-06-25 10:34:39 -0400 | [diff] [blame] | 5 |  * EMULEX and SLI are trademarks of Emulex.                        * | 
 | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6 |  * www.emulex.com                                                  * | 
 | 7 |  *                                                                 * | 
 | 8 |  * 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] | 9 |  * 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.                                     * | 
 | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 19 |  *******************************************************************/ | 
 | 20 |  | 
| James Smart | c667940 | 2009-06-10 17:23:24 -0400 | [diff] [blame] | 21 | #define LPFC_DRIVER_VERSION "8.3.3" | 
 | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 22 |  | 
| James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 23 | #define LPFC_DRIVER_NAME		"lpfc" | 
 | 24 | #define LPFC_SP_DRIVER_HANDLER_NAME	"lpfc:sp" | 
 | 25 | #define LPFC_FP_DRIVER_HANDLER_NAME	"lpfc:fp" | 
 | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 26 |  | 
 | 27 | #define LPFC_MODULE_DESC "Emulex LightPulse Fibre Channel SCSI driver " \ | 
 | 28 | 		LPFC_DRIVER_VERSION | 
| James Smart | e832b3c | 2009-04-06 18:48:17 -0400 | [diff] [blame] | 29 | #define LPFC_COPYRIGHT "Copyright(c) 2004-2009 Emulex.  All rights reserved." |