aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvme
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2022-10-20 14:19:24 +0000
committerAlexander Motin <mav@FreeBSD.org>2022-10-20 14:19:24 +0000
commit2a31a06bf1bb2d328d6672ed91c3e54734684cc0 (patch)
tree393323aec36d2e669cb2b525903f7a4d063ce487 /sys/dev/nvme
parent24cf7a8d62856552fa800ad81b6f89ec9cdf91be (diff)
Diffstat (limited to 'sys/dev/nvme')
-rw-r--r--sys/dev/nvme/nvme_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/nvme/nvme_pci.c b/sys/dev/nvme/nvme_pci.c
index 73d319b37c62..5e7efa7f33bc 100644
--- a/sys/dev/nvme/nvme_pci.c
+++ b/sys/dev/nvme/nvme_pci.c
@@ -94,6 +94,7 @@ static struct _pcsid
{ 0x05401c5f, 0, 0, "Memblaze Pblaze4", QUIRK_DELAY_B4_CHK_RDY },
{ 0xa821144d, 0, 0, "Samsung PM1725", QUIRK_DELAY_B4_CHK_RDY },
{ 0xa822144d, 0, 0, "Samsung PM1725a", QUIRK_DELAY_B4_CHK_RDY },
+ { 0x07f015ad, 0, 0, "VMware NVMe Controller" },
{ 0x00000000, 0, 0, NULL }
};