Lines Matching +full:dc +full:- +full:to +full:- +full:dc

16 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
35 # dtrwait 300 drainwait `sysctl -n kern.drainwait`
45 # Reset everything changed by the other functions to initial defaults.
47 dc=$1; shift # device name character
48 drainwait=`sysctl -n kern.drainwait`
52 comcontrol /dev/tty${dc}${i} dtrwait 300 drainwait $drainwait
53 stty < /dev/tty${dc}${i}.init -clocal crtscts hupcl 115200 reprint ^R
54 stty < /dev/tty${dc}${i}.lock -clocal -crtscts -hupcl 0
55 stty < /dev/cua${dc}${i}.init -clocal crtscts hupcl 115200 reprint ^R
56 stty < /dev/cua${dc}${i}.lock -clocal -crtscts -hupcl 0
63 dc=$1; shift
68 stty < /dev/tty${dc}${i}.init reprint undef
69 stty < /dev/cua${dc}${i}.init reprint undef
71 stty < /dev/tty${dc}${i}.lock clocal
72 # Lock the speeds to use old binaries that don't support them.
73 # Any legal speed works to lock the initial speed.
74 stty < /dev/tty${dc}${i}.lock 300
75 stty < /dev/cua${dc}${i}.lock 300
82 dc=$1; shift
87 comcontrol /dev/tty${dc}${i} dtrwait 100 drainwait 180
90 stty < /dev/tty${dc}${i}.init crtscts 115200
91 stty < /dev/tty${dc}${i}.lock crtscts
92 stty < /dev/cua${dc}${i}.init crtscts 115200
93 stty < /dev/cua${dc}${i}.lock crtscts
100 dc=$1; shift
106 stty < /dev/tty${dc}${i}.init clocal -hupcl 1200
107 stty < /dev/tty${dc}${i}.lock clocal hupcl
108 stty < /dev/cua${dc}${i}.init clocal -hupcl 1200
109 stty < /dev/cua${dc}${i}.lock clocal hupcl
117 # Also works for bidirectional communications to another pc
121 dc=$1; shift
123 modem ${dc} $*
126 comcontrol /dev/tty${dc}${i} dtrwait 0
127 stty < /dev/tty${dc}${i}.init 115200
128 stty < /dev/cua${dc}${i}.init 115200
133 # 3-wire serial terminals. These don't supply carrier, so
134 # clocal needs to be set, and crtscts needs to be unset.
136 dc=$1; shift
138 terminal ${dc} $*
141 stty < /dev/tty${dc}${i}.init clocal -crtscts
142 stty < /dev/cua${dc}${i}.init clocal -crtscts
149 # Edit the functions and the examples to suit your system.
153 # Initialize assorted 8250-16550 (uart) ports.
160 # Initialize all ports on a Cyclades-8yo.
163 # Initialize all ports on a Cyclades-16ye.