diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-04-20 20:32:24 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-04-20 20:32:24 +0000 |
commit | 8204ae78a2cd8f051e1f6c35d0b8f564758dffd0 (patch) | |
tree | 7ae597a8c88fbcffaadc2653e007b6c41c0c055f /sys | |
parent | 047a1c71f71b725e6f7802c0a09e9e9e2c4934c3 (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 00340e129e2..7efd709c53b 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1919 2020/02/05 14:50:57 patrick Exp + * OpenBSD: pcidevs,v 1.1920 2020/04/20 20:30:45 patrick Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7295,6 +7295,7 @@ /* SanDisk (Western Digital) */ #define PCI_PRODUCT_SANDISK_WDSXXXG1X0C 0x5001 /* WD Black NVMe */ #define PCI_PRODUCT_SANDISK_WDSXXXG2X0C 0x5002 /* WD Black NVMe */ +#define PCI_PRODUCT_SANDISK_WDSXXXG3X0C 0x5006 /* WD Black NVMe */ /* Sangoma products */ #define PCI_PRODUCT_SANGOMA_A10X 0x0300 /* A10x */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index d7086a51fbb..db2c4302b49 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1919 2020/02/05 14:50:57 patrick Exp + * OpenBSD: pcidevs,v 1.1920 2020/04/20 20:30:45 patrick Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -25820,6 +25820,10 @@ static const struct pci_known_product pci_known_products[] = { "WD Black NVMe", }, { + PCI_VENDOR_SANDISK, PCI_PRODUCT_SANDISK_WDSXXXG3X0C, + "WD Black NVMe", + }, + { PCI_VENDOR_SANGOMA, PCI_PRODUCT_SANGOMA_A10X, "A10x", }, |