Browse Source

[linda] Re-import the latest register definitions

Two registers have been renamed, and a bugfix to qib_genbits.pl
removes a harmless excess padding field.
tags/v1.0.0-rc1
Michael Brown 14 years ago
parent
commit
f406edefae
1 changed files with 4 additions and 6 deletions
  1. 4
    6
      src/drivers/infiniband/qib_7220_regs.h

+ 4
- 6
src/drivers/infiniband/qib_7220_regs.h View File

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
  * This software is available to you under a choice of one of two
5
  * This software is available to you under a choice of one of two
30
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31
  * SOFTWARE.
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
 /* This file has been further processed by ./drivers/infiniband/qib_genbits.pl */
36
 /* This file has been further processed by ./drivers/infiniband/qib_genbits.pl */
38
 
37
 
45
 	pseudo_bit_t R_Arch[8];
44
 	pseudo_bit_t R_Arch[8];
46
 	pseudo_bit_t R_SW[8];
45
 	pseudo_bit_t R_SW[8];
47
 	pseudo_bit_t BoardID[8];
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
 	pseudo_bit_t R_Simulator[1];
49
 	pseudo_bit_t R_Simulator[1];
51
 };
50
 };
52
 struct QIB_7220_Revision {
51
 struct QIB_7220_Revision {
1251
 	pseudo_bit_t ReqTagUsed_7_0[8];
1250
 	pseudo_bit_t ReqTagUsed_7_0[8];
1252
 	pseudo_bit_t _unused_0[8];
1251
 	pseudo_bit_t _unused_0[8];
1253
 	pseudo_bit_t Reserved[48];
1252
 	pseudo_bit_t Reserved[48];
1254
-	pseudo_bit_t _unused_1[8];
1255
 };
1253
 };
1256
 struct QIB_7220_SendDmaReqTagUsed {
1254
 struct QIB_7220_SendDmaReqTagUsed {
1257
 	PSEUDO_BIT_STRUCT ( struct QIB_7220_SendDmaReqTagUsed_pb );
1255
 	PSEUDO_BIT_STRUCT ( struct QIB_7220_SendDmaReqTagUsed_pb );

Loading…
Cancel
Save