From 6a77ee11433443db4b4ecd7d0ce622754378b770 Mon Sep 17 00:00:00 2001 From: kevlo Date: Mon, 19 Feb 2024 03:00:37 +0000 Subject: [PATCH] add Realtek 802.11ax ids --- sys/dev/pci/pcidevs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index ce0900f9672..bdad478ec43 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.2061 2024/02/05 19:07:45 deraadt Exp $ +$OpenBSD: pcidevs,v 1.2062 2024/02/19 03:00:37 kevlo Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -8647,10 +8647,14 @@ product REALTEK RTL8187SE 0x8199 8187SE product REALTEK RTL8723AE 0x8723 8723AE product REALTEK RTL8821AE 0x8821 8821AE product REALTEK RTL8852AE 0x8852 8852AE +product REALTEK RTL8852AE_VT 0xa85a 8852AE-VT +product REALTEK RTL8852BE 0xb852 8852BE +product REALTEK RTL8852BE_2 0xb85b 8852BE product REALTEK RTL8723BE 0xb723 8723BE product REALTEK RTL8822BE 0xb822 8822BE product REALTEK RTL8821CE 0xc821 8821CE product REALTEK RTL8822CE 0xc822 8822CE +product REALTEK RTL8852CE 0xc852 8852CE /* Red Hat products */ product REDHAT PPB 0x0001 Qemu PCI-PCI -- 2.20.1