From 743d647cc7387903ecc18e5106092ce8ca717ffe Mon Sep 17 00:00:00 2001 From: kn Date: Fri, 31 Mar 2023 20:31:35 +0000 Subject: [PATCH] regen after "BE-M1000" addition --- sys/dev/pci/pcidevs.h | 6 +++++- sys/dev/pci/pcidevs_data.h | 10 +++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index d0ca2a965b6..0c14296c285 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.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 $ */ @@ -349,6 +349,7 @@ #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 */ @@ -2427,6 +2428,9 @@ /* 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 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 61924bdf3be..8c7c1612521 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.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", -- 2.20.1