- RE: MmMapIoSpace what exactly it does?
- Posted by eelns on April 14th, 2005
hi Vijay,
My guess is as follow:
#1: MmMapIoSpace() = IO Device Register --> Virutal Address.
#2: Within this process = IO Device Register (bus specific Address) -->
Physical (System Wide) 32bit address --> Virtual Address.
#3: Input argument 'PHYSICAL_ADDRESS' for MmMapIoSpace should be translated
is not identifiable without further decoding (by HW?)
Actually i am interested in this question too........
"Vijay" wrote:
Similar Posts
- Re: MmMapIoSpace what exactly it does? (Drivers) by Calvin Guan
- About using MmMapIoSpace() in my driver's AddDevice Dispatch funct (Drivers) by sudhanshu deshmukh
- MmMapIoSpace (Drivers) by eelns
- MmMapIoSpace fails under Win98 SE for PCI device (Drivers) by MP
- Re: MmMapIoSpace can be called at IRQL <= DISPATCH_LEVEL? (Drivers) by Mark Roddy

