Source-Changes-HG archive

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

[src/netbsd-2]: src/sys/arch Pull up revision 1.19 (requested by itohy in tic...



details:   https://anonhg.NetBSD.org/src/rev/7d03e63bdae1
branches:  netbsd-2
changeset: 563831:7d03e63bdae1
user:      riz <riz%NetBSD.org@localhost>
date:      Thu Jul 21 19:27:22 2005 +0000

description:
Pull up revision 1.19 (requested by itohy in ticket #1430):
Add ukyopon(4).

diffstat:

 sys/arch/evbarm/conf/SMDK2410 |  6 +++++-
 sys/arch/evbmips/conf/PB1000  |  8 ++++++--
 2 files changed, 11 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r 18bd2002cb63 -r 7d03e63bdae1 sys/arch/evbarm/conf/SMDK2410
--- a/sys/arch/evbarm/conf/SMDK2410     Thu Jul 21 19:27:20 2005 +0000
+++ b/sys/arch/evbarm/conf/SMDK2410     Thu Jul 21 19:27:22 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SMDK2410,v 1.8.2.1 2004/07/15 20:18:17 he Exp $
+#      $NetBSD: SMDK2410,v 1.8.2.1.2.1 2005/07/21 19:27:22 riz Exp $
 #
 #      SMDK2410 -- Samsung's S3C2410 evaluation board.
 #
@@ -304,6 +304,10 @@
 uvisor*        at uhub? port ?
 ucom*  at uvisor?
 
+# Kyocera AIR-EDGE PHONE
+ukyopon* at uhub? port ?
+ucom*  at ukyopon? portno ?
+
 # USB scanners
 uscanner* at uhub? port ?
 
diff -r 18bd2002cb63 -r 7d03e63bdae1 sys/arch/evbmips/conf/PB1000
--- a/sys/arch/evbmips/conf/PB1000      Thu Jul 21 19:27:20 2005 +0000
+++ b/sys/arch/evbmips/conf/PB1000      Thu Jul 21 19:27:22 2005 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: PB1000,v 1.10 2003/12/13 01:32:29 sekiya Exp $
+#      $NetBSD: PB1000,v 1.10.4.1 2005/07/21 19:27:22 riz Exp $
 #
 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
 # DBAu1000 and DBAu1500 evaluation boards.
 
 include        "arch/evbmips/conf/std.pb1000"
 
-#ident                 "GENERIC-$Revision: 1.10 $"
+#ident                 "GENERIC-$Revision: 1.10.4.1 $"
 
 maxusers       32
 
@@ -184,6 +184,10 @@
 #uirda* at uhub? port ? configuration ? interface ?
 #irframe* at uirda?
 
+# Kyocera AIR-EDGE PHONE
+#ukyopon* at uhub? port ?
+#ucom* at ukyopon? portno ?
+
 # USB Generic driver
 ugen*          at uhub? port ?
 



Home | Main Index | Thread Index | Old Index