lpfc_version.h 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /*******************************************************************
  2. * This file is part of the Emulex Linux Device Driver for *
  3. * Fibre Channel Host Bus Adapters. *
  4. * Copyright (C) 2017-2022 Broadcom. All Rights Reserved. The term *
  5. * “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. *
  6. * Copyright (C) 2004-2016 Emulex. All rights reserved. *
  7. * EMULEX and SLI are trademarks of Emulex. *
  8. * www.broadcom.com *
  9. * *
  10. * This program is free software; you can redistribute it and/or *
  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. *
  21. *******************************************************************/
  22. #define LPFC_DRIVER_VERSION "14.2.0.7"
  23. #define LPFC_DRIVER_NAME "lpfc"
  24. /* Used for SLI 2/3 */
  25. #define LPFC_SP_DRIVER_HANDLER_NAME "lpfc:sp"
  26. #define LPFC_FP_DRIVER_HANDLER_NAME "lpfc:fp"
  27. /* Used for SLI4 */
  28. #define LPFC_DRIVER_HANDLER_NAME "lpfc:"
  29. #define LPFC_MODULE_DESC "Emulex LightPulse Fibre Channel SCSI driver " \
  30. LPFC_DRIVER_VERSION
  31. #define LPFC_COPYRIGHT "Copyright (C) 2017-2022 Broadcom. All Rights " \
  32. "Reserved. The term \"Broadcom\" refers to Broadcom Inc. " \
  33. "and/or its subsidiaries."