The patch titled libata-add-missing-data_xfer-for-pata_pdc2027x-and-pdc_adma fix has been removed from the -mm tree. Its filename is libata-add-missing-data_xfer-for-pata_pdc2027x-and-pdc_adma-fix.patch This patch was dropped because it was folded into another patch ------------------------------------------------------ Subject: libata-add-missing-data_xfer-for-pata_pdc2027x-and-pdc_adma fix From: "Barry K. Nathan" <barryn@xxxxxxxxx> Tejun Heo's patch to fill in data_xfer for pata_pdc2027x only did half of the job. This does the other half, fixing a boot-time null-dereference oops for me. Signed-off-by: Barry K. Nathan <barryn@xxxxxxxxx> Cc: Tejun Heo <htejun@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/scsi/pata_pdc2027x.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/scsi/pata_pdc2027x.c~libata-add-missing-data_xfer-for-pata_pdc2027x-and-pdc_adma-fix drivers/scsi/pata_pdc2027x.c --- devel/drivers/scsi/pata_pdc2027x.c~libata-add-missing-data_xfer-for-pata_pdc2027x-and-pdc_adma-fix 2006-06-01 17:09:31.000000000 -0700 +++ devel-akpm/drivers/scsi/pata_pdc2027x.c 2006-06-01 17:09:31.000000000 -0700 @@ -196,6 +196,7 @@ static struct ata_port_operations pdc202 .qc_prep = ata_qc_prep, .qc_issue = ata_qc_issue_prot, .eng_timeout = ata_eng_timeout, + .data_xfer = ata_mmio_data_xfer, .irq_handler = ata_interrupt, .irq_clear = ata_bmdma_irq_clear, _ Patches currently in -mm which might be from barryn@xxxxxxxxx are libata-add-missing-data_xfer-for-pata_pdc2027x-and-pdc_adma.patch libata-add-missing-data_xfer-for-pata_pdc2027x-and-pdc_adma-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html