Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ATA: Fix Slow Operation #296

Merged
merged 8 commits into from
Dec 18, 2023
Merged

ATA: Fix Slow Operation #296

merged 8 commits into from
Dec 18, 2023

Conversation

dthain
Copy link
Owner

@dthain dthain commented Dec 18, 2023

  • Modify ata_wait to use process_yield rather than clock_wait when polling on controller status. The latter would result in a 1/20s delay on each sub-operation, which was unacceptably slow.
  • Several minor fixups to disks to better detect and enforce 26 character name limit.

@dthain
Copy link
Owner Author

dthain commented Dec 18, 2023

Fixes #275

@dthain dthain merged commit 24cbd6a into master Dec 18, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant