Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Add uplcom(4) and uftdi(4).



details:   https://anonhg.NetBSD.org/src/rev/47089482598e
branches:  trunk
changeset: 767775:47089482598e
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Jul 30 04:53:30 2011 +0000

description:
Add uplcom(4) and uftdi(4).

diffstat:

 sys/arch/macppc/conf/GENERIC |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 5e7a4873bc52 -r 47089482598e sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Sat Jul 30 04:42:03 2011 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Sat Jul 30 04:53:30 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.292 2011/06/30 20:09:32 wiz Exp $
+# $NetBSD: GENERIC,v 1.293 2011/07/30 04:53:30 jakllsch Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.292 $"
+#ident                 "GENERIC-$Revision: 1.293 $"
 
 maxusers       32
 
@@ -487,6 +487,12 @@
 ubsa*  at uhub? port ?                                 # Belkin serial adapter
 ucom*  at ubsa? portno ?
 
+uplcom* at uhub? port ?                                        # Prolific serial
+ucom* at uplcom? portno ?
+
+uftdi* at uhub? port ?                                 # FTDI serial
+ucom* at uftdi? portno ?
+
 uhso*  at uhub? port ? configuration ?                 # Option N.V. Wireless WAN modems
 
 umass* at uhub? port ? configuration ? interface ?     # USB Mass Storage



Home | Main Index | Thread Index | Old Index