tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

WD_QUIRK_FORCE_LBA48



The 'wd' (aka ATA disk) driver has a load of code for the
WD_QUIRK_FORCE_LBA48 quirk.

This forces LBA48 transfers for an ever increasing number of disks.

My suspicion is that the problems only relate to transfers that
actually cross the LBA48 boundary.

So quite possibly checking:
        wd->sc_wdc_bio.blkno + nblks > LBA48_THRESHOLD
would remove the need for the quirk.

        David

-- 
David Laight: david%l8s.co.uk@localhost


Home | Main Index | Thread Index | Old Index