[ata] fix reversed bit definitions in linux/ata.h
The macros ata_id_has_lba() and ata_id_has_dma() seem to have their bits reversed. LBA support is bit 9 of word 49 in the identify page, whereas DMA support is bit 8 of word 49 in the identify page.
Showing
Please register or sign in to comment