Add UNI VREG#152
Open
TuKo1982 wants to merge 6 commits into
Open
Conversation
## 2.16 - Replaced dead `0 & ADNF_STARTPROC` with `0` in boot-node setup (no behavior change). ## 2.15 - Fixed multi-block write resetting its retry counter from the read budget instead of the write one. - Renamed `IO_TIMINGLOOP_MSEC` to `IO_TIMINGLOOP_USEC` (value is microseconds = 100 ms) to prevent accidental detection-timing breakage. ## 2.14 - Fixed unsigned underflow in SCSI MODE SENSE (6) that could write far past the buffer on a short/invalid transfer length. ## 2.13 - Expunge now refuses cleanly instead of sending `~0`/`0xFFFF`, which collided with the FAT "RDB inserted" command and could free the base under running tasks. ## 2.12 - Removed `TD_ADDCHANGEINT` from the quick-I/O path (it cleared `IOF_QUICK` without replying, hanging `DoIO` callers); now handled asynchronously. ## 2.11 - Hot-plug insertion now marks the unit valid only on successful card init, instead of forcing it valid on a broken disk. ## 2.10 - Added a `"memory"` clobber to the SPI block-read inline assembly to stop the compiler reordering/dropping buffer reads under optimization. ## 2.9 - Fixed SDHC/SDXC C_SIZE read as 20 bits instead of 22, so cards above ~512 GB now report the correct size. - Increased the per-unit IO task stack from 4 KB to 16 KB and tied it to a single `SDU_STACK_SIZE` constant. ## 2.8 - Audit baseline (pre-fix reference).
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.
No description provided.