Skip to content
Snippets Groups Projects
Commit b4833cbf authored by Michael Hinton's avatar Michael Hinton Committed by Brian Christiansen
Browse files

RSMI: Fix incorrect PCI BDF bits

The specs for rsmi_dev_pci_id_get() say this:

Domain   [64:32]
Reserved [31:16]
Bus      [15: 8]
Device   [ 7: 3]
Function [ 2: 0]

Notably, the bus was truncated by 3 bits, and the domain and reserved
sections were swapped and had incorrect widths.

Bug 11577
parent c20acda7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment