Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Add xhci



details:   https://anonhg.NetBSD.org/src/rev/de34bdd6a153
branches:  trunk
changeset: 327829:de34bdd6a153
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Mar 18 07:06:43 2014 +0000

description:
Add xhci

diffstat:

 sys/arch/evbarm/conf/ARMADAXP |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r f7f0c65e5f35 -r de34bdd6a153 sys/arch/evbarm/conf/ARMADAXP
--- a/sys/arch/evbarm/conf/ARMADAXP     Tue Mar 18 07:05:46 2014 +0000
+++ b/sys/arch/evbarm/conf/ARMADAXP     Tue Mar 18 07:06:43 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: ARMADAXP,v 1.7 2014/03/17 01:56:14 kiyohara Exp $
+#      $NetBSD: ARMADAXP,v 1.8 2014/03/18 07:06:43 matt Exp $
 #
 #      ARMADA XP DEV BOARD
 #
@@ -289,6 +289,10 @@
 ukphy*         at mii? phy ?           # Generic/unknown PHYs
 urlphy*                at mii? phy ?           # Realtek RTL8150L internal PHYs
 
+# PCI USB devices
+xhci*          at pci? dev ? function ?
+usb*           at xhci?
+
 # Pseudo-Devices
 # disk/mass storage pseudo-devices
 #pseudo-device md                      # memory disk device (ramdisk)



Home | Main Index | Thread Index | Old Index