Module Name:    src
Committed By:   jakllsch
Date:           Sat Jul 30 04:53:30 UTC 2011

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

Log Message:
Add uplcom(4) and uftdi(4).


To generate a diff of this commit:
cvs rdiff -u -r1.292 -r1.293 src/sys/arch/macppc/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/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.292 src/sys/arch/macppc/conf/GENERIC:1.293
--- src/sys/arch/macppc/conf/GENERIC:1.292	Thu Jun 30 20:09:32 2011
+++ src/sys/arch/macppc/conf/GENERIC	Sat Jul 30 04:53:30 2011
@@ -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

Reply via email to