Release-40.5
What's Changed
Full Changelog: Release-40.4...Release-40.5
Features
- Implement support for LBA-48 - increasing the maximum size supported from 127GB to 2TB!
- Add build for the N2630 Accelerator
- Now runs a task for each channel which means IO to the primary channel won't block the secondary channel
- Now supports abort_io
- Some potential performance improvements
Bugfixes
- Various driver quality improvements provided by Olaf Barthel
- Mounter: Fix checksum function, now the driver will work with drives prepared by HDInstTool
- ATA: Always save registers on error so they can be read back later to diagnose
- Check ATAPI diskchange status even if device not open, fixes compatibility with the Sony CRX1611 which would somehow break things if not checked
- write_taskfile_lba/chs - write head register after waiting for BSY to clear, not before