diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2020-04-25 15:23:49 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2020-04-25 15:23:49 +0000 |
commit | 8ae8e0d04ac5c7d5778e5047dbe591e4a45ca231 (patch) | |
tree | 8e300b227c4b3bf4853cd9192073143ae5b5892c /sys | |
parent | 3e3ceb02e4f24fa43ce7cc3e8e02387e621a04f9 (diff) |
Add RTL8821CE and RTL8822CE PCI ids.
ok stsp@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index f184966c76f..43adff709d7 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$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 $ */ /* @@ -7165,6 +7165,8 @@ product REALTEK RTL8723AE 0x8723 8723AE product REALTEK RTL8821AE 0x8821 8821AE product REALTEK RTL8723BE 0xb723 8723BE product REALTEK RTL8822BE 0xb822 8822BE +product REALTEK RTL8821CE 0xc821 8821CE +product REALTEK RTL8822CE 0xc822 8822CE /* Red Hat products */ product REDHAT PPB 0x0001 Qemu PCI-PCI |