Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 2004 07:29:56 +0000 (UTC)
From:      Brian Feldman <green@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ata atapi-cam.c
Message-ID:  <200406170729.i5H7TuLr093986@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
green       2004-06-17 07:29:56 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ata          atapi-cam.c 
  Log:
  atapicam(4) is currently off by three orders of magnitude regarding the
  timeout values in the CAM CCBs.  Divide by 1000 to get values in seconds
  which are what ata(4) timeouts internally use.
  
  This does lose granularity, though, and small values can now round down
  to zero.  It's probably worth making all ata(4) timeouts in terms of
  hz/ticks/milliseconds/something.
  
  Revision  Changes    Path
  1.35      +2 -2      src/sys/dev/ata/atapi-cam.c



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