Module Name:    src
Committed By:   martin
Date:           Sun Mar 16 09:35:05 UTC 2014

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

Log Message:
Add umcs(4)


To generate a diff of this commit:
cvs rdiff -u -r1.367 -r1.368 src/sys/arch/i386/conf/ALL

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.367 src/sys/arch/i386/conf/ALL:1.368
--- src/sys/arch/i386/conf/ALL:1.367	Sun Jan 26 19:16:16 2014
+++ src/sys/arch/i386/conf/ALL	Sun Mar 16 09:35:05 2014
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.367 2014/01/26 19:16:16 dsl Exp $
+# $NetBSD: ALL,v 1.368 2014/03/16 09:35:05 martin 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.367 $"
+#ident 		"ALL-$Revision: 1.368 $"
 
 maxusers	64		# estimated number of users
 
@@ -1342,6 +1342,9 @@ ucom*	at uark? portno ?
 moscom* at uhub? port ?
 ucom*	at moscom? portno ?
 
+umcs* at uhub? port ?		# Moschip MCS7xxx serial adapter
+ucom*	at umcs? portno ?
+
 uhmodem* at uhub?
 ucom*	at uhmodem? portno ?
 

Reply via email to