Skip to content

Commit

Permalink
Set addr assoc2 to 0xffffffff in device side
Browse files Browse the repository at this point in the history
Signed-off-by: Min Xu <[email protected]>
  • Loading branch information
mxu9 committed May 14, 2024
1 parent 6e13cf3 commit 0e9744f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teeio-validator/teeio_validator/pci_ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ PCIE_SEL_IDE_RID_ASSOC_REG_BLOCK m_rid_assoc_reg_block = {

PCIE_SEL_IDE_ADDR_ASSOC_REG_BLOCK m_addr_assoc_reg_block = {
.addr_assoc1 = {.raw = 0xfff00001},
.addr_assoc2 = {.raw = 0},
.addr_assoc2 = {.raw = 0xffffffff},
.addr_assoc3 = {.raw = 0},
};

Expand Down

0 comments on commit 0e9744f

Please sign in to comment.