Date: Wed, 14 Sep 2005 05:46:28 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c Message-ID: <200509140546.j8E5kSJM028214@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509140546.j8E5kSJM028214>