solaris - OracleSolaris 11.2 - locate capability of PCI device -


i need solaris analogue linux's pci_find_capability kernel function. grepped through /usr/src/ similarities, didn't find close it. pci/pcie drivers use find capabilities supported devices? thanks.

<sys/sunddi.h> has pcie_get_cap(), apart drivers i'm aware of go , read pci/pcie device config space directly looking info they're after.

what problem trying solve here?


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -