Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2005 11:18:58 -0400
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        Scott Long <scottl@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/aac aac.c
Message-ID:  <200509141119.08733.jkim@FreeBSD.org>
In-Reply-To: <200509140546.j8E5kSJM028214@repoman.freebsd.org>
References:  <200509140546.j8E5kSJM028214@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509141119.08733.jkim>