In article <[EMAIL PROTECTED]> you wrote:
> I'm currently trying to hack a driver together for a PCI card that uses
> shared memory to communicate to the host.
>
> If I'm not completely offtrack I need to use (under newbus/-current)
> bus_dma_tag_create, bus_dma_alloc etc to get access to the cards shared
> memory.
bus_dma related stuff is only required if the device has a DMA engine
you wish to use. To access the shared memory on the card (e.g. map
it into the kernel's virtual address space), you will need to use
the resource manager and bus space.
--
Justin
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message