Re: [PATCH v2] ata: ide-sff: add LBA48 support

2017-03-23 Thread Sascha Hauer
On Mon, Mar 20, 2017 at 10:55:17AM +0300, Antony Pavlov wrote: > See http://wiki.osdev.org/ATA_PIO_Mode#48_bit_PIO for details. > > Signed-off-by: Antony Pavlov > --- > > Changes since v1: > > * fix typo in the commit message; > * trivial change: put "port->lba48 = ata_id_has_lba48(port->id

[PATCH v2] ata: ide-sff: add LBA48 support

2017-03-20 Thread Antony Pavlov
See http://wiki.osdev.org/ATA_PIO_Mode#48_bit_PIO for details. Signed-off-by: Antony Pavlov --- Changes since v1: * fix typo in the commit message; * trivial change: put "port->lba48 = ata_id_has_lba48(port->id);" just after debug stuff (ata_dump_id(port->id)). --- drivers/ata/disk_at