Use /dev/dtyXX instead of /dev/ttyXX, and other cleanups.

Heavily inspired by PR 12749 from Scott Telford.
This commit is contained in:
lukem 2001-04-25 23:46:12 +00:00
parent e595ebd705
commit 9cd5a025fe
1 changed files with 20 additions and 13 deletions

View File

@ -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: