martin.joni 17.04.2016, 16:14 |
DMA for Ethernet Controller (Announce) |
Hello, |
bretjohn![]() ![]() Rio Rancho, NM, 18.04.2016, 17:59 @ martin.joni |
DMA for Ethernet Controller |
I'm confused about exactly what you're doing. |
martin.joni 19.04.2016, 21:23 @ bretjohn |
DMA for Ethernet Controller |
First of all, thanks for the interest in this topic. |
bretjohn![]() ![]() Rio Rancho, NM, 21.04.2016, 20:18 @ martin.joni |
DMA for Ethernet Controller |
I don't know specifically about the E3800, but I've been told by others that the 32-bit (linear) address provided by all known DPMI servers when you allocate memory is the same as the physical address. The physical address is all you need to know for DMA purposes. I don't use DPMI myself, so can't guarantee anything about it, though. |
RayeR![]() CZ, 22.04.2016, 11:08 @ martin.joni |
DMA for Ethernet Controller |
I think that you can use teh same DPMI function as for VGA LFB mapping. Only difference is that LFB is memory region assigned to MMIO and you know the phys. addr. In your case you don't know exact address. There's probably some function to get memory map and you can check for some free region... --- |