Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-25 | libfis: fix inverted CHS bit | aiju | |
2016-02-22 | libfis: dont reject drives lacking SSP (sata ssd connected to ide with adapter) | cinap_lenrek | |
2015-09-13 | libfis: fix wrong shift for lba40 (thanks geoff and charles) | cinap_lenrek | |
---------- Forwarded message ---------- From: Charles Forsyth <charles.forsyth@gmail.com> Date: 13 September 2015 at 12:38 Subject: fis bug To: erik quanstrom <quanstro@quanstro.net> geoff spotted something similar in sdiahci.c, but it's in libfis as well: c[Flba24] = lba >> 24; c[Flba32] = lba >> 32; c[Flba40] = lba >> 48; >> 48?? should be >> 40, especially with drive sizes getting up there. | |||
2012-10-06 | libfis: do not lie about logical sector units | cinap_lenrek | |
2012-09-09 | Add alignment hints for e512 ATA drives. | ||
2011-07-10 | merge sd changes from 9atom | cinap_lenrek | |