summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaliy Makkoveev <mvs@cvs.openbsd.org>2023-02-12 10:40:06 +0000
committerVitaliy Makkoveev <mvs@cvs.openbsd.org>2023-02-12 10:40:06 +0000
commit5f30755809df9d89de2d91a8ea3ac32439004876 (patch)
treea7533e2625ad41602cb8be30abeced64b5ac4444
parent9d81d22008e869fc962a7ddba63c0bfb305498f7 (diff)
regen
-rw-r--r--sys/dev/pci/pcidevs.h6
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index de504c4329b..2066053fe30 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.2021 2023/02/07 07:10:43 kevlo Exp
+ * OpenBSD: pcidevs,v 1.2022 2023/02/12 10:39:16 mvs Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -232,6 +232,7 @@
#define PCI_VENDOR_PE 0x1318 /* Packet Engines */
#define PCI_VENDOR_FORTEMEDIA 0x1319 /* Forte Media */
#define PCI_VENDOR_SIIG 0x131f /* SIIG */
+#define PCI_VENDOR_MICRON 0x1344 /* Micron Technology */
#define PCI_VENDOR_DTCTECH 0x134a /* DTC Tech */
#define PCI_VENDOR_PCTEL 0x134d /* PCTEL */
#define PCI_VENDOR_BRAINBOXES 0x135a /* Brainboxes */
@@ -7267,6 +7268,9 @@
#define PCI_PRODUCT_MICREL_KSZ8841 0x8841 /* KSZ8841 */
#define PCI_PRODUCT_MICREL_KSZ8842 0x8842 /* KSZ8842 */
+/* Micron Technology products */
+#define PCI_PRODUCT_MICRON_MTFDKBA512QFM 0x5413 /* NVMe */
+
/* Microsoft products */
#define PCI_PRODUCT_MICROSOFT_MN120 0x0001 /* MN-120 */
#define PCI_PRODUCT_MICROSOFT_MN130 0x0002 /* MN-130 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 454a051031b..e899a91bdcf 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.2021 2023/02/07 07:10:43 kevlo Exp
+ * OpenBSD: pcidevs,v 1.2022 2023/02/12 10:39:16 mvs Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -26192,6 +26192,10 @@ static const struct pci_known_product pci_known_products[] = {
"KSZ8842",
},
{
+ PCI_VENDOR_MICRON, PCI_PRODUCT_MICRON_MTFDKBA512QFM,
+ "NVMe",
+ },
+ {
PCI_VENDOR_MICROSOFT, PCI_PRODUCT_MICROSOFT_MN120,
"MN-120",
},
@@ -35448,6 +35452,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"SIIG",
},
{
+ PCI_VENDOR_MICRON,
+ "Micron Technology",
+ },
+ {
PCI_VENDOR_DTCTECH,
"DTC Tech",
},