Re: [PATCH libpciaccess] hurd: Fix clients/nested arbiters' access to i/o ports

2022-08-27 Thread Samuel Thibault
Damien Zammit, le sam. 27 août 2022 05:34:31 +, a ecrit: > When we fail to enable io ports via x86 method, this means > we are a client/nested arbiter. But we still need to enable > io ports that are not in PCI CONF1 range. Looking at what linux_sysfs.c does, they first try to use a legacy_io

[PATCH libpciaccess] hurd: Fix clients/nested arbiters' access to i/o ports

2022-08-26 Thread Damien Zammit
When we fail to enable io ports via x86 method, this means we are a client/nested arbiter. But we still need to enable io ports that are not in PCI CONF1 range. --- src/hurd_pci.c | 57 ++ 1 file changed, 53 insertions(+), 4 deletions(-) diff --git