Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These changes are designed to try and mitigate the effects of using BlueSCSI in a high-EMI environment. High-noise environments are causing disruption of the SDIO bus, which usually manifests as disk image write issues and log entries such as the following:
SDIO card reports write CRC error, status 0x000000EB
This mitigation does result in an overall read/write speed decrease. On my PowerMac 7300, max read speeds usually run around 8000k and max write speeds around 4800k. With mitigation level 2 in place this drops to 7000k read and 3800k write.
To configure this mitigation, place these lines in your bluescsi.ini file. Only
1
and2
are valid for this configuration, with increasing slowdown when 2 is specified.