Default base address of Busmastering DMA

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
markq
Posts: 24
Joined: Fri Jan 30, 2015 3:42 pm

Default base address of Busmastering DMA

Post by markq »

Hello, I want to enable DMA mode however, according to the articles I need to enumerate all PCI device in the configuration space to find out the base address of the Bus Master. Is there a default address or do I have to enumerate?
madanra
Member
Member
Posts: 149
Joined: Mon Sep 07, 2009 12:01 pm

Re: Default base address of Busmastering DMA

Post by madanra »

Enumerating PCI devices is reasonably easy, and you'll need to do it at some point - I'd just go ahead and get it done.
Post Reply