Module Name:    src
Committed By:   jakllsch
Date:           Sat Sep 14 00:42:21 UTC 2013

Modified Files:
        src/sys/arch/i386/conf: ALL

Log Message:
Add xhci(4).


To generate a diff of this commit:
cvs rdiff -u -r1.362 -r1.363 src/sys/arch/i386/conf/ALL

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/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.362 src/sys/arch/i386/conf/ALL:1.363
--- src/sys/arch/i386/conf/ALL:1.362	Sun Jun 30 21:38:57 2013
+++ src/sys/arch/i386/conf/ALL	Sat Sep 14 00:42:21 2013
@@ -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 @@ include 	"arch/i386/conf/std.i386"
 
 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 @@ ehci*	at pci?	dev ? function ?	# Enhance
 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 gcscehci?
 usb*	at ohci?
 usb*	at slhci?
 usb*	at uhci?
+usb*	at xhci?
 
 # USB Hubs
 uhub*	at usb?

Reply via email to