Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf add irmce



details:   https://anonhg.NetBSD.org/src/rev/04cd038c1755
branches:  trunk
changeset: 767493:04cd038c1755
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Jul 19 21:02:23 2011 +0000

description:
add irmce

diffstat:

 sys/arch/i386/conf/ALL     |  8 ++++++--
 sys/arch/i386/conf/GENERIC |  8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diffs (58 lines):

diff -r 7729433bb630 -r 04cd038c1755 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Tue Jul 19 20:52:10 2011 +0000
+++ b/sys/arch/i386/conf/ALL    Tue Jul 19 21:02:23 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.312 2011/07/19 19:46:38 tron Exp $
+# $NetBSD: ALL,v 1.313 2011/07/19 21:02:23 jmcneill 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.312 $"
+#ident                 "ALL-$Revision: 1.313 $"
 
 maxusers       64              # estimated number of users
 
@@ -1254,6 +1254,10 @@
 ustir* at uhub? port ?
 irframe* at ustir?
 
+# Windows Media Center IR tranceiver
+irmce* at uhub? port ?
+cir*   at irmce?
+
 # USB Ethernet adapters
 aue*   at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 axe*   at uhub? port ?         # ASIX AX88172 based adapters
diff -r 7729433bb630 -r 04cd038c1755 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Tue Jul 19 20:52:10 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC        Tue Jul 19 21:02:23 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1038 2011/07/13 07:52:48 jruoho Exp $
+# $NetBSD: GENERIC,v 1.1039 2011/07/19 21:02:25 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.1038 $"
+#ident                 "GENERIC-$Revision: 1.1039 $"
 
 maxusers       64              # estimated number of users
 
@@ -1202,6 +1202,10 @@
 ustir* at uhub? port ?
 irframe* at ustir?
 
+# Windows Media Center IR tranceiver
+irmce* at uhub? port ?
+cir*   at irmce?
+
 # USB Ethernet adapters
 aue*   at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 axe*   at uhub? port ?         # ASIX AX88172 based adapters



Home | Main Index | Thread Index | Old Index