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 s/at mainbus0/at mainbus?/. And indent.



details:   https://anonhg.NetBSD.org/src/rev/8efb1bb81915
branches:  trunk
changeset: 348348:8efb1bb81915
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sat Oct 15 15:24:00 2016 +0000

description:
s/at mainbus0/at mainbus?/.  And indent.

diffstat:

 sys/arch/evbarm/conf/VTC100 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r 485baedb31fb -r 8efb1bb81915 sys/arch/evbarm/conf/VTC100
--- a/sys/arch/evbarm/conf/VTC100       Sat Oct 15 15:14:20 2016 +0000
+++ b/sys/arch/evbarm/conf/VTC100       Sat Oct 15 15:24:00 2016 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: VTC100,v 1.7 2016/08/04 06:54:47 kiyohara Exp $
+#      $NetBSD: VTC100,v 1.8 2016/10/15 15:24:00 kiyohara Exp $
 #
 #      VTC100 -- NEXCOM VTC100 Kernel
 #
@@ -268,8 +268,8 @@
 atphy*         at mii? phy ?           # Attansic/Atheros PHYs
 
 # On-board USB. Experimental
-tiotg*         at mainbus0 base 0x47400000 size 0x5000 intrbase 17
-motg*  at tiotg? port ?
+tiotg*         at mainbus? base 0x47400000 size 0x5000 intrbase 17
+motg*          at tiotg? port ?
 usb*           at motg?
 uhub*          at usb?
 uhub*          at uhub? port ?
@@ -277,12 +277,12 @@
 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?



Home | Main Index | Thread Index | Old Index