Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/etc Pull up following revision(s) (requested by joerg in ...
details: https://anonhg.NetBSD.org/src/rev/e4952cf19e33
branches: netbsd-7
changeset: 799704:e4952cf19e33
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon Nov 16 14:38:03 2015 +0000
description:
Pull up following revision(s) (requested by joerg in ticket #1029):
etc/MAKEDEV.tmpl: revision 1.176
Translate requests for ucom into ttyU.
diffstat:
etc/MAKEDEV.tmpl | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r afd96791dbe3 -r e4952cf19e33 etc/MAKEDEV.tmpl
--- a/etc/MAKEDEV.tmpl Mon Nov 16 13:33:40 2015 +0000
+++ b/etc/MAKEDEV.tmpl Mon Nov 16 14:38:03 2015 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index