svn commit: r198487 - head/sys/dev/ata

Alexander Motin mav at FreeBSD.org
Tue Oct 27 21:28:55 UTC 2009


M. Warner Losh wrote:
> In message: <200910261123.n9QBNfJY087028 at svn.freebsd.org>
>             Alexander Motin <mav at FreeBSD.org> writes:
> : Author: mav
> : Date: Mon Oct 26 11:23:41 2009
> : New Revision: 198487
> : URL: http://svn.freebsd.org/changeset/base/198487
> : 
> : Log:
> :   Round timeout up when converting CAM milliseconds to ATA seconds.
> 
> This implements ceil(timeout) rather than round(timeout).  Is that
> intended?

Yes. It is better to turn 400ms to 1s rather then 0. Usually timeouts
aren't so short to make it important, but I have seen such case once, so
it is possible to predict another.

-- 
Alexander Motin


More information about the svn-src-all mailing list