Art Haas wrote: > Sorry to report that patch did not work. I applied the patch against > Linus's tree this morning, built and installed that kernel, and > the CD-ROM was not found. I also tried the patch with an update > from Linus's tree from this evening, and again the same result. Hello, Art. Can you please test the attached patch? The patch is against 2.6.19. Please give me my late christmas gift. Thanks. -- tejun
--- tree0/drivers/ata/libata-sff.c.orig 2006-12-27 22:26:03.000000000 +0900 +++ tree0/drivers/ata/libata-sff.c 2006-12-27 22:26:15.000000000 +0900 @@ -662,6 +662,7 @@ */ void ata_bmdma_freeze(struct ata_port *ap) { +#if 0 struct ata_ioports *ioaddr = &ap->ioaddr; ap->ctl |= ATA_NIEN; @@ -671,6 +672,7 @@ writeb(ap->ctl, (void __iomem *)ioaddr->ctl_addr); else outb(ap->ctl, ioaddr->ctl_addr); +#endif } /**