diff options
author | Kevin Friedberg <kev.friedberg@gmail.com> | 2023-02-16 05:41:34 +0100 |
---|---|---|
committer | Jes Sorensen <jes@trained-monkey.org> | 2023-05-08 22:28:15 +0200 |
commit | 75350d87c86001c47076e1f62478079bdc072223 (patch) | |
tree | 738f5a17d7ec1bb2fb3d881950c3cf681eacb9ea /platform-intel.h | |
parent | mdadm: numbered names verification (diff) | |
download | mdadm-75350d87c86001c47076e1f62478079bdc072223.tar.xz mdadm-75350d87c86001c47076e1f62478079bdc072223.zip |
enable RAID for SATA under VMD
Detect when a SATA controller has been mapped under Intel Alderlake RST
VMD, so that it can use the VMD controller's RAID capabilities. Create
new device type SYS_DEV_SATA_VMD and list separate controller to prevent
mixing with the NVMe SYS_DEV_VMD devices on the same VMD domain.
Signed-off-by: Kevin Friedberg <kev.friedberg@gmail.com>
Signed-off-by: Jes Sorensen <jes@trained-monkey.org>
Diffstat (limited to 'platform-intel.h')
-rw-r--r-- | platform-intel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform-intel.h b/platform-intel.h index 6238d23f..2c0f4e39 100644 --- a/platform-intel.h +++ b/platform-intel.h @@ -196,6 +196,7 @@ enum sys_dev_type { SYS_DEV_SATA, SYS_DEV_NVME, SYS_DEV_VMD, + SYS_DEV_SATA_VMD, SYS_DEV_MAX }; |