Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Add xhci placeholder



details:   https://anonhg.NetBSD.org/src/rev/d61ef0d6c641
branches:  trunk
changeset: 781339:d61ef0d6c641
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Sep 01 11:21:22 2012 +0000

description:
Add xhci placeholder

diffstat:

 sys/conf/files |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 0d50a43f9fcc -r d61ef0d6c641 sys/conf/files
--- a/sys/conf/files    Sat Sep 01 11:19:58 2012 +0000
+++ b/sys/conf/files    Sat Sep 01 11:21:22 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1056 2012/08/03 07:41:47 matt Exp $
+#      $NetBSD: files,v 1.1057 2012/09/01 11:21:22 matt Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20100430
@@ -1184,11 +1184,16 @@
 device ohci: usbus, usbroothub, usb_dma
 file   dev/usb/ohci.c                  ohci                    needs-flag
 
-# EHCI USB controller
+# EHCI USB2 controller
 #
 device ehci: usbus, usbroothub, usb_dma
 file   dev/usb/ehci.c                  ehci                    needs-flag
 
+# XHCI USB3 controller
+#
+device xhci: usbus, usbroothub, usb_dma
+file   dev/usb/xhci.c                  xhci                    needs-flag
+
 # SL811HS/T USB controller
 defflag        opt_slhci.h     SLHCI_DEBUG SLHCI_TRY_LSVH SLHCI_PROFILE_TRANSFER
 device slhci: usbus, usbroothub



Home | Main Index | Thread Index | Old Index