--- Tejun Heo <htejun@xxxxxxxxx> wrote: > > My bet is on broken driver. sunix driver doesn't seem like it was > written carefully. Anyways, thanks for testing. It seems we'll either > have to implement adma mode. I'll mark the driver broken for 2.6.21. > Thanks. Tejun, I did some more testing. I limited the driver to PIO4 with the changes shown below. I copied a 2.2GB gzipped file from a local disk and a 7.9GB iso file over my network onto the drive and then ran md5sum on both. The sums were fine under PIO4. It's slow as hell, but at least it worked. If you have any suggestions for me to mess with in the driver, I'm up for it. By the way, I'm now running 2.6.20.3 for my testing. I had to wait to upgrade till madwifi was ready. .pio_mask = 0x1f, /* pio0-4 */ .mwdma_mask = 0x00, /* mwdma0-2 */ .udma_mask = 0x00, /* udma0-6 */ Bob - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html