Intel Volume Management Device When 2.5' U.2 NVMe SSDs first started showing up in datacenters, they revealed a widespread immaturity of platform support for features like PCIe hotplug. Intel® Virtual RAID on CPU (Intel® VROC) is an enterprise, hybrid RAID solution, specifically designed for NVMe. SSDs connected directly to the CPU. Intel® VROC is made possible by the new CPU feature Intel® Volume Management Device, Intel® VMD, a new hardware architecture on Intel® Xeon® Scalable Processors. Go to Advanced / PCI Configuration / UEFI Option ROM Control menu. Scroll down and select Intel® Virtual RAID on CPU. Select All Intel VMD Controllers and select Create RAID Volume as shown below: For more information, refer to the How to configure Intel® Virtual RAID on CPU (Intel® VROC) video. Cause & More Information. Intel VMD is also widely supported in the industry, VMware, for instance, supports the Intel VMD NVMe driver natively in VMware ESXi 6.7 release which includes support for managing NVMe SSDs in vSAN. Intel VROC builds on Intel VMD, bringing NVMe SSD RAID to the picture. Intel VMD-enabled NVMe driver is installed. Intel VMD LED management command line tool is installed on the following VMware. ESXi operating system versions: 6.5 & 6.7 Note: If using VMware. ESXi. 6.7, and replacing the Intel VMD-enabled NVMe inbox driver with the async Intel VMD-enabled NVMe driver v. 1.4 or newer, the inbox VMware LSU.
- Intel Nvme Driver Windows 10
- Intel(r) Volume Management Device Nvme Raid Controller Drivers
- Intel Volume Management Device Nvme Raid Controller Driver
- Intel Ssd Nvme Driver
Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - V index
General informations
The Linux kernel configuration item CONFIG_VMD
has multiple definitions:
Intel Volume Management Device Driver found in drivers/pci/controller/Kconfig
Intel Nvme Driver Windows 10
The configuration item CONFIG_VMD:
- prompt: Intel Volume Management Device Driver
- type: tristate
- depends on:
CONFIG_PCI_MSI && CONFIG_X86_64 && CONFIG_SRCU
- defined in drivers/pci/controller/Kconfig
- found in Linux kernels: 4.18–4.20, 5.0–5.11, 5.12-rc+HEAD
- modules built:
vmd
,vmd
,vmd
Help text
Adds support for the Intel Volume Management Device (VMD). VMD is asecondary PCI host bridge that allows PCI Express root ports,and devices attached to them, to be removed from the defaultPCI domain and placed within the VMD domain. This providesmore bus resources than are otherwise possible with asingle domain. If you know your system provides one of these andhas devices attached to it, say Y; if you are not sure, say N.
To compile this driver as a module, choose M here: themodule will be called vmd.
Intel Volume Management Device Driver found in drivers/pci/host/Kconfig
The configuration item CONFIG_VMD:
- prompt: Intel Volume Management Device Driver
- type: tristate
- depends on:
CONFIG_PCI_MSI && CONFIG_X86_64 && CONFIG_SRCU
- defined in drivers/pci/host/Kconfig
- found in Linux kernels: 4.9–4.17
- modules built:
vmd
,vmd
,vmd
Help text
Adds support for the Intel Volume Management Device (VMD). VMD is asecondary PCI host bridge that allows PCI Express root ports,and devices attached to them, to be removed from the defaultPCI domain and placed within the VMD domain. This providesmore bus resources than are otherwise possible with asingle domain. If you know your system provides one of these andhas devices attached to it, say Y; if you are not sure, say N.
To compile this driver as a module, choose M here: themodule will be called vmd.
Volume Management Device Driver found in arch/x86/Kconfig
The configuration item CONFIG_VMD:
- prompt: Volume Management Device Driver
- type: tristate
- depends on:
CONFIG_PCI_MSI
- defined in arch/x86/Kconfig
- found in Linux kernels: 4.5–4.8
- modules built:
vmd
,vmd
,vmd
Help text
Adds support for the Intel Volume Management Device (VMD). VMD is asecondary PCI host bridge that allows PCI Express root ports,and devices attached to them, to be removed from the defaultPCI domain and placed within the VMD domain. This providesmore bus resources than are otherwise possible with asingle domain. If you know your system provides one of these andhas devices attached to it, say Y; if you are not sure, say N.
Hardware
PCI
Numeric ID (from LKDDb) and names (from pci.ids) of recognized devices:
- vendor:
8086
('Intel Corporation'), device:201d
('Volume Management Device NVMe RAID Controller') - vendor:
8086
('Intel Corporation'), device:201d
('Volume Management Device NVMe RAID Controller') - vendor:
8086
('Intel Corporation'), device:201d
('Volume Management Device NVMe RAID Controller') - vendor:
8086
('Intel Corporation'), device:201d
('Volume Management Device NVMe RAID Controller') - vendor:
8086
('Intel Corporation'), device:28c0
('Volume Management Device NVMe RAID Controller') - vendor:
8086
('Intel Corporation'), device:467f
('Volume Management Device NVMe RAID Controller') - vendor:
8086
('Intel Corporation'), device:4c3d
('Volume Management Device NVMe RAID Controller') - vendor:
8086
('Intel Corporation'), device:9a0b
('Volume Management Device NVMe RAID Controller')
LKDDb
Raw data from LKDDb:
lkddb module vmd CONFIG_VMD : arch/x86/Kconfig : 'Volume Management Device Driver' # in 4.5–4.8
lkddb module vmd CONFIG_VMD : drivers/pci/controller/Kconfig : 'Intel Volume Management Device Driver' # in 4.18–4.20, 5.0–5.11, 5.12-rc+HEAD
lkddb module vmd CONFIG_VMD : drivers/pci/host/Kconfig : 'Intel Volume Management Device Driver' # in 4.9–4.17
lkddb pci 8086 201d .... .... ...... : CONFIG_PCICONFIG_VMD : drivers/pci/host/vmd.c # in 4.9–4.15
lkddb pci 8086 201d .... .... ...... : CONFIG_VMD : arch/x86/pci/vmd.c # in 4.5–4.8
lkddb pci 8086 201d .... .... ...... : CONFIG_VMD : drivers/pci/controller/vmd.c # in 4.18–4.20, 5.0–5.11, 5.12-rc+HEAD
lkddb pci 8086 201d .... .... ...... : CONFIG_VMD : drivers/pci/host/vmd.c # in 4.16–4.17
lkddb pci 8086 28c0 .... .... ...... : CONFIG_VMD : drivers/pci/controller/vmd.c # in 4.18–4.20, 5.0–5.11, 5.12-rc+HEAD
lkddb pci 8086 467f .... .... ...... : CONFIG_VMD : drivers/pci/controller/vmd.c # in 5.6–5.11, 5.12-rc+HEAD
lkddb pci 8086 4c3d .... .... ...... : CONFIG_VMD : drivers/pci/controller/vmd.c # in 5.6–5.11, 5.12-rc+HEAD
lkddb pci 8086 9a0b .... .... ...... : CONFIG_VMD : drivers/pci/controller/vmd.c # in 5.5–5.11, 5.12-rc+HEAD
Sources
This page is automaticly generated with free (libre, open) softwarelkddb(see lkddb-sources).
Intel(r) Volume Management Device Nvme Raid Controller Drivers
The data is retrived from:
- Linux Kernel Driver DataBase (LKDDb)
- The Linux PCI ID Repository.
Intel Volume Management Device Nvme Raid Controller Driver
Automatic links from Google (and ads)
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - V index
Intel Ssd Nvme Driver
Automatically generated (in year 2021). See also LKDDb sources on GitLab