Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Add udsir.
details: https://anonhg.NetBSD.org/src/rev/2fe304921af3
branches: trunk
changeset: 786990:2fe304921af3
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Tue May 28 12:13:55 2013 +0000
description:
Add udsir.
diffstat:
sys/arch/amd64/conf/GENERIC | 8 ++++++--
sys/arch/i386/conf/ALL | 8 ++++++--
sys/arch/i386/conf/GENERIC | 8 ++++++--
3 files changed, 18 insertions(+), 6 deletions(-)
diffs (87 lines):
diff -r 6912a4c8d67e -r 2fe304921af3 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Tue May 28 12:03:26 2013 +0000
+++ b/sys/arch/amd64/conf/GENERIC Tue May 28 12:13:55 2013 +0000
@@ -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 @@
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 @@
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?
diff -r 6912a4c8d67e -r 2fe304921af3 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Tue May 28 12:03:26 2013 +0000
+++ b/sys/arch/i386/conf/ALL Tue May 28 12:13:55 2013 +0000
@@ -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 @@
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 @@
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?
diff -r 6912a4c8d67e -r 2fe304921af3 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Tue May 28 12:03:26 2013 +0000
+++ b/sys/arch/i386/conf/GENERIC Tue May 28 12:13:55 2013 +0000
@@ -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 @@
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 @@
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?
Home |
Main Index |
Thread Index |
Old Index