Re: [PATCH] sata_inic162x: disable LBA48 devices

2007-07-02 Thread Jeff Garzik
Tejun Heo wrote: sata_inic162x can't do LBA48 properly yet and is likely to corrupt data on drives larger than LBA28 limit. Disable LBA48 devices during device configuration. Signed-off-by: Tejun Heo [EMAIL PROTECTED] --- drivers/ata/sata_inic162x.c |7 +++ 1 file changed, 7

[PATCH] sata_inic162x: disable LBA48 devices

2007-06-28 Thread Tejun Heo
sata_inic162x can't do LBA48 properly yet and is likely to corrupt data on drives larger than LBA28 limit. Disable LBA48 devices during device configuration. Signed-off-by: Tejun Heo [EMAIL PROTECTED] --- drivers/ata/sata_inic162x.c |7 +++ 1 file changed, 7 insertions(+) Index: