diff options
author | 2015-09-22 09:27:09 +0000 | |
---|---|---|
committer | 2015-09-22 09:27:09 +0000 | |
commit | 5e9a9609e4f26c9cbc7235e8a411426923c83981 (patch) | |
tree | 296911c57e14a37020b43fb554bd7abe3637a859 | |
parent | spelling; (diff) | |
download | wireguard-openbsd-5e9a9609e4f26c9cbc7235e8a411426923c83981.tar.xz wireguard-openbsd-5e9a9609e4f26c9cbc7235e8a411426923c83981.zip |
add (unsupported) realtek wireless card as found in rpointel@'s x250, though
it could be supported by rtwn(4) eventualy
ok stsp@
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 3a0cdb137f6..580cc95ab3a 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1769 2015/09/06 17:35:06 sf Exp $ +$OpenBSD: pcidevs,v 1.1770 2015/09/22 09:27:09 jasper Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -6246,6 +6246,7 @@ product REALTEK RT8180 0x8180 8180 product REALTEK RT8185 0x8185 8185 product REALTEK RT8188 0x8176 8188CE product REALTEK RTL8192CE 0x8178 RTL8192CE +product REALTEK RTL8192EE 0x818b RTL8192EE product REALTEK RTL8190P 0x8190 RTL8190P product REALTEK RTL8192E 0x8192 RTL8192E product REALTEK RTL8187SE 0x8199 8187SE |