Alan Cox wrote:

GFP_DMA means ISA DMAable memory (low 16Mb), its obsolete and you should
be using the pci_alloc/dma_alloc interfaces in 2.6-test

Agree about "don't use GFP_DMA with USB".


But there's no way to use pci_alloc or dma_alloc with USB.
Instead, read Documentation/usb/dma.txt ... those APIs can
poke through the relevant indirections in ways dma_alloc()
doesn't, and even work for non-pci HCDs.





-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to