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.
How do I know from the PCI.BaseMemory if it is an I/O address or a Memory base address???
Is it right to say that
IF PCI.BaseMemory[x]>0xFFFF
it is a Memory Base address
ELSE
It is an I/O address
And how I can find out were the memory location ends?:?:
BTW: Is there a way to get free PCI specification???:?:
to detect if it is MEMORY location or I/O space you need to check afaik the last 2 bits of address. There is a good PCI document on the internet, i've one