Opened 8 years ago

Last modified 8 years ago

#691 closed enhancement

os_win32.cpp: Support Windows 10 NVMe driver (stornvme.sys) — at Version 1

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 Christian Franke)

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 (1)

comment:1 by Christian Franke, 8 years ago

Description: modified (diff)
Owner: set to Christian Franke
Priority: minormajor
Status: newaccepted
Summary: os_win32.cpp: Add support for IOCTL_STORAGE_PROTOCOL_COMMANDos_win32.cpp: Support Windows 10 NVMe driver (stornvme.sys)

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.

Note: See TracTickets for help on using tickets.