diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2024-02-19 03:00:38 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2024-02-19 03:00:38 +0000 |
commit | 8ddfda9f97fea6deeed5ea642b035cd0fea195f3 (patch) | |
tree | a0878fc080c39ab8d7f5339f9f3fd420ca92e1ab /sys | |
parent | 5eb31d805d7569c5304ba8992722cd8260fbead3 (diff) |
add Realtek 802.11ax ids
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 5 insertions, 1 deletions
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 |