Re: [PATCH] PCI Arbiter

2017-10-20 Thread Justus Winter
Hi Joan :) let me be the first to say: Awesome :) Joan Lledó writes: > Attached are two patches. The first one is to be applied to the Hurd > source tree and contains a new mig pci interface, the pci server and a > new library which includes the mig client stubs. So I'd say the libpciclient li

PCI Arbiter

2017-10-20 Thread Joan Lledó
Hello, This is a first approach to a PCI arbiter for the Hurd. Attached are two patches. The first one is to be applied to the Hurd source tree and contains a new mig pci interface, the pci server and a new library which includes the mig client stubs. The second one is to be applied to the deb

[PATCH] PCI Arbiter

2017-10-20 Thread Joan Lledó
--- Makefile | 2 + hurd/hurd_types.defs | 19 ++- hurd/hurd_types.h | 1 + hurd/paths.h | 1 + hurd/pci.defs | 50 +++ hurd/subsystems | 1 + libpciclient/Makefile | 29 libpciclient/pciclient.c | 103 ++