Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf The PCI pass-through driver is not too us...



details:   https://anonhg.NetBSD.org/src/rev/bfa55f467f03
branches:  trunk
changeset: 763819:bfa55f467f03
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Mon Apr 04 19:57:31 2011 +0000

description:
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.

diffstat:

 sys/arch/i386/conf/XEN3_DOMU |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r c92019e4d2da -r bfa55f467f03 sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU      Mon Apr 04 19:55:16 2011 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU      Mon Apr 04 19:57:31 2011 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index