Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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.
  • Loading branch information
Michael Brown committed Nov 16, 2009
1 parent ef0e768 commit f406ede
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/drivers/infiniband/qib_7220_regs.h
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008 QLogic Corporation. All rights reserved.
* Copyright (c) 2008, 2009 QLogic Corporation. All rights reserved.
*
*
* This software is available to you under a choice of one of two
Expand Down Expand Up @@ -30,9 +30,8 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
* This file is mechanically generated. Any hand-edits will be lost.
* If not now, soon.
*/
/* This file is mechanically generated from RTL. Any hand-edits will be lost! */

/* This file has been further processed by ./drivers/infiniband/qib_genbits.pl */

Expand All @@ -45,8 +44,8 @@ struct QIB_7220_Revision_pb {
pseudo_bit_t R_Arch[8];
pseudo_bit_t R_SW[8];
pseudo_bit_t BoardID[8];
pseudo_bit_t R_Palldium_Revcode[22];
pseudo_bit_t R_Palladium[1];
pseudo_bit_t R_Emulation_Revcode[22];
pseudo_bit_t R_Emulation[1];
pseudo_bit_t R_Simulator[1];
};
struct QIB_7220_Revision {
Expand Down Expand Up @@ -1251,7 +1250,6 @@ struct QIB_7220_SendDmaReqTagUsed_pb {
pseudo_bit_t ReqTagUsed_7_0[8];
pseudo_bit_t _unused_0[8];
pseudo_bit_t Reserved[48];
pseudo_bit_t _unused_1[8];
};
struct QIB_7220_SendDmaReqTagUsed {
PSEUDO_BIT_STRUCT ( struct QIB_7220_SendDmaReqTagUsed_pb );
Expand Down

0 comments on commit f406ede

Please sign in to comment.