Module Name: src
Committed By: dyoung
Date: Mon Apr 4 19:57:31 UTC 2011
Modified Files:
src/sys/arch/i386/conf: XEN3_DOMU
Log Message:
The PCI pass-through driver is not too useful without PCI drivers, but
add it to this kernel configuration so that at it gets built some of the
time.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/i386/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/i386/conf/XEN3_DOMU
diff -u src/sys/arch/i386/conf/XEN3_DOMU:1.29 src/sys/arch/i386/conf/XEN3_DOMU:1.30
--- src/sys/arch/i386/conf/XEN3_DOMU:1.29 Sun Mar 6 17:08:26 2011
+++ src/sys/arch/i386/conf/XEN3_DOMU Mon Apr 4 19:57:31 2011
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.29 2011/03/06 17:08:26 bouyer Exp $
+# $NetBSD: XEN3_DOMU,v 1.30 2011/04/04 19:57:31 dyoung Exp $
include "arch/xen/conf/std.xen"
@@ -256,6 +256,6 @@
options PAX_ASLR=0 # PaX Address Space Layout Randomization
# 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.