cvs commit: src/sys/dev/ata atapi-cam.c
Brian Feldman
green at FreeBSD.org
Thu Jun 17 00:30:43 PDT 2004
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
More information about the cvs-src
mailing list