Search found 2 matches
- Fri Jun 29, 2007 9:20 pm
- Forum: Solaris
- Topic: Solaris mmap support
- Replies: 3
- Views: 20647
On the dbforums.com link, or so, the thread mentions that you can use ddi_dma_mem_alloc(), although...a man page does say for ddi_dma_bind_handle(): ddi_dma_addr_bind_handle() allocates DMA resources for a memory object such that a device can perform DMA to or from the object. As well, the opensolar...
- Fri Jun 29, 2007 7:10 pm
- Forum: Solaris
- Topic: Solaris mmap support
- Replies: 3
- Views: 20647
Solaris mmap support
OSS for Solaris dropped mmap support more than two years ago, is there any chance of the driver being updated to work with mmap? The old info says support was dropped because hat_getkpfnum was deprecated, and that there was then no known way to map DMA memory for the use of applications. This hasn't...