> diff -puN drivers/ata/pata_atiixp.c~pata_atiixp-dont-disable drivers/ata/pata_atiixp.c > --- a/drivers/ata/pata_atiixp.c~pata_atiixp-dont-disable > +++ a/drivers/ata/pata_atiixp.c > @@ -243,9 +243,6 @@ static int atiixp_init_one(struct pci_de > .port_ops = &atiixp_port_ops > }; > const struct ata_port_info *ppi[] = { &info, NULL }; > - /* Some of the quirk reconfiguration messes up the simplex flag, so > - clear it again */ > - ata_pci_bmdma_clear_simplex(dev); > return ata_pci_sff_init_one(dev, ppi, &atiixp_sht, NULL); And this segment can be dropped as the original patch that adds it isn't needed -- 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