From owner-cvs-src@FreeBSD.ORG Wed Sep 14 15:19:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9FE116A420; Wed, 14 Sep 2005 15:19:26 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ECBB43D45; Wed, 14 Sep 2005 15:19:23 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j8EFOxb8074273; Wed, 14 Sep 2005 11:24:59 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Scott Long Date: Wed, 14 Sep 2005 11:18:58 -0400 User-Agent: KMail/1.6.2 References: <200509140546.j8E5kSJM028214@repoman.freebsd.org> In-Reply-To: <200509140546.j8E5kSJM028214@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200509141119.08733.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.85.1/1081/Tue Sep 13 03:06:09 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 15:19:26 -0000 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