Re: [PATCH] New module for the Hurd

2018-10-29 Thread Samuel Thibault
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

[PATCH] New module for the Hurd

2018-01-16 Thread Joan Lledó
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. Some x86 function prototypes are now declared in a new header for the Hurd module to use them, in order to duplicate as little code as pos

[PATCH] New module for the Hurd.

2017-12-03 Thread Joan Lledó
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. Some x86 function prototypes are now declared in a new header for the Hurd module to use them, in order to duplicate as little code as pos

[PATCH] New module for the Hurd.

2017-10-24 Thread Joan Lledó
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. Some x86 function prototypes are now declared in a new header for the Hurd module to use them, in order to duplicate as little code as pos