Module Name:    src
Committed By:   christos
Date:           Sat Dec 31 00:11:21 UTC 2011

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

Log Message:
add uipad


To generate a diff of this commit:
cvs rdiff -u -r1.328 -r1.329 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1060 -r1.1061 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.328 src/sys/arch/i386/conf/ALL:1.329
--- src/sys/arch/i386/conf/ALL:1.328	Sun Dec 18 00:49:28 2011
+++ src/sys/arch/i386/conf/ALL	Fri Dec 30 19:11:20 2011
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.328 2011/12/18 05:49:28 dholland Exp $
+# $NetBSD: ALL,v 1.329 2011/12/31 00:11:20 christos 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.328 $"
+#ident 		"ALL-$Revision: 1.329 $"
 
 maxusers	64		# estimated number of users
 
@@ -1305,6 +1305,9 @@ ucom*	at uhmodem? portno ?
 # RIM BlackBerry
 uberry* at uhub? port ?
 
+# Apple iPad
+uipad* at uhub? port ?
+
 # Diamond Multimedia Rio 500
 urio*	at uhub? port ?
 

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1060 src/sys/arch/i386/conf/GENERIC:1.1061
--- src/sys/arch/i386/conf/GENERIC:1.1060	Sun Dec 18 00:49:28 2011
+++ src/sys/arch/i386/conf/GENERIC	Fri Dec 30 19:11:21 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1060 2011/12/18 05:49:28 dholland Exp $
+# $NetBSD: GENERIC,v 1.1061 2011/12/31 00:11:21 christos 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.1060 $"
+#ident 		"GENERIC-$Revision: 1.1061 $"
 
 maxusers	64		# estimated number of users
 
@@ -1255,6 +1255,9 @@ ucom*	at uvscom? portno ?
 # RIM BlackBerry
 uberry* at uhub? port ?
 
+# Apple iPad
+uipad* at uhub? port ?
+
 # Diamond Multimedia Rio 500
 urio*	at uhub? port ?
 

Reply via email to