Enable the netuio driver for an NVMe storage controller on Windows. Add the class ID 010802 and identify the device as 'netuio NVM Express Controller'.
Signed-off-by: Nick Connolly <nick.conno...@mayadata.io> --- windows/netuio/netuio.inf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/netuio/netuio.inf b/windows/netuio/netuio.inf index 7121a0f..06d2d23 100644 --- a/windows/netuio/netuio.inf +++ b/windows/netuio/netuio.inf @@ -28,6 +28,7 @@ HKR,,Icon,,-5 [Standard.NT$ARCH$] %netuio.DeviceDesc%=netuio_Device, Root\netuio +%netuio.nvme.DeviceDesc%=netuio_Device, PCI\CC_010802 [netuio_Device.NT] CopyFiles=Drivers_Dir @@ -71,6 +72,7 @@ Provider = "Vendor" ClassName = "Windows UIO" DiskName = "DPDK netUIO Installation Disk" netuio.DeviceDesc = "netuio Device" +netuio.nvme.DeviceDesc = "netuio NVM Express Controller" netuio.SVCDESC = "netuio Service" [DMAr.reg] -- 2.25.1