diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2020-04-25 15:24:25 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2020-04-25 15:24:25 +0000 |
commit | d046b844ccda667c8c21ac180f7e7da9c6787ee4 (patch) | |
tree | 9a01dad977256b49117f83127f9e5779f0976c88 /sys | |
parent | 8ae8e0d04ac5c7d5778e5047dbe591e4a45ca231 (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index fca18e8237a..a0ae6ba461d 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.1921 2020/04/20 21:52:02 kettenis Exp + * OpenBSD: pcidevs,v 1.1922 2020/04/25 15:23:48 kevlo Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7170,6 +7170,8 @@ #define PCI_PRODUCT_REALTEK_RTL8821AE 0x8821 /* 8821AE */ #define PCI_PRODUCT_REALTEK_RTL8723BE 0xb723 /* 8723BE */ #define PCI_PRODUCT_REALTEK_RTL8822BE 0xb822 /* 8822BE */ +#define PCI_PRODUCT_REALTEK_RTL8821CE 0xc821 /* 8821CE */ +#define PCI_PRODUCT_REALTEK_RTL8822CE 0xc822 /* 8822CE */ /* Red Hat products */ #define PCI_PRODUCT_REDHAT_PPB 0x0001 /* Qemu PCI-PCI */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index ac1b016f23f..6e74076e564 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.1921 2020/04/20 21:52:02 kettenis Exp + * OpenBSD: pcidevs,v 1.1922 2020/04/25 15:23:48 kevlo Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -25408,6 +25408,14 @@ static const struct pci_known_product pci_known_products[] = { "8822BE", }, { + PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8821CE, + "8821CE", + }, + { + PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8822CE, + "8822CE", + }, + { PCI_VENDOR_REDHAT, PCI_PRODUCT_REDHAT_PPB, "Qemu PCI-PCI", }, |