Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Enable PCI support in amd64 XEN3_DOMU co...
details: https://anonhg.NetBSD.org/src/rev/6b2e5cba28e2
branches: trunk
changeset: 327727:6b2e5cba28e2
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sat Mar 15 13:50:01 2014 +0000
description:
Enable PCI support in amd64 XEN3_DOMU config to match i386 XEN3_DOMU config.
diffstat:
sys/arch/amd64/conf/XEN3_DOMU | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r bc157b4314ed -r 6b2e5cba28e2 sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU Sat Mar 15 13:48:44 2014 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU Sat Mar 15 13:50:01 2014 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index