Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Add xhci(4).
details: https://anonhg.NetBSD.org/src/rev/77e228ff0f87
branches: trunk
changeset: 789951:77e228ff0f87
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sat Sep 14 00:42:21 2013 +0000
description:
Add xhci(4).
diffstat:
sys/arch/i386/conf/ALL | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r a41f67701662 -r 77e228ff0f87 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Sat Sep 14 00:40:31 2013 +0000
+++ b/sys/arch/i386/conf/ALL Sat Sep 14 00:42:21 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.362 2013/06/30 21:38:57 rmind Exp $
+# $NetBSD: ALL,v 1.363 2013/09/14 00:42:21 jakllsch Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.362 $"
+#ident "ALL-$Revision: 1.363 $"
maxusers 64 # estimated number of users
@@ -1187,6 +1187,7 @@
gcscehci* at pci? dev ? function ? # Enhanced Host Controller (Geode CSC)
ohci* at pci? dev ? function ? # Open Host Controller
uhci* at pci? dev ? function ? # Universal Host Controller (Intel)
+xhci* at pci? dev ? function ? # eXtensible Host Controller
# CardBus USB controllers
ehci* at cardbus? function ? # Enhanced Host Controller
@@ -1205,6 +1206,7 @@
usb* at ohci?
usb* at slhci?
usb* at uhci?
+usb* at xhci?
# USB Hubs
uhub* at usb?
Home |
Main Index |
Thread Index |
Old Index