xref: /openbmc/linux/drivers/scsi/lpfc/lpfc_version.h (revision 9399627f)
1dea3101eS /*******************************************************************
2dea3101eS  * This file is part of the Emulex Linux Device Driver for         *
3c44ce173SJames.Smart@Emulex.Com  * Fibre Channel Host Bus Adapters.                                *
432cfe344SJames Smart  * Copyright (C) 2004-2008 Emulex.  All rights reserved.           *
5c44ce173SJames.Smart@Emulex.Com  * EMULEX and SLI are trademarks of Emulex.                        *
6dea3101eS  * www.emulex.com                                                  *
7dea3101eS  *                                                                 *
8dea3101eS  * This program is free software; you can redistribute it and/or   *
9c44ce173SJames.Smart@Emulex.Com  * modify it under the terms of version 2 of the GNU General       *
10c44ce173SJames.Smart@Emulex.Com  * Public License as published by the Free Software Foundation.    *
11c44ce173SJames.Smart@Emulex.Com  * This program is distributed in the hope that it will be useful. *
12c44ce173SJames.Smart@Emulex.Com  * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND          *
13c44ce173SJames.Smart@Emulex.Com  * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,  *
14c44ce173SJames.Smart@Emulex.Com  * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE      *
15c44ce173SJames.Smart@Emulex.Com  * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
16c44ce173SJames.Smart@Emulex.Com  * TO BE LEGALLY INVALID.  See the GNU General Public License for  *
17c44ce173SJames.Smart@Emulex.Com  * more details, a copy of which can be found in the file COPYING  *
18c44ce173SJames.Smart@Emulex.Com  * included with this package.                                     *
19dea3101eS  *******************************************************************/
20dea3101eS 
21ff0f4cb5SJames Smart #define LPFC_DRIVER_VERSION "8.2.7"
22dea3101eS 
23dea3101eS #define LPFC_DRIVER_NAME		"lpfc"
249399627fSJames Smart #define LPFC_SP_DRIVER_HANDLER_NAME	"lpfc:sp"
259399627fSJames Smart #define LPFC_FP_DRIVER_HANDLER_NAME	"lpfc:fp"
26dea3101eS 
27dea3101eS #define LPFC_MODULE_DESC "Emulex LightPulse Fibre Channel SCSI driver " \
28dea3101eS 		LPFC_DRIVER_VERSION
2932cfe344SJames Smart #define LPFC_COPYRIGHT "Copyright(c) 2004-2008 Emulex.  All rights reserved."
30