]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/remote
Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows the
[FreeBSD/FreeBSD.git] / etc / remote
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 # dv    device to use for the tty
9 # el    EOL marks (default is NULL)
10 # du    make a call flag (dial up)
11 # pn    phone numbers (@ =>'s search phones file; possibly taken from
12 #       PHONES environment variable)
13 # at    ACU type
14 # ie    input EOF marks (default is NULL)
15 # oe    output EOF string (default is NULL)
16 # cu    call unit (default is dv)
17 # br    baud rate (defaults to 300)
18 # fs    frame size (default is BUFSIZ) -- used in buffering writes on
19 #       receive operations
20 # tc    to continue a capability
21
22 # Systems definitions
23 netcom|Netcom Unix Access:\
24         :pn=\@:tc=unix1200:
25 omen|Omen BBS:\
26         :pn=\@:tc=dos1200:
27
28 # UNIX system definitions
29 unix1200|1200 Baud dial-out to a UNIX system:\
30         :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
31 unix300|300 Baud dial-out to a UNIX system:\
32         :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
33
34 # DOS system definitions
35 dos1200|1200 Baud dial-out to a DOS system:\
36         :el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial1200:
37
38 # General dialer definitions used below
39 #
40 # COURIER switch settings:
41 # switch:       1 2 3 4 5 6 7 8 9 10
42 # setting:      D U D U D D U D U U
43 # Rackmount:    U U D U D U D D U D
44 #
45 dial2400|2400 Baud Hayes attributes:\
46         :dv=/dev/cuaa0:br#2400:cu=/dev/cuaa0:at=hayes:du:
47 dial1200|1200 Baud Hayes attributes:\
48         :dv=/dev/cuaa0:br#1200:cu=/dev/cuaa0:at=hayes:du:
49
50 # Hardwired line
51 cuaa0b|cua0b:dv=/dev/cuaa0:br#2400:pa=none:
52 cuaa0c|cua0c:dv=/dev/cuaa0:br#9600:pa=none:
53
54 # Finger friendly shortcuts
55 com1:dv=/dev/cuaa0:br#9600:pa=none:
56 com2:dv=/dev/cuaa1:br#9600:pa=none:
57 com3:dv=/dev/cuaa2:br#9600:pa=none:
58 com4:dv=/dev/cuaa3:br#9600:pa=none: