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 umcs(4)



details:   https://anonhg.NetBSD.org/src/rev/bb0f8678aafe
branches:  trunk
changeset: 327755:bb0f8678aafe
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Mar 16 09:35:05 2014 +0000

description:
Add umcs(4)

diffstat:

 sys/arch/i386/conf/ALL |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r ac9d07531f41 -r bb0f8678aafe sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sun Mar 16 09:34:45 2014 +0000
+++ b/sys/arch/i386/conf/ALL    Sun Mar 16 09:35:05 2014 +0000
@@ -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 @@
 
 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 @@
 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 ?
 



Home | Main Index | Thread Index | Old Index