Re: [PATCH libata-2.6 1/5] Fix zero sg_dma_len() on 64-bit platform

2005-03-22 Thread Jeff Garzik
Just FYI... I'll review and merge these patches tomorrow. From a quick glance, they look sane, modulo the ATAPI padding comments earlier. Jeff - To unsubscribe from this list: send the line unsubscribe linux-ide in the body of a message to [EMAIL PROTECTED] More majordomo info at

[PATCH libata-2.6 1/5] Fix zero sg_dma_len() on 64-bit platform

2005-03-17 Thread Albert Lee
Hi Jeff, When testing ATAPI PIO data transfer on the ppc64 platform, __atapi_pio_bytes() got zero when sg_dma_len() is used. I checked the asm-ppc64/scatterlish.h, the struct scatterlist is defined as: struct scatterlist { struct page *page; unsigned int offset;