Post

Replies

Boosts

Views

Activity

Comment on Need an assistance to fetch the PCI devices information using PCIDrivers
Sorry, I didn't see your reply earlier. I had the same issues as you, and concluded that you need a custom driver, as the Apple NVMe driver does not provide raw access to the NVMe device. My code is still in the internal process of being open-sourced. But once it's cleared, it'll be released on the xNVMe repo: https://github.com/OpenMPDK/xNVMe Link to the Discord server is at the bottom of the GitHub page: https://discord.gg/XCbBX9DmKf
Topic: App & System Services SubTopic: Drivers Tags:
Jan ’24
Comment on Need an assistance to fetch the PCI devices information using PCIDrivers
Sorry, I didn't see your reply earlier. I had the same issues as you, and concluded that you need a custom driver, as the Apple NVMe driver does not provide raw access to the NVMe device. My code is still in the internal process of being open-sourced. But once it's cleared, it'll be released on the xNVMe repo: https://github.com/OpenMPDK/xNVMe Link to the Discord server is at the bottom of the GitHub page: https://discord.gg/XCbBX9DmKf
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Jan ’24
Comment on Need a assistance in getting USB information using DriverKit Extension
Have you tried IORegistryExplorer? If all the information you need is there, you won't need DriverKit to extract it.
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Jan ’24
Comment on Need an assistance to fetch the PCI devices information using PCIDrivers
Try with 'sudo': 'sudo xnvme enum' or 'sudo xnvme list'. But the proper PCI support has not been released yet. The current support will only be through the block-layer device and the built-in NVMe driver.
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Feb ’24