[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HPDI register mapping



> I have written appropriate addresses to these to
> try to map the registers to CPU address space.

You shouldn't change the contents of the BAR's. The PCI BIOS sets it up. 
( you are allowed to poke FF's if you need to discover the extent of the 
allocation, so long as you put it back how it was. )

The addresses in BAR's are physical addresses. For 86 family, you need to 
map the physical address into linear address space before the processor can 
see it. Call DPMI.


Roy Gwinn