Module Name:    src
Committed By:   christos
Date:           Sat Dec 31 00:10:06 UTC 2011

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

Log Message:
Add an ipad


To generate a diff of this commit:
cvs rdiff -u -r1.341 -r1.342 src/sys/arch/amd64/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.341 src/sys/arch/amd64/conf/GENERIC:1.342
--- src/sys/arch/amd64/conf/GENERIC:1.341	Sun Dec 18 00:49:23 2011
+++ src/sys/arch/amd64/conf/GENERIC	Fri Dec 30 19:10:06 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.341 2011/12/18 05:49:23 dholland Exp $
+# $NetBSD: GENERIC,v 1.342 2011/12/31 00:10:06 christos 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.341 $"
+#ident 		"GENERIC-$Revision: 1.342 $"
 
 maxusers	64		# estimated number of users
 
@@ -921,6 +921,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