Re: correct use of bus_dmamap_sync
From: Ruslan Ermilov (ru_at_FreeBSD.ORG)
Date: 10/25/05
- Previous message: John Baldwin: "Re: correct use of bus_dmamap_sync"
- In reply to: John Baldwin: "Re: correct use of bus_dmamap_sync"
- Next in thread: Dinesh Nair: "Re: correct use of bus_dmamap_sync"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 26 Oct 2005 00:04:25 +0300 To: Dinesh Nair <dinesh@alphaque.com>
On Tue, Oct 25, 2005 at 04:10:52PM -0400, John Baldwin wrote:
> On Tuesday 25 October 2005 02:46 pm, Dinesh Nair wrote:
[...]
> > > thus when you send data to your device, that is a WRITE operation (even
> > > though your device is doing a DMA to read data), and when you get data
> > > back from your device, that is a READ operation (even though your device
> > > is doing a DMA to write the data into the buffer).
> >
> > thanx, the verbiage on the man page is slightly confusing with it's use of
> > CPU, giving the opposite impression.
>
> Yes, I know. :)
>
Please go read the HEAD version of the manpage; it's been fixed recently
to improve the description of these details.
Cheers,
-- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer
- application/pgp-signature attachment: stored
- Previous message: John Baldwin: "Re: correct use of bus_dmamap_sync"
- In reply to: John Baldwin: "Re: correct use of bus_dmamap_sync"
- Next in thread: Dinesh Nair: "Re: correct use of bus_dmamap_sync"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]