|
@@ -1,5 +1,5 @@
|
1
|
1
|
/*
|
2
|
|
- * Copyright (c) 2008 QLogic Corporation. All rights reserved.
|
|
2
|
+ * Copyright (c) 2008, 2009 QLogic Corporation. All rights reserved.
|
3
|
3
|
*
|
4
|
4
|
*
|
5
|
5
|
* This software is available to you under a choice of one of two
|
|
@@ -30,9 +30,8 @@
|
30
|
30
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
31
|
31
|
* SOFTWARE.
|
32
|
32
|
*
|
33
|
|
- * This file is mechanically generated. Any hand-edits will be lost.
|
34
|
|
- * If not now, soon.
|
35
|
33
|
*/
|
|
34
|
+/* This file is mechanically generated from RTL. Any hand-edits will be lost! */
|
36
|
35
|
|
37
|
36
|
/* This file has been further processed by ./drivers/infiniband/qib_genbits.pl */
|
38
|
37
|
|
|
@@ -45,8 +44,8 @@ struct QIB_7220_Revision_pb {
|
45
|
44
|
pseudo_bit_t R_Arch[8];
|
46
|
45
|
pseudo_bit_t R_SW[8];
|
47
|
46
|
pseudo_bit_t BoardID[8];
|
48
|
|
- pseudo_bit_t R_Palldium_Revcode[22];
|
49
|
|
- pseudo_bit_t R_Palladium[1];
|
|
47
|
+ pseudo_bit_t R_Emulation_Revcode[22];
|
|
48
|
+ pseudo_bit_t R_Emulation[1];
|
50
|
49
|
pseudo_bit_t R_Simulator[1];
|
51
|
50
|
};
|
52
|
51
|
struct QIB_7220_Revision {
|
|
@@ -1251,7 +1250,6 @@ struct QIB_7220_SendDmaReqTagUsed_pb {
|
1251
|
1250
|
pseudo_bit_t ReqTagUsed_7_0[8];
|
1252
|
1251
|
pseudo_bit_t _unused_0[8];
|
1253
|
1252
|
pseudo_bit_t Reserved[48];
|
1254
|
|
- pseudo_bit_t _unused_1[8];
|
1255
|
1253
|
};
|
1256
|
1254
|
struct QIB_7220_SendDmaReqTagUsed {
|
1257
|
1255
|
PSEUDO_BIT_STRUCT ( struct QIB_7220_SendDmaReqTagUsed_pb );
|