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