> >Wei, thanks for you feedback, this patch is just follow the function > >'quirk_msi_intx_disable_ati_bug' in quirks.c Is it ok if I revise code as: > > static void quirk_msi_intx_disable_qca_bug(struct pci_dev *dev) > > { > > If (dev->revision < 0x18) > > dev->dev_flags |= > PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; > > } > > I think it is ok. Have you tested it? > > If your test passed, I think you can send out another version. > Wei, I have tested it. It's ok. thanks for your help. I sent out another version patch yesterday. -Xiong -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html