Results 1 to 1 of 1
Can anyone tell me if the kernel function pci_map_single() can accept a 64 bit virtual address, for example from kmalloc() and provide the correct dma_handle for the physical bus address. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-27-2010 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 2
pci_map_single()
Can anyone tell me if the kernel function pci_map_single() can accept a 64 bit virtual address, for example from kmalloc() and provide the correct dma_handle for the physical bus address. I have no problems with using it on a 32 bit OS so I suspect it doesn't, if so what are the alternatives?
Thanks,


Reply With Quote
