Joan Lledó, le mar. 23 août 2022 20:42:20 +0200, a ecrit: > El 23/8/22 a les 19:30, Samuel Thibault ha escrit: > > And also, I have just uploaded version 0.16-3+hurd.of libpciaccess. The > > issue was that the map_legacy method was completely broken. > > What was the problem with it?
For a start, it was not specifying a region number, so that was random and thus opening /server/bus/pci/.../region%d was deemed to almost always fail :) > > Ideally it'd be able to use the map_region method, > > Do you mean device_map_region() from the arbiter? No, I mean pci_device_hurd_map_range, sorry for the mistype. > If what you want is to map the ROM, Why not calling the new > device_map_rom() method? Because it's not only the rom, but also the vram, other roms, the interrupt vector table, etc. > What's the context of this? Xorg, simply :) Samuel

