Messages in this thread |  | | Date | Mon, 22 Jul 2002 19:54:26 -0700 (PDT) | Subject | Re: Another DMA question | From | "David S. Miller" <> |
| |
From: Thunder from the hill <thunder@ngforever.de> Date: Mon, 22 Jul 2002 20:38:51 -0600 (MDT)
How can I get the _real_ address of a pci_map_single area, if needed? The thing bus_to_virt() did, basically. My problem is that I have code which changed the first byte of a buffer of stuff read via DMA, and I can't because the previous user did bus_to_virt() to get a pointer into that. I don't know how to get another pointer.
After all the confusion, is the question clear?
You need to keep track of the back translations yourself. See how the various net drivers do this by keeping a RX and TX ring of the SKB buffers mapped into the various rings. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |