PCI & Memory Detection
Posted: Sun Jan 14, 2007 4:41 am
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???:?:
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???:?: