mirror of
https://github.com/reactos/reactos.git
synced 2026-09-12 20:59:19 +08:00
* [PCIX] Implement the I/O port and device memory arbiters * [PCIX] Implement the bus number arbiter * [PCIX] Return success when a bus needs no arbiters at all * [PCIX] Start the bus arbiters with the resources the bus decodes * [PCIX] Tear down the arbiter engine instead of hanging Honestly this just fills in the arbiter logic following as close to what I saw in PCIX already as I can.