summaryrefslogtreecommitdiff
path: root/sys/src/libfis
AgeCommit message (Collapse)Author
2016-02-22libfis: dont reject drives lacking SSP (sata ssd connected to ide with adapter)cinap_lenrek
2015-09-13libfis: 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-06libfis: do not lie about logical sector unitscinap_lenrek
2012-09-09Add alignment hints for e512 ATA drives.google
2011-07-10merge sd changes from 9atomcinap_lenrek