Merged
Conversation
Put the contents of storage_fix8a.zip into the rockchip drivers repo. Not currently in any driver package, but maybe we can add that later.
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a new readme file for storage drivers targeting ARM64 non-DMA-coherent devices, detailing driver fixes and installation instructions.
- Added comprehensive documentation for two storage drivers (storahci.sys and stornvme.sys).
- Provided installation instructions and a changelog summarizing recent fixes.
Comments suppressed due to low confidence (1)
drivers/storage_fix/readme.md:53
- Typo in 'heavly I/O load'. Consider changing 'heavly' to 'heavily'.
+become temporarily unresponsive or may trigger a "DPC Watchdog Violation" blue-screen crash when an NVMe controller is under heavly I/O load, e.g. during
Comment on lines
+68
to
+71
| [github issue 60](https://github.com/worproject/Rockchip-Windows-Drivers/issues/60). | ||
| - If you find that even after trying the solutions below, you still have problems, | ||
| please share details about your experience in | ||
| [github issue 60](https://github.com/worproject/Rockchip-Windows-Drivers/issues/60), |
There was a problem hiding this comment.
Consider capitalizing 'GitHub' instead of 'github' in the link text.
Suggested change
| [github issue 60](https://github.com/worproject/Rockchip-Windows-Drivers/issues/60). | |
| - If you find that even after trying the solutions below, you still have problems, | |
| please share details about your experience in | |
| [github issue 60](https://github.com/worproject/Rockchip-Windows-Drivers/issues/60), | |
| [GitHub issue 60](https://github.com/worproject/Rockchip-Windows-Drivers/issues/60). | |
| - If you find that even after trying the solutions below, you still have problems, | |
| please share details about your experience in | |
| [GitHub issue 60](https://github.com/worproject/Rockchip-Windows-Drivers/issues/60), |
Comment on lines
+68
to
+71
| [github issue 60](https://github.com/worproject/Rockchip-Windows-Drivers/issues/60). | ||
| - If you find that even after trying the solutions below, you still have problems, | ||
| please share details about your experience in | ||
| [github issue 60](https://github.com/worproject/Rockchip-Windows-Drivers/issues/60), |
There was a problem hiding this comment.
Consider capitalizing 'GitHub' instead of 'github' in the link text.
Suggested change
| [github issue 60](https://github.com/worproject/Rockchip-Windows-Drivers/issues/60). | |
| - If you find that even after trying the solutions below, you still have problems, | |
| please share details about your experience in | |
| [github issue 60](https://github.com/worproject/Rockchip-Windows-Drivers/issues/60), | |
| [GitHub issue 60](https://github.com/worproject/Rockchip-Windows-Drivers/issues/60). | |
| - If you find that even after trying the solutions below, you still have problems, | |
| please share details about your experience in | |
| [GitHub issue 60](https://github.com/worproject/Rockchip-Windows-Drivers/issues/60), |
|
|
||
| - Install the registry values from `StorNvmeCoalescing.reg` (in this .zip file). | ||
| Reboot. See if that resolves your problem. (If so, please report your experience | ||
| in the above github issue.) |
There was a problem hiding this comment.
Consider capitalizing 'GitHub' instead of 'github' in this context.
Suggested change
| in the above github issue.) | |
| in the above GitHub issue.) |
mariobalanica
approved these changes
Mar 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Put the contents of storage_fix8a.zip into the rockchip drivers repo.
Not currently in any driver package, but maybe we can add that later.