Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Added wpi(4) to the XEN3_DOM0 kernel for both amd64...



details:   https://anonhg.NetBSD.org/src/rev/aa97a3d64ddf
branches:  trunk
changeset: 784785:aa97a3d64ddf
user:      khorben <khorben%NetBSD.org@localhost>
date:      Sat Feb 09 17:42:34 2013 +0000

description:
Added wpi(4) to the XEN3_DOM0 kernel for both amd64 and i386
Tested on a Lenovo ThinkPad T60 2007 (amd64)

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 b2574fdc322a -r aa97a3d64ddf sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Sat Feb 09 17:18:17 2013 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Sat Feb 09 17:42:34 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.91 2012/11/30 18:13:30 riz Exp $
+# $NetBSD: XEN3_DOM0,v 1.92 2013/02/09 17:42:34 khorben Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -372,6 +372,7 @@
 vr*    at pci? dev ? function ?        # VIA Rhine Fast Ethernet
 wi*    at pci? dev ? function ?        # Intersil Prism Mini-PCI (802.11b)
 wm*    at pci? dev ? function ?        # Intel 8254x gigabit
+wpi*   at pci? dev ? function ?        # Intel PRO/Wireless 3945ABG
 xge*   at pci? dev ? function ?        # Neterion (S2io) Xframe-I 10GbE
 
 # MII/PHY support
diff -r b2574fdc322a -r aa97a3d64ddf sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0      Sat Feb 09 17:18:17 2013 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0      Sat Feb 09 17:42:34 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: XEN3_DOM0,v 1.71 2012/10/17 14:48:13 apb Exp $
+#      $NetBSD: XEN3_DOM0,v 1.72 2013/02/09 17:42:35 khorben Exp $
 #
 #      XEN3_0: Xen 3.0 domain0 kernel
 
@@ -350,6 +350,7 @@
 vr*    at pci? dev ? function ?        # VIA Rhine Fast Ethernet
 wi*    at pci? dev ? function ?        # Intersil Prism Mini-PCI (802.11b)
 wm*    at pci? dev ? function ?        # Intel 8254x gigabit
+wpi*   at pci? dev ? function ?        # Intel PRO/Wireless 3945ABG
 xge*   at pci? dev ? function ?        # Neterion (S2io) Xframe-I 10GbE
 
 # MII/PHY support



Home | Main Index | Thread Index | Old Index