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 uipad



details:   https://anonhg.NetBSD.org/src/rev/52df093cfe18
branches:  trunk
changeset: 772364:52df093cfe18
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Dec 31 00:11:20 2011 +0000

description:
add uipad

diffstat:

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

diffs (56 lines):

diff -r d0c0625b0f74 -r 52df093cfe18 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sat Dec 31 00:10:06 2011 +0000
+++ b/sys/arch/i386/conf/ALL    Sat Dec 31 00:11:20 2011 +0000
@@ -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 @@
 
 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 @@
 # RIM BlackBerry
 uberry* at uhub? port ?
 
+# Apple iPad
+uipad* at uhub? port ?
+
 # Diamond Multimedia Rio 500
 urio*  at uhub? port ?
 
diff -r d0c0625b0f74 -r 52df093cfe18 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Dec 31 00:10:06 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Dec 31 00:11:20 2011 +0000
@@ -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 @@
 
 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 @@
 # RIM BlackBerry
 uberry* at uhub? port ?
 
+# Apple iPad
+uipad* at uhub? port ?
+
 # Diamond Multimedia Rio 500
 urio*  at uhub? port ?
 



Home | Main Index | Thread Index | Old Index