While browsing through 'prtconf' output, I found the following properties for the PCIe device I'm implementing driver for:
% prtconf -v | less
...
name='pci-msix-capid-pointer' type=int items=1
value=000000b0
name='pci-msi-capid-pointer' type=int items=1
value=00000050
...
I guess these indicate MSI/MSI-X specific capabilities supported by the PCIe device, am I right? But what does value mean here?