Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xxxxx mlxcx needs DDI_DEVICE_ATTR_V1
Browse files Browse the repository at this point in the history
danmcd committed Jan 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c2482c8 commit 71d3bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/src/uts/common/io/mlxcx/mlxcx.c
Original file line number Diff line number Diff line change
@@ -1259,7 +1259,7 @@ mlxcx_regs_map(mlxcx_t *mlxp)
* device.
*/
bzero(&da, sizeof (ddi_device_acc_attr_t));
da.devacc_attr_version = DDI_DEVICE_ATTR_V0;
da.devacc_attr_version = DDI_DEVICE_ATTR_V1;
da.devacc_attr_endian_flags = DDI_STRUCTURE_BE_ACC;
da.devacc_attr_dataorder = DDI_STRICTORDER_ACC;
if (DDI_FM_ACC_ERR_CAP(mlxp->mlx_fm_caps)) {

0 comments on commit 71d3bfd

Please sign in to comment.