Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.amiga Add off entries for serial boards



details:   https://anonhg.NetBSD.org/src/rev/2489d2fd6e27
branches:  trunk
changeset: 475796:2489d2fd6e27
user:      is <is%NetBSD.org@localhost>
date:      Wed Aug 25 20:53:15 1999 +0000

description:
Add off entries for serial boards

diffstat:

 etc/etc.amiga/ttys |  44 ++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 42 insertions(+), 2 deletions(-)

diffs (59 lines):

diff -r c473fcee09cc -r 2489d2fd6e27 etc/etc.amiga/ttys
--- a/etc/etc.amiga/ttys        Wed Aug 25 20:37:10 1999 +0000
+++ b/etc/etc.amiga/ttys        Wed Aug 25 20:53:15 1999 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: ttys,v 1.15 1999/08/25 20:37:10 is Exp $
+#      $NetBSD: ttys,v 1.16 1999/08/25 20:53:15 is Exp $
 #
 #      from: @(#)ttys  5.1 (Berkeley) 4/17/89
 #
@@ -16,7 +16,47 @@
 ttye5  "/usr/libexec/getty Pc"         vt220   off secure      # CyberVision64
 ttye6  "/usr/libexec/getty Pc"         vt220   off secure      # Domino, Merlin, oMniBus
 ttye7  "/usr/libexec/getty Pc"         vt220   off secure      # CyberVision64/3D
-tty00  "/usr/libexec/getty std.9600"   unknown off secure      # int. serial.
+#
+# Amiga internal serial port:
+#
+tty00  "/usr/libexec/getty std.9600"   unknown off secure
+#
+# first A2232
+#
+ttyA0  "/usr/libexec/getty std.9600"   unknown off secure
+ttyA1  "/usr/libexec/getty std.9600"   unknown off secure
+ttyA2  "/usr/libexec/getty std.9600"   unknown off secure
+ttyA3  "/usr/libexec/getty std.9600"   unknown off secure
+ttyA4  "/usr/libexec/getty std.9600"   unknown off secure
+ttyA5  "/usr/libexec/getty std.9600"   unknown off secure
+ttyA6  "/usr/libexec/getty std.9600"   unknown off secure
+#
+# MFC serials
+#
+ttyB0  "/usr/libexec/getty std.9600"   unknown off secure
+ttyB1  "/usr/libexec/getty std.9600"   unknown off secure
+ttyB2  "/usr/libexec/getty std.9600"   unknown off secure
+ttyB3  "/usr/libexec/getty std.9600"   unknown off secure
+ttyB4  "/usr/libexec/getty std.9600"   unknown off secure
+ttyB5  "/usr/libexec/getty std.9600"   unknown off secure
+ttyB6  "/usr/libexec/getty std.9600"   unknown off secure
+ttyB7  "/usr/libexec/getty std.9600"   unknown off secure
+#
+# com style ports (DraCo, HyperCom, etc.)
+#
+ttyC0  "/usr/libexec/getty std.9600"   unknown off secure # DraCo: modem port
+ttyC1  "/usr/libexec/getty std.9600"   unknown off secure # DraCo: mouse port
+ttyC2  "/usr/libexec/getty std.9600"   unknown off secure
+ttyC3  "/usr/libexec/getty std.9600"   unknown off secure
+ttyC4  "/usr/libexec/getty std.9600"   unknown off secure
+ttyC5  "/usr/libexec/getty std.9600"   unknown off secure
+ttyC6  "/usr/libexec/getty std.9600"   unknown off secure
+ttyC7  "/usr/libexec/getty std.9600"   unknown off secure
+ttyC8  "/usr/libexec/getty std.9600"   unknown off secure
+ttyC9  "/usr/libexec/getty std.9600"   unknown off secure
+#
+# Pseudo terminals (mostly network)
+#
 ttyp0  none                    network
 ttyp1  none                    network
 ttyp2  none                    network



Home | Main Index | Thread Index | Old Index