Hello, Joan Lledó, le mar. 16 janv. 2018 12:54:30 +0100, a ecrit: > This new module uses Hurd's RPCs for accessing the PCI configuration space. > Direct access as in {read_write}_{8,16,32} functions is done by the old x86 > module.
Similarly, we don't want to avoid x86 completely. > +_pci_hidden int > +pci_system_hurd_create(void) > +{ This could start by opening _SERVERS_BUS_PCI and if that fails, call pci_system_x86_create instead and thus immediately get x86 operations. Samuel