cvs commit: src/sys/dev/aac aac.c

Scott Long scottl at FreeBSD.org
Tue Sep 13 22:46:29 PDT 2005


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


More information about the cvs-src mailing list