Module Name: src
Committed By: joerg
Date: Sun Nov 8 23:23:30 UTC 2015
Modified Files:
src/etc: MAKEDEV.tmpl
Log Message:
Translate requests for ucom into ttyU.
To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 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.175 src/etc/MAKEDEV.tmpl:1.176
--- src/etc/MAKEDEV.tmpl:1.175 Thu Nov 5 16:46:22 2015
+++ src/etc/MAKEDEV.tmpl Sun Nov 8 23:23:30 2015
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV.tmpl,v 1.175 2015/11/05 16:46:22 macallan Exp $
+# $NetBSD: MAKEDEV.tmpl,v 1.176 2015/11/08 23:23:30 joerg Exp $
#
# Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -990,6 +990,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