diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2023-03-31 20:31:36 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2023-03-31 20:31:36 +0000 |
commit | c61af9340a044e8aaefce534d985b8c9ef991a8d (patch) | |
tree | 672ac9adeaf4854ef7f1572ce2b79048442eb2cb | |
parent | fc0eb2a3cb5fc33019ec480fd290ad9f5e8c77e1 (diff) |
regen after "BE-M1000" addition
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | 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 $ */ @@ -7764,6 +7764,10 @@ static const struct pci_known_product pci_known_products[] = { "RT2890", }, { + PCI_VENDOR_BAIKAL, PCI_PRODUCT_BAIKAL_BE_M1000, + "BE-M1000", + }, + { PCI_VENDOR_BELKIN, PCI_PRODUCT_BELKIN_F5D6000, "F5D6000", }, @@ -35944,6 +35948,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Union Memory", }, { + PCI_VENDOR_BAIKAL, + "Baikal Electronics", + }, + { PCI_VENDOR_AQUANTIA, "Aquantia", }, |