aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2003-05-05 03:26:50 +0000
committerBruce Evans <bde@FreeBSD.org>2003-05-05 03:26:50 +0000
commit859992daa9119ec0c0ddd831084cda22d0ec5fd0 (patch)
tree7848ca9ac075f15fa169949e7bd10f0e075e4eb6
parent96b040863a34230263c5f07a335fa51090d1a460 (diff)
downloadsrc-859992daa9119ec0c0ddd831084cda22d0ec5fd0.tar.gz
src-859992daa9119ec0c0ddd831084cda22d0ec5fd0.zip
Catch up with 1995(?) for modem speeds (use 57600 instead of 115200 for
the example host to modem speed).
Notes
Notes: svn path=/head/; revision=114685
-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 a7975ec037fb..74180a3aa377 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
}