Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/arch Pull up following revision(s) (requested by bouy...



details:   https://anonhg.NetBSD.org/src/rev/181893671ac4
branches:  netbsd-8
changeset: 851346:181893671ac4
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Feb 05 15:14:00 2018 +0000

description:
Pull up following revision(s) (requested by bouyer in ticket #533):
        sys/arch/i386/conf/XEN3_DOM0: revision 1.126
        sys/arch/amd64/conf/XEN3_DOM0: revision 1.148
Follow GENERIC and enable xhci(4) by default. PR port-xen/52978

diffstat:

 sys/arch/amd64/conf/XEN3_DOM0 |  6 +++---
 sys/arch/i386/conf/XEN3_DOM0  |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r 2a1c8b3cb8f9 -r 181893671ac4 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Mon Feb 05 15:11:54 2018 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Mon Feb 05 15:14:00 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.135.4.5 2018/02/05 13:06:55 martin Exp $
+# $NetBSD: XEN3_DOM0,v 1.135.4.6 2018/02/05 15:14:00 martin Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -584,14 +584,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 2a1c8b3cb8f9 -r 181893671ac4 sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0      Mon Feb 05 15:11:54 2018 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0      Mon Feb 05 15:14:00 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: XEN3_DOM0,v 1.112.4.6 2018/01/26 14:28:14 martin Exp $
+#      $NetBSD: XEN3_DOM0,v 1.112.4.7 2018/02/05 15:14:00 martin Exp $
 #
 #      XEN3_0: Xen 3.0 domain0 kernel
 
@@ -553,14 +553,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