Module Name:    src
Committed By:   kiyohara
Date:           Tue May 28 12:13:55 UTC 2013

Modified Files:
        src/sys/arch/amd64/conf: GENERIC
        src/sys/arch/i386/conf: ALL GENERIC

Log Message:
Add udsir.


To generate a diff of this commit:
cvs rdiff -u -r1.374 -r1.375 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.356 -r1.357 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1092 -r1.1093 src/sys/arch/i386/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.374 src/sys/arch/amd64/conf/GENERIC:1.375
--- src/sys/arch/amd64/conf/GENERIC:1.374	Fri May  3 15:45:24 2013
+++ src/sys/arch/amd64/conf/GENERIC	Tue May 28 12:13:55 2013
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.374 2013/05/03 15:45:24 jakllsch Exp $
+# $NetBSD: GENERIC,v 1.375 2013/05/28 12:13:55 kiyohara Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.374 $"
+#ident 		"GENERIC-$Revision: 1.375 $"
 
 maxusers	64		# estimated number of users
 
@@ -900,6 +900,10 @@ irframe* at stuirda?
 ustir*	at uhub? port ?
 irframe* at ustir?
 
+# KingSun/DonShine USB/IrDA Bridge
+udsir*	at uhub? port ?
+irframe* at udsir?
+
 # Windows Media Center IR transceiver
 irmce*	at uhub? port ?
 cir*	at irmce?

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.356 src/sys/arch/i386/conf/ALL:1.357
--- src/sys/arch/i386/conf/ALL:1.356	Sat Apr 27 22:21:14 2013
+++ src/sys/arch/i386/conf/ALL	Tue May 28 12:13:55 2013
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.356 2013/04/27 22:21:14 christos Exp $
+# $NetBSD: ALL,v 1.357 2013/05/28 12:13:55 kiyohara Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ALL-$Revision: 1.356 $"
+#ident 		"ALL-$Revision: 1.357 $"
 
 maxusers	64		# estimated number of users
 
@@ -1272,6 +1272,10 @@ irframe* at stuirda?
 ustir* at uhub? port ?
 irframe* at ustir?
 
+# KingSun/DonShine USB/IrDA Bridge
+udsir*	at uhub? port ?
+irframe* at udsir?
+
 # Windows Media Center IR tranceiver
 irmce*	at uhub? port ?
 cir*	at irmce?

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1092 src/sys/arch/i386/conf/GENERIC:1.1093
--- src/sys/arch/i386/conf/GENERIC:1.1092	Sat Apr 27 22:21:14 2013
+++ src/sys/arch/i386/conf/GENERIC	Tue May 28 12:13:55 2013
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1092 2013/04/27 22:21:14 christos Exp $
+# $NetBSD: GENERIC,v 1.1093 2013/05/28 12:13:55 kiyohara Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.1092 $"
+#ident 		"GENERIC-$Revision: 1.1093 $"
 
 maxusers	64		# estimated number of users
 
@@ -1219,6 +1219,10 @@ irframe* at stuirda?
 ustir*	at uhub? port ?
 irframe* at ustir?
 
+# KingSun/DonShine USB/IrDA Bridge
+udsir*	at uhub? port ?
+irframe* at udsir?
+
 # Windows Media Center IR transceiver
 irmce*	at uhub? port ?
 cir*	at irmce?

Reply via email to