Sat Feb 9 17:42:35 2013 UTC ()
Added wpi(4) to the XEN3_DOM0 kernel for both amd64 and i386
Tested on a Lenovo ThinkPad T60 2007 (amd64)


(khorben)
diff -r1.91 -r1.92 src/sys/arch/amd64/conf/XEN3_DOM0
diff -r1.71 -r1.72 src/sys/arch/i386/conf/XEN3_DOM0

cvs diff -r1.91 -r1.92 src/sys/arch/amd64/conf/XEN3_DOM0 (expand / switch to unified diff)

--- src/sys/arch/amd64/conf/XEN3_DOM0 2012/11/30 18:13:30 1.91
+++ src/sys/arch/amd64/conf/XEN3_DOM0 2013/02/09 17:42:34 1.92
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: XEN3_DOM0,v 1.91 2012/11/30 18:13:30 riz Exp $ 1# $NetBSD: XEN3_DOM0,v 1.92 2013/02/09 17:42:34 khorben Exp $
2 2
3include "arch/amd64/conf/std.xen" 3include "arch/amd64/conf/std.xen"
4 4
5options INCLUDE_CONFIG_FILE # embed config file in kernel binary 5options INCLUDE_CONFIG_FILE # embed config file in kernel binary
6 6
7#options UVMHIST 7#options UVMHIST
8#options UVMHIST_PRINT 8#options UVMHIST_PRINT
9#options SYSCALL_DEBUG 9#options SYSCALL_DEBUG
10 10
11maxusers 32 # estimated number of users 11maxusers 32 # estimated number of users
12 12
13# 13#
14options DOM0OPS 14options DOM0OPS
@@ -362,26 +362,27 @@ sf* at pci? dev ? function ? # Adaptec A @@ -362,26 +362,27 @@ sf* at pci? dev ? function ? # Adaptec A
362sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet 362sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
363skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet 363skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet
364sk* at skc? # SysKonnect SK9821 Gigabit Ethernet 364sk* at skc? # SysKonnect SK9821 Gigabit Ethernet
365ste* at pci? dev ? function ? # Sundance ST-201 Ethernet 365ste* at pci? dev ? function ? # Sundance ST-201 Ethernet
366stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit 366stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit
367ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet 367ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet
368tl* at pci? dev ? function ? # ThunderLAN-based Ethernet 368tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
369tlp* at pci? dev ? function ? # DECchip 21x4x and clones 369tlp* at pci? dev ? function ? # DECchip 21x4x and clones
370txp* at pci? dev ? function ? # 3com 3cr990 370txp* at pci? dev ? function ? # 3com 3cr990
371vge* at pci? dev ? function ? # VIATech VT612X Gigabit Ethernet 371vge* at pci? dev ? function ? # VIATech VT612X Gigabit Ethernet
372vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 372vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
373wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b) 373wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b)
374wm* at pci? dev ? function ? # Intel 8254x gigabit 374wm* at pci? dev ? function ? # Intel 8254x gigabit
 375wpi* at pci? dev ? function ? # Intel PRO/Wireless 3945ABG
375xge* at pci? dev ? function ? # Neterion (S2io) Xframe-I 10GbE 376xge* at pci? dev ? function ? # Neterion (S2io) Xframe-I 10GbE
376 377
377# MII/PHY support 378# MII/PHY support
378acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs 379acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs
379amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 380amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
380atphy* at mii? phy ? # Attansic/Atheros PHYs 381atphy* at mii? phy ? # Attansic/Atheros PHYs
381bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 382bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
382brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 383brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
383ciphy* at mii? phy ? # Cicada CS8201 Gig-E PHYs 384ciphy* at mii? phy ? # Cicada CS8201 Gig-E PHYs
384dmphy* at mii? phy ? # Davicom DM9101 PHYs 385dmphy* at mii? phy ? # Davicom DM9101 PHYs
385etphy* at mii? phy ? # Agere/LSI ET1011 TruePHY Gig-E PHYs 386etphy* at mii? phy ? # Agere/LSI ET1011 TruePHY Gig-E PHYs
386exphy* at mii? phy ? # 3Com internal PHYs 387exphy* at mii? phy ? # 3Com internal PHYs
387gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs 388gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs

