[PATCH] PCI: add MSI INTX_DISABLE quirks for AR8161/AR8162/AR8171/AR8172
Huang, Xiong
xiong at qca.qualcomm.com
Fri Mar 8 23:44:50 EST 2013
> >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
More information about the unified-drivers
mailing list