diff options
author | 2018-10-26 01:55:34 +0000 | |
---|---|---|
committer | 2018-10-26 01:55:34 +0000 | |
commit | 6e497a7dde098097a8e1c7947f2ad218493539e6 (patch) | |
tree | 3add9853741d187429cf478b03804994990a6053 | |
parent | mention ssh-ed25519-cert-v01@openssh.com in list of cert key type (diff) | |
download | wireguard-openbsd-6e497a7dde098097a8e1c7947f2ad218493539e6.tar.xz wireguard-openbsd-6e497a7dde098097a8e1c7947f2ad218493539e6.zip |
Fix entry for Realtek RTL8723BE, from Stuart Shillington.
-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 */ |