summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2003-05-05 03:26:50 +0000
committerbde <bde@FreeBSD.org>2003-05-05 03:26:50 +0000
commit01c588a198bc41e7e9ab1c399214590fb21d355d (patch)
tree7848ca9ac075f15fa169949e7bd10f0e075e4eb6 /etc
parent74b5fd1bb7ae5e2019c5b5012e6bc76150873655 (diff)
downloadFreeBSD-src-01c588a198bc41e7e9ab1c399214590fb21d355d.zip
FreeBSD-src-01c588a198bc41e7e9ab1c399214590fb21d355d.tar.gz
Catch up with 1995(?) for modem speeds (use 57600 instead of 115200 for
the example host to modem speed).
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/serial4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/serial b/etc/rc.d/serial
index a7975ec..74180a3 100644
--- a/etc/rc.d/serial
+++ b/etc/rc.d/serial
@@ -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
}
OpenPOWER on IntegriCloud