remote revision 180615
136285Sbrian# $FreeBSD: head/etc/remote 180615 2008-07-19 19:08:22Z marcel $
236285Sbrian#
336285Sbrian#	@(#)remote	5.2 (Berkeley) 6/30/90
436285Sbrian#
536285Sbrian# remote -- remote host description file
636285Sbrian# see tip(1), remote(5)
736285Sbrian#
836285Sbrian# at	ACU type
936285Sbrian# br	bit rate (defaults to 9600)
1036285Sbrian# cu	call unit (default is dv)
1136285Sbrian# du	make a call flag (dial up)
1236285Sbrian# dv	device to use for the tty
1336285Sbrian# el	EOL marks (default is NULL)
1436285Sbrian# fs	frame size (default is BUFSIZ) -- used in buffering writes on
1536285Sbrian#	receive operations
1636285Sbrian# ie	input EOF marks (default is NULL)
1736285Sbrian# oe	output EOF string (default is NULL)
1836285Sbrian# pa	The parity type to use: even, odd, none, zero, one (default even)
1936285Sbrian# pn	phone numbers (@ =>'s search phones file; possibly taken from
2036285Sbrian#	PHONES environment variable)
2136285Sbrian# tc	to continue a capability
2236285Sbrian
2336285Sbrian# Example systems
2436285Sbrianunixshell|Unix Access:\
2536285Sbrian	:pn=\@:tc=unix57600:
2650479Speterdosbbs|DOS-based BBS:\
2736285Sbrian	:pn=\@:tc=dos57600:
2836285Sbrian
2936285Sbrian# UNIX system definitions
3036285Sbrianunix57600|57600 Baud dial-out to a UNIX system:\
3136285Sbrian	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial57600:
3236285Sbrianunix33600|33600 Baud dial-out to a UNIX system:\
3336285Sbrian	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial33600:
3436285Sbrian
3536285Sbrian# DOS system definitions
36138198Sbriandos57600|57600 Baud dial-out to a DOS system:\
37138198Sbrian	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial57600:
38138198Sbrian
39138198Sbrian# 33.6k and 56k modems run the com port at 115200 bps to allow for the
4081634Sbrian# compression performed in the modem.  Note that some serial hardware
41138198Sbrian# does not support speeds above 38400 bps and that speeds above that have
42138198Sbrian# never been formally standardized.  Modern architectures with 16550 or
4381634Sbrian# better UARTs typically have no issues with the higher speeds.
44138198Sbriandial57600|57600 Baud Hayes attributes:\
45138198Sbrian	br#115200:tc=dial:
46138198Sbriandial33600|33600 Baud Hayes attributes:\
47138198Sbrian	br#115200:tc=dial:
48138198Sbrian# 14.4k and 28.8k modems ran the port at 4x.  Some rare 19.2 baud modems
49138198Sbrian# did too, but those aren't included in this example.
50138198Sbriandial28800|28800 Baud Hayes attributes:\
51138198Sbrian	br#115200:tc=dial:
52138198Sbriandial14400|14400 Baud Hayes attributes:\
53138198Sbrian	br#57600:tc=dial:
54138198Sbriandial|Generic dialing parameters:\
55138198Sbrian	:dv=/dev/cuau0:cu=/dev/cuau0:at=hayes:du:pa=none:
5636285Sbrian
5736285Sbrian# Hardwired line
5836285Sbriancuau0c|cua0c:dv=/dev/cuau0:br#9600:pa=none:
59138198Sbrian
60138198Sbrian# Finger friendly shortcuts
61138198Sbrianuart0|sio0|com1:dv=/dev/cuau0:br#9600:pa=none:
6236285Sbrianuart1|sio1|com2:dv=/dev/cuau1:br#9600:pa=none:
6349434Sbrianuart2|sio2|com3:dv=/dev/cuau2:br#9600:pa=none:
6449434Sbrianuart3|sio3|com4:dv=/dev/cuau3:br#9600:pa=none:
6549434Sbrianuart4|sio4|com5:dv=/dev/cuau4:br#9600:pa=none:
6649434Sbrianuart5|sio5|com6:dv=/dev/cuau5:br#9600:pa=none:
6736285Sbrianuart6|sio6|com7:dv=/dev/cuau6:br#9600:pa=none:
6836285Sbrianuart7|sio7|com8:dv=/dev/cuau7:br#9600:pa=none:
6936285Sbrian