commit | 1e582ba4ef6264dd8cb73250ebff767d0624d684 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Fri Sep 21 20:07:14 2007 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Oct 12 14:55:42 2007 -0400 |
tree | 50c904091b297c15b4f9987a9c8a1cc7039f0f97 | |
parent | 7d77b247088fb360aa74bfdd9e19bce1e1987668 [diff] |
libata: fix ata_set_max_sectors() In ata_set_max_sectors(), the highest nibble in LBA28 mode was missing. This made drives sized between 8G and 128G with HPA turned on to be resized to under 8G. Fix it. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>