cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.cata-dma.c ata-pci.c ata-pci.h

Alexander Leidinger Alexander at Leidinger.net
Tue Apr 8 10:30:47 PDT 2003


On Tue, 08 Apr 2003 19:15:04 +0200
Dag-Erling Smorgrav <des at ofug.org> wrote:

> Nate Lawson <nate at root.org> writes:
> > Tagged queuing is orthogonal to caching.  TQ allows multiple transactions
> > to be passed to the drive, allowing it to order and aggregate the requests
> > as it thinks best.  TQ can be done with no cache because all the drive is
> > tracking is handles to transactions (typically 16 bit ids).  Think of it
> > as more like a pipeline than a cache.
> 
> It can't be done without cache, because you can't queue and reorder
> transactions without some sort of cache.

I like to think about it as a buffer, not a cache. A write-cache
acknowledges the write as soon as it hits the cache (and not the
physical storage) and talking about TQ as a cache makes me feel bad...

Bye,
Alexander.

-- 
              To boldly go where I surely don't belong.

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7


More information about the cvs-src mailing list