Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.evbarm add ixpcom*



details:   https://anonhg.NetBSD.org/src/rev/c96fd0e37a18
branches:  trunk
changeset: 534322:c96fd0e37a18
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Mon Jul 22 01:56:38 2002 +0000

description:
add ixpcom*

diffstat:

 etc/etc.evbarm/MAKEDEV |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r d609b2a3eac7 -r c96fd0e37a18 etc/etc.evbarm/MAKEDEV
--- a/etc/etc.evbarm/MAKEDEV    Mon Jul 22 01:24:41 2002 +0000
+++ b/etc/etc.evbarm/MAKEDEV    Mon Jul 22 01:56:38 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.18 2002/06/30 23:31:59 thorpej Exp $
+#      $NetBSD: MAKEDEV,v 1.19 2002/07/22 01:56:38 ichiro Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -65,6 +65,7 @@
 # Terminal ports:
 #      tty*    serial ports
 #      fcom    DC21285 COM port
+#      ixpcom  IXP12x0 COM ports
 #
 # Pseudo terminals:
 #      pty*    set of 62 master and slave pseudo terminals
@@ -355,6 +356,13 @@
        chmod 600 $fcom
        ;;
 
+ixpcom*)
+       unit=${i#ixpcom}
+       rm -f ixpcom$unit
+       mknod ixpcom$unit c 100 $unit
+       chown uucp ixpcom$unit
+       ;;
+
 opty)
        rm -f ttyp[0-9a-f] ptyp[0-9a-f]
        for j in 0 1 2 3 4 5 6 7 8 9 a b c d e f



Home | Main Index | Thread Index | Old Index