aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBenno Rice <benno@FreeBSD.org>2003-01-29 02:43:35 +0000
committerBenno Rice <benno@FreeBSD.org>2003-01-29 02:43:35 +0000
commita42a7e2f135de36b3ba5571c3178db39df8dc78d (patch)
tree98210138fa39964c6e10195c9bf6a8c0cecc5e43 /sys/dev
parent912e44b663d3a55ebffbe701895f29f9ae46ae53 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/zs/zs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/zs/zs.c b/sys/dev/zs/zs.c
index 9836237fa75b..24e78d316533 100644
--- a/sys/dev/zs/zs.c
+++ b/sys/dev/zs/zs.c
@@ -487,7 +487,7 @@ zsttyopen(dev_t dev, int flags, int mode, struct thread *td)
* sticky bits from TIOCSFLAGS.
*/
t.c_ispeed = 0;
- t.c_ospeed = TTYDEF_SPEED;
+ t.c_ospeed = tp->t_ospeed;
t.c_cflag = TTYDEF_CFLAG;
/* Make sure zstty_param() will do something. */
tp->t_ospeed = 0;