remote revision 136479
1193323Sed# $FreeBSD: head/etc/remote 136479 2004-10-13 08:32:34Z phk $
2193323Sed#
3193323Sed#	@(#)remote	5.2 (Berkeley) 6/30/90
4193323Sed#
5193323Sed# remote -- remote host description file
6193323Sed# see tip(1), remote(5)
7193323Sed#
8193323Sed# at	ACU type
9193323Sed# br	bit rate (defaults to 9600)
10193323Sed# cu	call unit (default is dv)
11193323Sed# du	make a call flag (dial up)
12193323Sed# dv	device to use for the tty
13193323Sed# el	EOL marks (default is NULL)
14193323Sed# fs	frame size (default is BUFSIZ) -- used in buffering writes on
15193323Sed#	receive operations
16193323Sed# ie	input EOF marks (default is NULL)
17193323Sed# oe	output EOF string (default is NULL)
18193323Sed# pa	The parity type to use: even, odd, none, zero, one (default even)
19193323Sed# pn	phone numbers (@ =>'s search phones file; possibly taken from
20193323Sed#	PHONES environment variable)
21239462Sdim# tc	to continue a capability
22239462Sdim
23239462Sdim# Example systems
24193323Sedunixshell|Unix Access:\
25193323Sed	:pn=\@:tc=unix57600:
26193323Seddosbbs|DOS-based BBS:\
27204961Srdivacky	:pn=\@:tc=dos57600:
28193323Sed
29193323Sed# UNIX system definitions
30193323Sedunix57600|57600 Baud dial-out to a UNIX system:\
31193323Sed	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial57600:
32193323Sedunix33600|33600 Baud dial-out to a UNIX system:\
33193323Sed	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial33600:
34193323Sed
35193323Sed# DOS system definitions
36193323Seddos57600|57600 Baud dial-out to a DOS system:\
37193323Sed	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial57600:
38193323Sed
39193323Sed# 33.6k and 56k modems run the com port at 115200 bps to allow for the
40198090Srdivacky# compression performed in the modem.  Note that some serial hardware
41198090Srdivacky# does not support speeds above 38400 bps and that speeds above that have
42198090Srdivacky# never been formally standardized.  Modern architectures with 16550 or
43198090Srdivacky# better UARTs typically have no issues with the higher speeds.
44210299Seddial57600|57600 Baud Hayes attributes:\
45210299Sed	br#115200:tc=dial:
46210299Seddial33600|33600 Baud Hayes attributes:\
47210299Sed	br#115200:tc=dial:
48210299Sed# 14.4k and 28.8k modems ran the port at 4x.  Some rare 19.2 baud modems
49210299Sed# did too, but those aren't included in this example.
50212904Sdimdial28800|28800 Baud Hayes attributes:\
51212904Sdim	br#115200:tc=dial:
52212904Sdimdial14400|14400 Baud Hayes attributes:\
53212904Sdim	br#57600:tc=dial:
54193323Seddial|Generic dialing parameters:\
55193323Sed	:dv=/dev/cuad0:cu=/dev/cuad0:at=hayes:du:pa=none:
56193323Sed
57193323Sed# Hardwired line
58193323Sedcuad0c|cua0c:dv=/dev/cuad0:br#9600:pa=none:
59193323Sed
60203954Srdivacky# Finger friendly shortcuts
61203954Srdivackysio0|com1:dv=/dev/cuad0:br#9600:pa=none:
62208599Srdivackysio1|com2:dv=/dev/cuad1:br#9600:pa=none:
63193323Sedsio2|com3:dv=/dev/cuad2:br#9600:pa=none:
64218893Sdimsio3|com4:dv=/dev/cuad3:br#9600:pa=none:
65218893Sdimsio4|com5:dv=/dev/cuad4:br#9600:pa=none:
66224145Sdimsio5|com6:dv=/dev/cuad5:br#9600:pa=none:
67224145Sdimsio6|com7:dv=/dev/cuad6:br#9600:pa=none:
68224145Sdimsio7|com8:dv=/dev/cuad7:br#9600:pa=none:
69210299Sed