diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2018-10-26 01:55:35 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2018-10-26 01:55:35 +0000 |
commit | 93b1a0bad1a2429f463e72fa2cc9d3873325187c (patch) | |
tree | 715e00c4c9b478808f9a9d97abcf47cf52a680be /sys/dev | |
parent | a880c05cd90ba26e7a0b5754f0e9d28fc5e6c846 (diff) |
Fix entry for Realtek RTL8723BE, from Stuart Shillington.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index e20cececa91..c921116a55e 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1863 2018/10/22 05:06:32 jsg Exp $ +$OpenBSD: pcidevs,v 1.1864 2018/10/26 01:55:34 kevlo Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -6903,7 +6903,7 @@ product REALTEK RTL8192E 0x8192 RTL8192E product REALTEK RTL8187SE 0x8199 8187SE product REALTEK RTL8723AE 0x8723 8723AE product REALTEK RTL8821AE 0x8821 8821AE -product REALTEK RT8191SE 0xb723 8191SE +product REALTEK RTL8723BE 0xb723 8723BE product REALTEK RTL8822BE 0xb822 8822BE /* Red Hat products */ |