regen after "BE-M1000" addition
authorkn <kn@openbsd.org>
Fri, 31 Mar 2023 20:31:35 +0000 (20:31 +0000)
committerkn <kn@openbsd.org>
Fri, 31 Mar 2023 20:31:35 +0000 (20:31 +0000)
sys/dev/pci/pcidevs.h
sys/dev/pci/pcidevs_data.h

index d0ca2a9..0c14296 100644 (file)
@@ -2,7 +2,7 @@
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     OpenBSD: pcidevs,v 1.2027 2023/03/31 08:16:30 kevlo Exp 
+ *     OpenBSD: pcidevs,v 1.2028 2023/03/31 20:28:48 kn Exp 
  */
 /*     $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $       */
 
 #define        PCI_VENDOR_SKHYNIX      0x1c5c          /* SK hynix */
 #define        PCI_VENDOR_ADATA        0x1cc1          /* ADATA Technology */
 #define        PCI_VENDOR_UMIS 0x1cc4          /* Union Memory */
+#define        PCI_VENDOR_BAIKAL       0x1d39          /* Baikal Electronics */
 #define        PCI_VENDOR_AQUANTIA     0x1d6a          /* Aquantia */
 #define        PCI_VENDOR_ROCKCHIP     0x1d87          /* Rockchip */
 #define        PCI_VENDOR_TEKRAM2      0x1de1          /* Tekram */
 /* AWT products */
 #define        PCI_PRODUCT_AWT_RT2890  0x1059          /* RT2890 */
 
+/* Baikal products */
+#define        PCI_PRODUCT_BAIKAL_BE_M1000     0x8060          /* BE-M1000 */
+
 /* Belkin Components products */
 #define        PCI_PRODUCT_BELKIN_F5D6000      0xec00          /* F5D6000 */
 #define        PCI_PRODUCT_BELKIN2_F5D6001     0x6001          /* F5D6001 */
index 61924bd..8c7c161 100644 (file)
@@ -2,7 +2,7 @@
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     OpenBSD: pcidevs,v 1.2027 2023/03/31 08:16:30 kevlo Exp 
+ *     OpenBSD: pcidevs,v 1.2028 2023/03/31 20:28:48 kn Exp 
  */
 
 /*     $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $       */
@@ -7763,6 +7763,10 @@ static const struct pci_known_product pci_known_products[] = {
            PCI_VENDOR_AWT, PCI_PRODUCT_AWT_RT2890,
            "RT2890",
        },
+       {
+           PCI_VENDOR_BAIKAL, PCI_PRODUCT_BAIKAL_BE_M1000,
+           "BE-M1000",
+       },
        {
            PCI_VENDOR_BELKIN, PCI_PRODUCT_BELKIN_F5D6000,
            "F5D6000",
@@ -35943,6 +35947,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
            PCI_VENDOR_UMIS,
            "Union Memory",
        },
+       {
+           PCI_VENDOR_BAIKAL,
+           "Baikal Electronics",
+       },
        {
            PCI_VENDOR_AQUANTIA,
            "Aquantia",