diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2022-10-06 16:44:59 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2022-10-06 16:44:59 +0000 |
| commit | 9bce11410645f4e84521c2ee44d3082aad8ae1e9 (patch) | |
| tree | 27a84fe6abf73a727cd89bbb59bc4c345e63bf6e /sys/dev | |
| parent | c28220d8661ee1928bff7d2c6bcd3e64c25f927b (diff) | |
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/vmd/vmd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/vmd/vmd.c b/sys/dev/vmd/vmd.c index 078101b58b2d..774f3991d6b3 100644 --- a/sys/dev/vmd/vmd.c +++ b/sys/dev/vmd/vmd.c @@ -111,8 +111,10 @@ static struct vmd_type vmd_devs[] = { { 0x8086, 0x28c0, "Intel Volume Management Device", BUS_RESTRICT | CAN_BYPASS_MSI }, { 0x8086, 0x467f, "Intel Volume Management Device", BUS_RESTRICT | VECTOR_OFFSET }, { 0x8086, 0x4c3d, "Intel Volume Management Device", BUS_RESTRICT | VECTOR_OFFSET }, + { 0x8086, 0x7d0b, "Intel Volume Management Device", BUS_RESTRICT | VECTOR_OFFSET }, { 0x8086, 0x9a0b, "Intel Volume Management Device", BUS_RESTRICT | VECTOR_OFFSET }, { 0x8086, 0xa77f, "Intel Volume Management Device", BUS_RESTRICT | VECTOR_OFFSET }, + { 0x8086, 0xad0b, "Intel Volume Management Device", BUS_RESTRICT | VECTOR_OFFSET }, { 0, 0, NULL, 0 } }; |
