Module Name:    src
Committed By:   jmcneill
Date:           Tue Jul 19 21:02:26 UTC 2011

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

Log Message:
add irmce


To generate a diff of this commit:
cvs rdiff -u -r1.312 -r1.313 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1038 -r1.1039 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/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.312 src/sys/arch/i386/conf/ALL:1.313
--- src/sys/arch/i386/conf/ALL:1.312	Tue Jul 19 19:46:38 2011
+++ src/sys/arch/i386/conf/ALL	Tue Jul 19 21:02:23 2011
@@ -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

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1038 src/sys/arch/i386/conf/GENERIC:1.1039
--- src/sys/arch/i386/conf/GENERIC:1.1038	Wed Jul 13 07:52:48 2011
+++ src/sys/arch/i386/conf/GENERIC	Tue Jul 19 21:02:25 2011
@@ -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

Reply via email to