diff options
author | 2019-10-29 18:47:51 +0000 | |
---|---|---|
committer | 2019-10-29 18:47:51 +0000 | |
commit | 28a9a80eaaad77d1a17c12a4b9d791def5a94ec6 (patch) | |
tree | 0a87ef2187289666951e9ba30911616735cae210 | |
parent | In rsa.h rev. 1.41, jsing@ provided RSA_pkey_ctx_ctrl(3). (diff) | |
download | wireguard-openbsd-28a9a80eaaad77d1a17c12a4b9d791def5a94ec6.tar.xz wireguard-openbsd-28a9a80eaaad77d1a17c12a4b9d791def5a94ec6.zip |
add an Intel 9260 wifi card
-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 8bdf66577bf..1dc82464759 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1898 2019/10/29 13:27:51 kurt Exp $ +$OpenBSD: pcidevs,v 1.1899 2019/10/29 18:47:51 jcs Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -4079,6 +4079,7 @@ product INTEL WL_8265_1 0x24fd Dual Band Wireless-AC 8265 product INTEL 82820_HB 0x2501 82820 Host product INTEL 82820_AGP 0x250f 82820 AGP product INTEL OPTANE 0x2522 Optane +product INTEL WL_9260_1 0x2526 Dual Band Wireless-AC 9260 product INTEL 82850_HB 0x2530 82850 Host product INTEL 82860_HB 0x2531 82860 Host product INTEL 82850_AGP 0x2532 82850/82860 AGP |