Source-Changes-HG archive

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

[src/nick-nhusb]: src/sys/arch Enable xhci(4)



details:   https://anonhg.NetBSD.org/src/rev/38721c0073ae
branches:  nick-nhusb
changeset: 804386:38721c0073ae
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Sep 21 07:14:16 2015 +0000

description:
Enable xhci(4)

diffstat:

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

diffs (72 lines):

diff -r 9465bda46052 -r 38721c0073ae sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sat Sep 19 07:45:38 2015 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Mon Sep 21 07:14:16 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.404.2.2 2015/06/06 14:39:54 skrll Exp $
+# $NetBSD: GENERIC,v 1.404.2.3 2015/09/21 07:14:16 skrll Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.404.2.2 $"
+#ident                 "GENERIC-$Revision: 1.404.2.3 $"
 
 maxusers       64              # estimated number of users
 
@@ -844,7 +844,7 @@
 # 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
@@ -862,7 +862,7 @@
 slhci* at pcmcia? function ?           # ScanLogic SL811HS
 
 # USB bus support
-# usb* at xhci?
+usb*   at xhci?
 usb*   at ehci?
 usb*   at ohci?
 usb*   at uhci?
diff -r 9465bda46052 -r 38721c0073ae sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Sep 19 07:45:38 2015 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Sep 21 07:14:16 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1118.2.2 2015/06/06 14:40:00 skrll Exp $
+# $NetBSD: GENERIC,v 1.1118.2.3 2015/09/21 07:14:16 skrll Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.1118.2.2 $"
+#ident                 "GENERIC-$Revision: 1.1118.2.3 $"
 
 maxusers       64              # estimated number of users
 
@@ -1144,7 +1144,7 @@
 # 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
 gcscehci* at pci? dev ? function ?     # Enhanced Host Controller (Geode CSC)
@@ -1163,7 +1163,7 @@
 slhci* at pcmcia? function ?           # ScanLogic SL811HS
 
 # USB bus support
-# usb* at xhci?
+usb*   at xhci?
 usb*   at ehci?
 usb*   at gcscehci?
 usb*   at ohci?



Home | Main Index | Thread Index | Old Index