Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Add iwm(4).



details:   https://anonhg.NetBSD.org/src/rev/0ba8224a3945
branches:  trunk
changeset: 336199:0ba8224a3945
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Tue Feb 17 09:21:57 2015 +0000

description:
Add iwm(4).

diffstat:

 sys/arch/amd64/conf/XEN3_DOM0 |  3 ++-
 sys/arch/i386/conf/XEN3_DOM0  |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r e9de41fbdcba -r 0ba8224a3945 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Tue Feb 17 09:18:45 2015 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Tue Feb 17 09:21:57 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.112 2014/11/16 16:01:40 manu Exp $
+# $NetBSD: XEN3_DOM0,v 1.113 2015/02/17 09:21:57 nonaka Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -343,6 +343,7 @@
 ipw*   at pci? dev ? function ?        # Intel PRO/Wireless 2100
 iwi*   at pci? dev ? function ?        # Intel PRO/Wireless 2200BG
 iwn*   at pci? dev ? function ?        # Intel PRO/Wireless 4965AGN
+iwm*   at pci? dev ? function ?        # Intel Wireless WiFi Link 7xxx
 jme*   at pci? dev ? function ?        # JMicron JMC2[56]0 ethernet
 le*    at pci? dev ? function ?        # PCnet-PCI Ethernet
 lii*   at pci? dev ? function ?        # Atheros L2 Fast-Ethernet
diff -r e9de41fbdcba -r 0ba8224a3945 sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0      Tue Feb 17 09:18:45 2015 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0      Tue Feb 17 09:21:57 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: XEN3_DOM0,v 1.93 2014/11/16 16:01:41 manu Exp $
+#      $NetBSD: XEN3_DOM0,v 1.94 2015/02/17 09:21:57 nonaka Exp $
 #
 #      XEN3_0: Xen 3.0 domain0 kernel
 
@@ -320,6 +320,7 @@
 ipw*   at pci? dev ? function ?        # Intel PRO/Wireless 2100
 iwi*   at pci? dev ? function ?        # Intel PRO/Wireless 2200BG
 iwn*   at pci? dev ? function ?        # Intel PRO/Wireless 4965AGN
+iwm*   at pci? dev ? function ?        # Intel Wireless WiFi Link 7xxx
 jme*   at pci? dev ? function ?        # JMicron JMC2[56]0 Ethernet
 le*    at pci? dev ? function ?        # PCnet-PCI Ethernet
 lii*   at pci? dev ? function ?        # Atheros L2 Fast-Ethernet



Home | Main Index | Thread Index | Old Index