https://github.com/torvalds/linux
Raw File
Tip revision: f75aef392f869018f78cfedf3c320a6b3fcfda6b authored by Linus Torvalds on 30 August 2020, 23:01:54 UTC
Linux 5.9-rc3
Tip revision: f75aef3
qla_version.h
/*
 * QLogic Fibre Channel HBA Driver
 * Copyright (c)  2003-2014 QLogic Corporation
 *
 * See LICENSE.qla2xxx for copyright and licensing details.
 */
/*
 * Driver version
 */
#define QLA2XXX_VERSION      "10.01.00.25-k"

#define QLA_DRIVER_MAJOR_VER	10
#define QLA_DRIVER_MINOR_VER	1
#define QLA_DRIVER_PATCH_VER	0
#define QLA_DRIVER_BETA_VER	0
back to top