mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
Catch up with 1995(?) for modem speeds (use 57600 instead of 115200 for
the example host to modem speed).
This commit is contained in:
parent
96b040863a
commit
859992daa9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114685
@ -91,9 +91,9 @@ modem() {
|
||||
comcontrol /dev/tty${ci}${i} dtrwait 100 drainwait 180
|
||||
# Lock crtscts on.
|
||||
# Speed reasonable for V42bis.
|
||||
stty < /dev/ttyi${ci}${i} crtscts 57600
|
||||
stty < /dev/ttyi${ci}${i} crtscts 115200
|
||||
stty < /dev/ttyl${ci}${i} crtscts
|
||||
stty < /dev/cuai${co}${i} crtscts 57600
|
||||
stty < /dev/cuai${co}${i} crtscts 115200
|
||||
stty < /dev/cual${co}${i} crtscts
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user