This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mach".
The branch, master has been updated via f2626beb39dc416ceebfa35076d89cd291e2b903 (commit) from a14feb6ffadd6902ba09f23122beda08beb970ad (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f2626beb39dc416ceebfa35076d89cd291e2b903 Author: Damien Zammit <dam...@zamaudio.com> Date: Tue Aug 23 03:26:49 2022 +0000 gnumach: Remove PCI_CFG2_* as a reserved ioport range PCI CONF2 access method was deprecated in PCI v2.0 Also, the conf2 ioport range is only activated for use as pci configuration space when conf1 registers are accessed in a particular sequence. Since the pci-arbiter does not access the conf1 forwarding register, we are safe to remove this completely from gnumach to allow normal I/O use of the conf2 range as modern hardware expects. Message-Id: <20220823032638.292813-1-dam...@zamaudio.com> ----------------------------------------------------------------------- Summary of changes: i386/i386/io_perm.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) hooks/post-receive -- GNU Mach