cvs commit: src/sys/dev/aac aac.c
Jung-uk Kim
jkim at FreeBSD.org
Wed Sep 14 08:19:26 PDT 2005
On Wednesday 14 September 2005 01:46 am, Scott Long wrote:
> scottl 2005-09-14 05:46:28 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/aac aac.c
> Log:
> Use time_uptime for timing commands instead of time_second. This
> is a bit risky because the "current time" is supposed to be fed to
> the card during initialization, and the current time is supposed to
> be put into each command that is sent to the card. Hopefully
> either the card doesn't actually care about the timestamps, or it
> doesn't care about the absolute values so long and the relative
> values are consistent. Not an MFC candidate until more thorough
> testing can be done.
>
> Revision Changes Path
> 1.110 +9 -9 src/sys/dev/aac/aac.c
Thanks! FYI, twa(4) has the same issue.
Jung-uk Kim
More information about the cvs-src
mailing list