From 9cd5a025fe13133002f1bba77086948216c71cc5 Mon Sep 17 00:00:00 2001 From: lukem Date: Wed, 25 Apr 2001 23:46:12 +0000 Subject: [PATCH] Use /dev/dtyXX instead of /dev/ttyXX, and other cleanups. Heavily inspired by PR 12749 from Scott Telford. --- etc/remote | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/etc/remote b/etc/remote index 54c6590b9b62..95d117bc633a 100644 --- a/etc/remote +++ b/etc/remote @@ -1,4 +1,4 @@ -# $NetBSD: remote,v 1.7 1997/04/24 00:35:47 mellon Exp $ +# $NetBSD: remote,v 1.8 2001/04/25 23:46:12 lukem Exp $ # from: @(#)remote 8.1 (Berkeley) 6/10/93 # # remote -- remote host description file @@ -20,21 +20,28 @@ # doesn't set Carrier Detect. # tc to continue a capability -# UNIX system definitions -unix1200|1200 Baud dial-out to another UNIX system:\ - :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200: -unix300|300 Baud dial-out to another UNIX system:\ - :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300: - # General dialer definitions used below # +dialdty00defs:dv=/dev/dty00:at=hayes:du: dial2400|2400 Baud Hayes attributes:\ - :dv=/dev/tty00:br#2400:cu=/dev/tty00:at=hayes:du: + :br#2400:tc=dialdty00defs: dial1200|1200 Baud Hayes attributes:\ - :dv=/dev/tty00:br#1200:cu=/dev/tty00:at=hayes:du: + :br#1200:tc=dialdty00defs: + +# UNIX system definitions +# +unix2400|2400 Baud dial-out to another UNIX system:\ + :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial2400: +unix1200|1200 Baud dial-out to another UNIX system:\ + :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200: + +# Hardwired lines +# +dty0c|dty0:dv=/dev/dty00:br#9600:pa=none:dc: +dty0b:dv=/dev/dty00:br#2400:pa=none:dc: + +dty1c|dty1:dv=/dev/dty01:br#9600:pa=none:dc: +dty1b:dv=/dev/dty01:br#2400:pa=none:dc: -# Hardwired line -com0c|com0:dv=/dev/tty00:br#9600:dc: -com0b:dv=/dev/tty00:br#2400:dc: # REMEMBER NOT TO USE PARITY! -console:dv=/dev/tty01:br#9600:pa=none:dc: +console:dv=/dev/dty01:br#9600:pa=none:dc: