6 * @brief This file contains the IXP400 Software version identifier
10 * IXP400 SW Release version 2.0
12 * -- Copyright Notice --
15 * Copyright 2001-2005, Intel Corporation.
16 * All rights reserved.
19 * Redistribution and use in source and binary forms, with or without
20 * modification, are permitted provided that the following conditions
22 * 1. Redistributions of source code must retain the above copyright
23 * notice, this list of conditions and the following disclaimer.
24 * 2. Redistributions in binary form must reproduce the above copyright
25 * notice, this list of conditions and the following disclaimer in the
26 * documentation and/or other materials provided with the distribution.
27 * 3. Neither the name of the Intel Corporation nor the names of its contributors
28 * may be used to endorse or promote products derived from this software
29 * without specific prior written permission.
32 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
33 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
34 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
35 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
36 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
37 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
38 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
39 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
40 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
41 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
45 * -- End of Copyright Notice --
49 * @defgroup IxVersionId IXP400 Version ID (IxVersionId)
51 * @brief Version Identifiers
60 * @brief Version Identifier String
62 * This string will be updated with each customer release of the IXP400
65 #define IX_VERSION_ID "2_0"
68 * This string will be updated with each customer release of the IXP400
69 * ADSL driver package.
71 #define IX_VERSION_ADSL_ID "1_12"
75 * This string will be updated with each customer release of the IXP400
76 * USB Client driver package.
78 #define IX_VERSION_USBRNDIS_ID "1_9"
81 * This string will be updated with each customer release of the IXP400
82 * I2C Linux driver package.
84 #define IX_VERSION_I2C_LINUX_ID "1_0"
87 * @brief Linux Ethernet Driver Patch Version Identifier String
89 * This string will be updated with each release of Linux Ethernet Patch
91 #define LINUX_ETHERNET_DRIVER_PATCH_ID "1_4"
94 * @brief Linux Integration Patch Version Identifier String
96 * This String will be updated with each release of Linux Integration Patch
98 #define LINUX_INTEGRATION_PATCH_ID "1_3"
101 * @brief Linux Ethernet Readme version Identifier String
103 * This string will be updated with each release of Linux Ethernet Readme
105 #define LINUX_ETHERNET_README_ID "1_3"
108 * @brief Linux Integration Readme version Identifier String
110 * This string will be updated with each release of Linux Integration Readme
113 #define LINUX_INTEGRATION_README_ID "1_3"
116 * @brief Linux I2C driver Readme version Identifier String
118 * This string will be updated with each release of Linux I2C Driver Readme
120 #define LINUX_I2C_DRIVER_README_ID "1_0"
123 * @brief ixp425_eth_update_nf_bridge.patch version Identifier String
125 * This string will be updated with each release of ixp425_eth_update_nf_bridge.
130 #define IXP425_ETH_UPDATE_NF_BRIDGE_ID "1_3"
133 * @brief Internal Release Identifier String
135 * This string will be updated with each internal release (SQA drop)
136 * of the IXP400 Software.
138 #define IX_VERSION_INTERNAL_ID "SQA3_5"
141 * @brief Compatible Tornado Version Identifier
143 #define IX_VERSION_COMPATIBLE_TORNADO "Tornado2_2_1-PNE2_0"
146 * @brief Compatible Linux Version Identifier
148 #define IX_VERSION_COMPATIBLE_LINUX "MVL3_1"
151 #endif /* IXVERSIONID_H */
154 * @} addtogroup IxVersionId