Module Name:    src
Committed By:   bouyer
Date:           Mon Feb  5 11:19:55 UTC 2018

Modified Files:
        src/sys/arch/amd64/conf: XEN3_DOM0
        src/sys/arch/i386/conf: XEN3_DOM0

Log Message:
Follow GENERIC and enable xhci(4) by default. PR port-xen/52978


To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.125 -r1.126 src/sys/arch/i386/conf/XEN3_DOM0

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_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.147 src/sys/arch/amd64/conf/XEN3_DOM0:1.148
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.147	Sat Jan 27 21:46:54 2018
+++ src/sys/arch/amd64/conf/XEN3_DOM0	Mon Feb  5 11:19:55 2018
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.147 2018/01/27 21:46:54 pgoyette Exp $
+# $NetBSD: XEN3_DOM0,v 1.148 2018/02/05 11:19:55 bouyer Exp $
 
 include 	"arch/amd64/conf/std.xen"
 
@@ -10,7 +10,7 @@ options 	INCLUDE_CONFIG_FILE	# embed con
 #options 	UVMHIST_PRINT
 #options 	SYSCALL_DEBUG
 
-#ident		"XEN3_DOM0-$Revision: 1.147 $"
+#ident		"XEN3_DOM0-$Revision: 1.148 $"
 
 maxusers	32		# estimated number of users
 
@@ -590,14 +590,14 @@ wsmouse*	at pms? mux 0
 # USB Controller and Devices
 
 # PCI USB controllers
-# xhci*	at pci? dev ? function ?	# eXtensible Host Controller
+xhci*	at pci? dev ? function ?	# eXtensible Host Controller
 					# xhci is at best experimental
 ehci*	at pci? dev ? function ?	# Enhanced Host Controller
 ohci*	at pci? dev ? function ?	# Open Host Controller
 uhci*	at pci? dev ? function ?	# Universal Host Controller (Intel)
 
 # USB bus support
-# usb*	at xhci?
+usb*	at xhci?
 usb*	at ehci?
 usb*	at ohci?
 usb*	at uhci?

Index: src/sys/arch/i386/conf/XEN3_DOM0
diff -u src/sys/arch/i386/conf/XEN3_DOM0:1.125 src/sys/arch/i386/conf/XEN3_DOM0:1.126
--- src/sys/arch/i386/conf/XEN3_DOM0:1.125	Tue Jan 23 15:08:12 2018
+++ src/sys/arch/i386/conf/XEN3_DOM0	Mon Feb  5 11:19:55 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: XEN3_DOM0,v 1.125 2018/01/23 15:08:12 sevan Exp $
+#	$NetBSD: XEN3_DOM0,v 1.126 2018/02/05 11:19:55 bouyer Exp $
 #
 #	XEN3_0: Xen 3.0 domain0 kernel
 
@@ -546,14 +546,14 @@ wsmouse*	at pms? mux 0
 # USB Controller and Devices
 
 # PCI USB controllers
-# xhci*	at pci? dev ? function ?	# eXtensible Host Controller
+xhci*	at pci? dev ? function ?	# eXtensible Host Controller
 					# xhci is at best experimental
 ehci*	at pci? dev ? function ?	# Enhanced Host Controller
 ohci*	at pci? dev ? function ?	# Open Host Controller
 uhci*	at pci? dev ? function ?	# Universal Host Controller (Intel)
 
 # USB bus support
-# usb*	at xhci?
+usb*	at xhci?
 usb*	at ehci?
 usb*	at ohci?
 usb*	at uhci?

Reply via email to