Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is part of the Chelsio T4 Ethernet driver for Linux.
0003  *
0004  * Copyright (c) 2003-2014 Chelsio Communications, Inc. All rights reserved.
0005  *
0006  * This software is available to you under a choice of one of two
0007  * licenses.  You may choose to be licensed under the terms of the GNU
0008  * General Public License (GPL) Version 2, available from the file
0009  * COPYING in the main directory of this source tree, or the
0010  * OpenIB.org BSD license below:
0011  *
0012  *     Redistribution and use in source and binary forms, with or
0013  *     without modification, are permitted provided that the following
0014  *     conditions are met:
0015  *
0016  *      - Redistributions of source code must retain the above
0017  *        copyright notice, this list of conditions and the following
0018  *        disclaimer.
0019  *
0020  *      - Redistributions in binary form must reproduce the above
0021  *        copyright notice, this list of conditions and the following
0022  *        disclaimer in the documentation and/or other materials
0023  *        provided with the distribution.
0024  *
0025  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
0026  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
0027  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
0028  * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
0029  * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
0030  * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
0031  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
0032  * SOFTWARE.
0033  */
0034 
0035 #ifndef __T4FW_VERSION_H__
0036 #define __T4FW_VERSION_H__
0037 
0038 #define T4FW_VERSION_MAJOR 0x01
0039 #define T4FW_VERSION_MINOR 0x17
0040 #define T4FW_VERSION_MICRO 0x03
0041 #define T4FW_VERSION_BUILD 0x00
0042 
0043 #define T4FW_MIN_VERSION_MAJOR 0x01
0044 #define T4FW_MIN_VERSION_MINOR 0x04
0045 #define T4FW_MIN_VERSION_MICRO 0x00
0046 
0047 #define T5FW_VERSION_MAJOR 0x01
0048 #define T5FW_VERSION_MINOR 0x17
0049 #define T5FW_VERSION_MICRO 0x03
0050 #define T5FW_VERSION_BUILD 0x00
0051 
0052 #define T5FW_MIN_VERSION_MAJOR 0x00
0053 #define T5FW_MIN_VERSION_MINOR 0x00
0054 #define T5FW_MIN_VERSION_MICRO 0x00
0055 
0056 #define T6FW_VERSION_MAJOR 0x01
0057 #define T6FW_VERSION_MINOR 0x17
0058 #define T6FW_VERSION_MICRO 0x03
0059 #define T6FW_VERSION_BUILD 0x00
0060 
0061 #define T6FW_MIN_VERSION_MAJOR 0x00
0062 #define T6FW_MIN_VERSION_MINOR 0x00
0063 #define T6FW_MIN_VERSION_MICRO 0x00
0064 #endif