IxVersionId.h 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. /**
  2. * @file IxVersionId.h
  3. *
  4. * @date 22-Aug-2002
  5. *
  6. * @brief This file contains the IXP400 Software version identifier
  7. *
  8. *
  9. * @par
  10. * IXP400 SW Release version 2.0
  11. *
  12. * -- Copyright Notice --
  13. *
  14. * @par
  15. * Copyright 2001-2005, Intel Corporation.
  16. * All rights reserved.
  17. *
  18. * @par
  19. * Redistribution and use in source and binary forms, with or without
  20. * modification, are permitted provided that the following conditions
  21. * are met:
  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.
  30. *
  31. * @par
  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
  42. * SUCH DAMAGE.
  43. *
  44. * @par
  45. * -- End of Copyright Notice --
  46. */
  47. /**
  48. * @defgroup IxVersionId IXP400 Version ID (IxVersionId)
  49. *
  50. * @brief Version Identifiers
  51. *
  52. * @{
  53. */
  54. #ifndef IXVERSIONID_H
  55. #define IXVERSIONID_H
  56. /**
  57. * @brief Version Identifier String
  58. *
  59. * This string will be updated with each customer release of the IXP400
  60. * Software.
  61. */
  62. #define IX_VERSION_ID "2_0"
  63. /**
  64. * This string will be updated with each customer release of the IXP400
  65. * ADSL driver package.
  66. */
  67. #define IX_VERSION_ADSL_ID "1_12"
  68. /**
  69. * This string will be updated with each customer release of the IXP400
  70. * USB Client driver package.
  71. */
  72. #define IX_VERSION_USBRNDIS_ID "1_9"
  73. /**
  74. * This string will be updated with each customer release of the IXP400
  75. * I2C Linux driver package.
  76. */
  77. #define IX_VERSION_I2C_LINUX_ID "1_0"
  78. /**
  79. * @brief Linux Ethernet Driver Patch Version Identifier String
  80. *
  81. * This string will be updated with each release of Linux Ethernet Patch
  82. */
  83. #define LINUX_ETHERNET_DRIVER_PATCH_ID "1_4"
  84. /**
  85. * @brief Linux Integration Patch Version Identifier String
  86. *
  87. * This String will be updated with each release of Linux Integration Patch
  88. */
  89. #define LINUX_INTEGRATION_PATCH_ID "1_3"
  90. /**
  91. * @brief Linux Ethernet Readme version Identifier String
  92. *
  93. * This string will be updated with each release of Linux Ethernet Readme
  94. */
  95. #define LINUX_ETHERNET_README_ID "1_3"
  96. /**
  97. * @brief Linux Integration Readme version Identifier String
  98. *
  99. * This string will be updated with each release of Linux Integration Readme
  100. */
  101. #define LINUX_INTEGRATION_README_ID "1_3"
  102. /**
  103. * @brief Linux I2C driver Readme version Identifier String
  104. *
  105. * This string will be updated with each release of Linux I2C Driver Readme
  106. */
  107. #define LINUX_I2C_DRIVER_README_ID "1_0"
  108. /**
  109. * @brief ixp425_eth_update_nf_bridge.patch version Identifier String
  110. *
  111. * This string will be updated with each release of ixp425_eth_update_nf_bridge.
  112. patch
  113. *
  114. */
  115. #define IXP425_ETH_UPDATE_NF_BRIDGE_ID "1_3"
  116. /**
  117. * @brief Internal Release Identifier String
  118. *
  119. * This string will be updated with each internal release (SQA drop)
  120. * of the IXP400 Software.
  121. */
  122. #define IX_VERSION_INTERNAL_ID "SQA3_5"
  123. /**
  124. * @brief Compatible Tornado Version Identifier
  125. */
  126. #define IX_VERSION_COMPATIBLE_TORNADO "Tornado2_2_1-PNE2_0"
  127. /**
  128. * @brief Compatible Linux Version Identifier
  129. */
  130. #define IX_VERSION_COMPATIBLE_LINUX "MVL3_1"
  131. #endif /* IXVERSIONID_H */
  132. /**
  133. * @} addtogroup IxVersionId
  134. */