Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Follow GENERIC and enable xhci(4) by default. PR po...
details: https://anonhg.NetBSD.org/src/rev/d117db2ef6af
branches: trunk
changeset: 359233:d117db2ef6af
user: bouyer <bouyer%NetBSD.org@localhost>
date: Mon Feb 05 11:19:55 2018 +0000
description:
Follow GENERIC and enable xhci(4) by default. PR port-xen/52978
diffstat:
sys/arch/amd64/conf/XEN3_DOM0 | 8 ++++----
sys/arch/i386/conf/XEN3_DOM0 | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (61 lines):
diff -r af0a51abbc21 -r d117db2ef6af sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0 Mon Feb 05 10:46:19 2018 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0 Mon Feb 05 11:19:55 2018 +0000
@@ -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 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 @@
# 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?
diff -r af0a51abbc21 -r d117db2ef6af sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0 Mon Feb 05 10:46:19 2018 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0 Mon Feb 05 11:19:55 2018 +0000
@@ -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 @@
# 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?
Home |
Main Index |
Thread Index |
Old Index