Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Refactor ata code.
Have await_ide return status code (so callers don't need to reread status).
Introduce pause_await_ide for cases where we need to wait an ata cycle.
Implement 400ns wait according to ata specs.
Consistently used 'driveid' instead of 'biosid', 'devid', 'device'.
Unify cdrom and hd transfer code into single function - ata_transfer.
Use less inlining.
Remove unused ebda variable 'trsfbytes'.
  • Loading branch information
KevinOConnor committed Mar 29, 2008
1 parent 0cdac0e commit a6b9f71
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 305 deletions.

0 comments on commit a6b9f71

Please sign in to comment.