qla_version.h 1004 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
/******************************************************************************
 *                  QLOGIC LINUX SOFTWARE
 *
 * QLogic ISP2x00 device driver for Linux 2.6.x
5
 * Copyright (C) 2003-2005 QLogic Corporation
L
Linus Torvalds 已提交
6 7 8 9 10 11 12 13 14 15 16 17 18 19
 * (www.qlogic.com)
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the
 * Free Software Foundation; either version 2, or (at your option) any
 * later version.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 ******************************************************************************/
/*
A
Andrew Vasquez 已提交
20
 * Driver version
L
Linus Torvalds 已提交
21
 */
22
#define QLA2XXX_VERSION      "8.01.00b5-k"
L
Linus Torvalds 已提交
23 24

#define QLA_DRIVER_MAJOR_VER	8
25 26
#define QLA_DRIVER_MINOR_VER	1
#define QLA_DRIVER_PATCH_VER	0
27
#define QLA_DRIVER_BETA_VER	5