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 Enable tiotg and USB devices.
details: https://anonhg.NetBSD.org/src/rev/f7b82c293c71
branches: trunk
changeset: 346815:f7b82c293c71
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Thu Aug 04 06:53:10 2016 +0000
description:
Enable tiotg and USB devices.
diffstat:
sys/arch/evbarm/conf/VTC100 | 35 +++++++++++++++++------------------
1 files changed, 17 insertions(+), 18 deletions(-)
diffs (59 lines):
diff -r edbe85886ee5 -r f7b82c293c71 sys/arch/evbarm/conf/VTC100
--- a/sys/arch/evbarm/conf/VTC100 Thu Aug 04 06:50:27 2016 +0000
+++ b/sys/arch/evbarm/conf/VTC100 Thu Aug 04 06:53:10 2016 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: VTC100,v 1.5 2016/08/04 06:50:27 kiyohara Exp $
+# $NetBSD: VTC100,v 1.6 2016/08/04 06:53:10 kiyohara Exp $
#
# BEAGLEBONE -- TI AM335x board Kernel
#
@@ -268,32 +268,31 @@
atphy* at mii? phy ? # Attansic/Atheros PHYs
# On-board USB. Experimental
-#tiotg* at mainbus0 base 0x47400000 size 0x5000 intrbase 17
-#motg* at tiotg? port ?
-#usb* at motg?
-#uhub* at usb?
-#uhub* at uhub? port ?
+tiotg* at mainbus0 base 0x47400000 size 0x5000 intrbase 17
+motg* at tiotg? port ?
+usb* at motg?
+uhub* at usb?
+uhub* at uhub? port ?
-#uhidev* at uhub?
+uhidev* at uhub?
# USB Keyboards
-#ukbd* at uhidev? reportid ?
-#wskbd* at ukbd? console ? mux 1
+ukbd* at uhidev? reportid ?
+wskbd* at ukbd? console ? mux 1
# USB Mice
-#ums* at uhidev? reportid ?
-#wsmouse* at ums? mux 0
+ums* at uhidev? reportid ?
+wsmouse* at ums? mux 0
-#umass* at uhub? port ? configuration ? interface ?
-#wd* at umass?
+umass* at uhub? port ? configuration ? interface ?
+wd* at umass?
# SCSI bus support
-#scsibus* at scsi?
+scsibus* at scsi?
# SCSI devices
-#sd* at scsibus? target ? lun ? # SCSI disk drives
+sd* at scsibus? target ? lun ? # SCSI disk drives
-#u3ginit* at uhub? port ?
-#u3g* at uhub? port ?
-#ucom* at u3g?
+u3g* at uhub? port ?
+ucom* at u3g?
# Pseudo-Devices
Home |
Main Index |
Thread Index |
Old Index