1# $FreeBSD$
2#
3#	@(#)remote	5.2 (Berkeley) 6/30/90
4#
5# remote -- remote host description file
6# see tip(1), remote(5)
7#
8# at	ACU type
9# br	bit rate (defaults to 9600)
10# cu	call unit (default is dv)
11# du	make a call flag (dial up)
12# dv	device to use for the tty
13# el	EOL marks (default is NULL)
14# fs	frame size (default is BUFSIZ) -- used in buffering writes on
15#	receive operations
16# ie	input EOF marks (default is NULL)
17# oe	output EOF string (default is NULL)
18# pa	The parity type to use: even, odd, none, zero, one (default even)
19# pn	phone numbers (@ =>'s search phones file; possibly taken from
20#	PHONES environment variable)
21# tc	to continue a capability
22
23# Example systems
24unixshell|Unix Access:\
25	:pn=\@:tc=unix57600:
26dosbbs|DOS-based BBS:\
27	:pn=\@:tc=dos57600:
28
29# UNIX system definitions
30unix57600|57600 Baud dial-out to a UNIX system:\
31	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial57600:
32unix33600|33600 Baud dial-out to a UNIX system:\
33	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial33600:
34
35# DOS system definitions
36dos57600|57600 Baud dial-out to a DOS system:\
37	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial57600:
38
39# 33.6k and 56k modems run the com port at 115200 bps to allow for the
40# compression performed in the modem.  Note that some serial hardware
41# does not support speeds above 38400 bps and that speeds above that have
42# never been formally standardized.  Modern architectures with 16550 or
43# better UARTs typically have no issues with the higher speeds.
44dial57600|57600 Baud Hayes attributes:\
45	br#115200:tc=dial:
46dial33600|33600 Baud Hayes attributes:\
47	br#115200:tc=dial:
48# 14.4k and 28.8k modems ran the port at 4x.  Some rare 19.2 baud modems
49# did too, but those aren't included in this example.
50dial28800|28800 Baud Hayes attributes:\
51	br#115200:tc=dial:
52dial14400|14400 Baud Hayes attributes:\
53	br#57600:tc=dial:
54dial|Generic dialing parameters:\
55	:dv=/dev/cuau0:cu=/dev/cuau0:at=hayes:du:pa=none:
56
57# Hardwired line
58cuau0c|cua0c:dv=/dev/cuau0:br#9600:pa=none:
59
60# Finger friendly shortcuts
61uart0|com1:dv=/dev/cuau0:br#9600:pa=none:
62uart1|com2:dv=/dev/cuau1:br#9600:pa=none:
63uart2|com3:dv=/dev/cuau2:br#9600:pa=none:
64uart3|com4:dv=/dev/cuau3:br#9600:pa=none:
65uart4|com5:dv=/dev/cuau4:br#9600:pa=none:
66uart5|com6:dv=/dev/cuau5:br#9600:pa=none:
67uart6|com7:dv=/dev/cuau6:br#9600:pa=none:
68uart7|com8:dv=/dev/cuau7:br#9600:pa=none:
69ucom1:dv=/dev/cuaU0:br#9600:pa=none:
70ucom2:dv=/dev/cuaU1:br#9600:pa=none:
71ucom3:dv=/dev/cuaU2:br#9600:pa=none:
72ucom4:dv=/dev/cuaU3:br#9600:pa=none:
73ucom5:dv=/dev/cuaU4:br#9600:pa=none:
74ucom6:dv=/dev/cuaU5:br#9600:pa=none:
75ucom7:dv=/dev/cuaU6:br#9600:pa=none:
76ucom8:dv=/dev/cuaU7:br#9600:pa=none:
77