Module Name: src
Committed By: msaitoh
Date: Mon Nov 16 14:38:03 UTC 2015
Modified Files:
src/etc [netbsd-7]: MAKEDEV.tmpl
Log Message:
Pull up following revision(s) (requested by joerg in ticket #1029):
etc/MAKEDEV.tmpl: revision 1.176
Translate requests for ucom into ttyU.
To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.172.4.1 src/etc/MAKEDEV.tmpl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/MAKEDEV.tmpl
diff -u src/etc/MAKEDEV.tmpl:1.172 src/etc/MAKEDEV.tmpl:1.172.4.1
--- src/etc/MAKEDEV.tmpl:1.172 Mon Oct 28 18:33:20 2013
+++ src/etc/MAKEDEV.tmpl Mon Nov 16 14:38:03 2015
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV.tmpl,v 1.172 2013/10/28 18:33:20 mbalmer Exp $
+# $NetBSD: MAKEDEV.tmpl,v 1.172.4.1 2015/11/16 14:38:03 msaitoh Exp $
#
# Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -986,6 +986,10 @@ ttyY[0-9]*)
mkdev ctyY$unit c %ucycom_chr% $(($unit + $callunit)) "" "" $u_uucp
;;
+ucom[0-9]*)
+ makedev ttyU${i#ucom}
+ ;;
+
ttyU[0-9]*)
unit=${i#ttyU}
mkdev ttyU$unit c %ucom_chr% $(($unit + $dialin )) "" "" $u_uucp