Module Name: src Committed By: jakllsch Date: Sat Mar 15 13:50:01 UTC 2014
Modified Files: src/sys/arch/amd64/conf: XEN3_DOMU Log Message: Enable PCI support in amd64 XEN3_DOMU config to match i386 XEN3_DOMU config. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/amd64/conf/XEN3_DOMU Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/amd64/conf/XEN3_DOMU diff -u src/sys/arch/amd64/conf/XEN3_DOMU:1.50 src/sys/arch/amd64/conf/XEN3_DOMU:1.51 --- src/sys/arch/amd64/conf/XEN3_DOMU:1.50 Sun Jun 30 21:38:55 2013 +++ src/sys/arch/amd64/conf/XEN3_DOMU Sat Mar 15 13:50:01 2014 @@ -1,4 +1,4 @@ -# $NetBSD: XEN3_DOMU,v 1.50 2013/06/30 21:38:55 rmind Exp $ +# $NetBSD: XEN3_DOMU,v 1.51 2014/03/15 13:50:01 jakllsch Exp $ include "arch/amd64/conf/std.xen" @@ -167,8 +167,8 @@ balloon* at xenbus? # Xen balloon devic xencons* at hypervisor? # Xen virtual console # PCI pass-through support: -#xpci* at xenbus ? #Xen3 PCI front end driver -#pci* at xpci ? +xpci* at xenbus ? #Xen3 PCI front end driver +pci* at xpci ? # you then need to add your PCI devices drivers below. cinclude "arch/amd64/conf/GENERIC.local"