Opened 9 years ago
Closed 8 years ago
#691 closed enhancement (fixed)
os_win32.cpp: Support Windows 10 NVMe driver (stornvme.sys)
Reported by: | Christian Franke | Owned by: | Christian Franke |
---|---|---|---|
Priority: | major | Milestone: | Release 6.6 |
Component: | all | Version: | |
Keywords: | nvme windows | Cc: |
Description (last modified by )
The Windows 10 NVMe driver supports access to NVMe info via new enhanced version of IOCTL_STORAGE_QUERY_PROPERTY which uses STORAGE_PROTOCOL_SPECIFIC_DATA structure.
See also: Working with NVMe drives.
Change History (2)
comment:1 by , 8 years ago
Description: | modified (diff) |
---|---|
Owner: | set to |
Priority: | minor → major |
Status: | new → accepted |
Summary: | os_win32.cpp: Add support for IOCTL_STORAGE_PROTOCOL_COMMAND → os_win32.cpp: Support Windows 10 NVMe driver (stornvme.sys) |
Note:
See TracTickets
for help on using tickets.
Description updated using IOCTL_STORAGE_QUERY_PROPERTY instead of IOCTL_STORAGE_PROTOCOL_COMMAND.
The latter could not be used as it only supports vendor specific commands described in the commands effects log.