regen
authorkmos <kmos@openbsd.org>
Wed, 9 Aug 2023 21:28:30 +0000 (21:28 +0000)
committerkmos <kmos@openbsd.org>
Wed, 9 Aug 2023 21:28:30 +0000 (21:28 +0000)
sys/dev/pci/pcidevs.h
sys/dev/pci/pcidevs_data.h

index 5520f6a..d4d4a91 100644 (file)
@@ -2,7 +2,7 @@
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     OpenBSD: pcidevs,v 1.2044 2023/08/06 14:40:25 jsg Exp 
+ *     OpenBSD: pcidevs,v 1.2045 2023/08/09 21:27:47 kmos Exp 
  */
 /*     $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $       */
 
 #define        PCI_VENDOR_NETMOS       0x9710          /* NetMos */
 #define        PCI_VENDOR_3COM2        0xa727          /* 3Com */
 #define        PCI_VENDOR_PARALLELS    0xaaaa          /* Parallels */
+#define        PCI_VENDOR_CRUCIAL      0xc0a9          /* Crucial */
 #define        PCI_VENDOR_TIGERJET     0xe159          /* TigerJet Network */
 #define        PCI_VENDOR_ENDACE       0xeace          /* Endace */
 #define        PCI_VENDOR_BELKIN       0xec80          /* Belkin Components */
 #define        PCI_PRODUCT_CREATIVELABS_PPB    0x7006          /* PCIE-PCI */
 #define        PCI_PRODUCT_CREATIVELABS_EV1938 0x8938          /* Ectiva 1938 */
 
+/* Crucial products */
+#define        PCI_PRODUCT_CRUCIAL_P5PLUS      0x5407          /* P5 Plus */
+
 /* Cyclades products */
 #define        PCI_PRODUCT_CYCLADES_CYCLOMY_1  0x0100          /* Cyclom-Y below 1M */
 #define        PCI_PRODUCT_CYCLADES_CYCLOMY_2  0x0101          /* Cyclom-Y */
index 9c9738d..78436f7 100644 (file)
@@ -2,7 +2,7 @@
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     OpenBSD: pcidevs,v 1.2044 2023/08/06 14:40:25 jsg Exp 
+ *     OpenBSD: pcidevs,v 1.2045 2023/08/09 21:27:47 kmos Exp 
  */
 
 /*     $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $       */
@@ -9327,6 +9327,10 @@ static const struct pci_known_product pci_known_products[] = {
            PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_EV1938,
            "Ectiva 1938",
        },
+       {
+           PCI_VENDOR_CRUCIAL, PCI_PRODUCT_CRUCIAL_P5PLUS,
+           "P5 Plus",
+       },
        {
            PCI_VENDOR_CYCLADES, PCI_PRODUCT_CYCLADES_CYCLOMY_1,
            "Cyclom-Y below 1M",
@@ -36335,6 +36339,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
            PCI_VENDOR_PARALLELS,
            "Parallels",
        },
+       {
+           PCI_VENDOR_CRUCIAL,
+           "Crucial",
+       },
        {
            PCI_VENDOR_TIGERJET,
            "TigerJet Network",