Skip to content

uefi-raw: Fix ATA_PASS_THRU_PROTOCOL bindings #1619

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

Merged
merged 1 commit into from
Apr 10, 2025

Conversation

seijikun
Copy link
Contributor

@seijikun seijikun commented Apr 10, 2025

This is an important fix for the raw bindings of ATA_PASS_THRU_PROTOCOL

  • The AtaPassThruCommandPacket was broken (missing fields).
  • The AtaPassThruProtocol::pass_thru() function signature had a redundant *mut on the event parameter
  • The field-name was horrible :D

This was previously part of #1595
Blocks: #1595

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)

This is an important fix!
- The AtaPassThruCommandPacket was broken.
- The AtaPassThruProtocol::pass_thru function signature had a redundant *mut
- The field-name was horrible :D
@phip1611 phip1611 added this pull request to the merge queue Apr 10, 2025
Merged via the queue into rust-osdev:main with commit 8da2acf Apr 10, 2025
16 checks 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.

2 participants