cvs diff -r1.71 -r1.72 src/sys/arch/i386/conf/Attic/XEN3_DOM0 (expand / switch to unified diff)

--- src/sys/arch/i386/conf/Attic/XEN3_DOM0 2012/10/17 14:48:13 1.71
+++ src/sys/arch/i386/conf/Attic/XEN3_DOM0 2013/02/09 17:42:35 1.72
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: XEN3_DOM0,v 1.71 2012/10/17 14:48:13 apb Exp $ 1# $NetBSD: XEN3_DOM0,v 1.72 2013/02/09 17:42:35 khorben Exp $
2# 2#
3# XEN3_0: Xen 3.0 domain0 kernel 3# XEN3_0: Xen 3.0 domain0 kernel
4 4
5include "arch/xen/conf/std.xen" 5include "arch/xen/conf/std.xen"
6 6
7options INCLUDE_CONFIG_FILE # embed config file in kernel binary 7options INCLUDE_CONFIG_FILE # embed config file in kernel binary
8 8
9#options UVMHIST 9#options UVMHIST
10#options UVMHIST_PRINT 10#options UVMHIST_PRINT
11#options SYSCALL_DEBUG 11#options SYSCALL_DEBUG
12 12
13maxusers 32 # estimated number of users 13maxusers 32 # estimated number of users
14 14
@@ -340,26 +340,27 @@ sf* at pci? dev ? function ? # Adaptec A @@ -340,26 +340,27 @@ sf* at pci? dev ? function ? # Adaptec A
340sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet 340sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
341skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet 341skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet
342sk* at skc? # SysKonnect SK9821 Gigabit Ethernet 342sk* at skc? # SysKonnect SK9821 Gigabit Ethernet
343ste* at pci? dev ? function ? # Sundance ST-201 Ethernet 343ste* at pci? dev ? function ? # Sundance ST-201 Ethernet
344stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit 344stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit
345ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet 345ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet
346tl* at pci? dev ? function ? # ThunderLAN-based Ethernet 346tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
347tlp* at pci? dev ? function ? # DECchip 21x4x and clones 347tlp* at pci? dev ? function ? # DECchip 21x4x and clones
348txp* at pci? dev ? function ? # 3com 3cr990 348txp* at pci? dev ? function ? # 3com 3cr990
349vge* at pci? dev ? function ? # VIATech VT612X Gigabit Ethernet 349vge* at pci? dev ? function ? # VIATech VT612X Gigabit Ethernet
350vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 350vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
351wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b) 351wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b)
352wm* at pci? dev ? function ? # Intel 8254x gigabit 352wm* at pci? dev ? function ? # Intel 8254x gigabit
 353wpi* at pci? dev ? function ? # Intel PRO/Wireless 3945ABG
353xge* at pci? dev ? function ? # Neterion (S2io) Xframe-I 10GbE 354xge* at pci? dev ? function ? # Neterion (S2io) Xframe-I 10GbE
354 355
355# MII/PHY support 356# MII/PHY support
356acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs 357acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs
357amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 358amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
358atphy* at mii? phy ? # Attansic/Atheros PHYs 359atphy* at mii? phy ? # Attansic/Atheros PHYs
359bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 360bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
360brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 361brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
361ciphy* at mii? phy ? # Cicada CS8201 Gig-E PHYs 362ciphy* at mii? phy ? # Cicada CS8201 Gig-E PHYs
362dmphy* at mii? phy ? # Davicom DM9101 PHYs 363dmphy* at mii? phy ? # Davicom DM9101 PHYs
363etphy* at mii? phy ? # Agere/LSI ET1011 TruePHY Gig-E PHYs 364etphy* at mii? phy ? # Agere/LSI ET1011 TruePHY Gig-E PHYs
364exphy* at mii? phy ? # 3Com internal PHYs 365exphy* at mii? phy ? # 3Com internal PHYs
365gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs 366gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs