mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 05:41:36 +00:00
Due to a bug in the original implementation, the size of the MMIO range covering the 'Request_sense_response' data was set too large during the MMIO boundary change. This rendered devices that were not yet ready and required an 'Request_sense' command unusable. The commit also adapts all other commands where the MMIO size does not match the expected one. Fixes #5133.