diff options
author | bde <bde@FreeBSD.org> | 2003-09-27 11:13:59 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2003-09-27 11:13:59 +0000 |
commit | c21d189c3f13ce3c60be9f7e4b2d8fc554970d12 (patch) | |
tree | b1fcaf29ac0faa4e9abd6768c23e4c26a6b79368 /sys/dev/isp | |
parent | 6d69006c55a01bc62f55b1d4623fc13457564a16 (diff) | |
download | FreeBSD-src-c21d189c3f13ce3c60be9f7e4b2d8fc554970d12.zip FreeBSD-src-c21d189c3f13ce3c60be9f7e4b2d8fc554970d12.tar.gz |
Cleaned up and fixed setting of speeds in comparam():
- Removed conversion of a zero input speed to the output speed. This
has been done better in ttioctl() since rev.1.108 of kern/tty.c
almost 5 years ago. comparam() did the conversion incompletely for
the case where the output speed is also zero. It had complications
to avoid using zero speeds, but would still have used a zero input
speed for setting watermarks if kern/tty.c had passed one.
- Never permit the input speed to be different from the output speed.
There was no validity check on the input speed for the case of a zero
output speed. Then we didn't change the physical speeds, but we used
the unvalidated input speed for setting watermarks and didn't return
an error, so ttioctl() stored the unvalidated input speed in the tty
struct where it could cause problems later.
- Removed complications that were to avoid using a divisor of 0. The
divisor is now always valid if the speed is accepted.
Diffstat (limited to 'sys/dev/isp')
0 files changed, 0 insertions, 0 deletions