Home
last modified time | relevance | path

Searched refs:overshoot (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-rw.c626 static int overshoot = 1; in seek_forward() local
646 count = target - ft_location.segment - overshoot; in seek_forward()
679 overshoot, inhibit_correction); in seek_forward()
686 overshoot, overshoot + error); in seek_forward()
687 overshoot += error; in seek_forward()
692 if (overshoot < -5 || in seek_forward()
693 overshoot > OVERSHOOT_LIMIT) { in seek_forward()
694 if (overshoot < 0) { in seek_forward()
696 overshoot = -5; in seek_forward()
699 overshoot = OVERSHOOT_LIMIT; in seek_forward()
[all …]
/linux-2.4.37.9/drivers/char/ftape/
DRELEASE-NOTES571 - Increased maximum fast-seek overshoot value from 5 to 10 segments.
575 - Fixed wrong calculation of overshoot on seek_forward: Wrong sign
727 - Changed rewind code to handle negative overshoot for drives
828 - Fixed failing repositioning when overshoot was incremented.
868 - Fixed wrong adjustment of overshoot in seek_forward().
892 - Being more conservative on overshoot value.