Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci iwm(4): match Wireless 8265 device.
details: https://anonhg.NetBSD.org/src/rev/1518f9a0be9e
branches: trunk
changeset: 824031:1518f9a0be9e
user: nonaka <nonaka%NetBSD.org@localhost>
date: Fri May 19 14:18:10 2017 +0000
description:
iwm(4): match Wireless 8265 device.
diffstat:
sys/dev/pci/if_iwm.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 8609fe19d151 -r 1518f9a0be9e sys/dev/pci/if_iwm.c
--- a/sys/dev/pci/if_iwm.c Fri May 19 13:49:25 2017 +0000
+++ b/sys/dev/pci/if_iwm.c Fri May 19 14:18:10 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_iwm.c,v 1.71 2017/03/14 23:59:26 nonaka Exp $ */
+/* $NetBSD: if_iwm.c,v 1.72 2017/05/19 14:18:10 nonaka Exp $ */
/* OpenBSD: if_iwm.c,v 1.148 2016/11/19 21:07:08 stsp Exp */
#define IEEE80211_NO_HT
/*
@@ -106,7 +106,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_iwm.c,v 1.71 2017/03/14 23:59:26 nonaka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_iwm.c,v 1.72 2017/05/19 14:18:10 nonaka Exp $");
#include <sys/param.h>
#include <sys/conf.h>
@@ -7725,6 +7725,7 @@
PCI_PRODUCT_INTEL_WIFI_LINK_8260_2,
PCI_PRODUCT_INTEL_WIFI_LINK_4165_1,
PCI_PRODUCT_INTEL_WIFI_LINK_4165_2,
+ PCI_PRODUCT_INTEL_WIFI_LINK_8265,
};
static int
Home |
Main Index |
Thread Index |
Old Index