On Sun, 21 Jul 2019, BALATON Zoltan wrote:
Or if it's still mapped we should just return a pointer to the already mapped space. Could we just get that from assigned-addresses?
Looks like pci-bar>pci-addr in drivers/pci.fs that vga.fs uses does just that (or something similar, I can't understand forth without looking at it for a few hours). Should we ditch this word and build it in map-in then convert vga.fs to use map-in instead of pci-bar>pci-addr pci-map-in which is probably what map-in is supposed to do?
Regards, BALATON Zoltan