Re: [PATCH 1/3] PCI: Add quirks for Juniper FPGAs to set class code

2020-09-15 Thread Bjorn Helgaas
On Tue, Sep 15, 2020 at 08:11:01AM -0700, Ming Qiao wrote: > Some of the Juniper FPGAs do not report correct PCI class ID, which > would confuse kernel APIs accessing the specific class of devices. > Change them to PCI_CLASS_SYSTEM_OTHER << 8. Please include a note about the consequence of the inc

[PATCH 1/3] PCI: Add quirks for Juniper FPGAs to set class code

2020-09-15 Thread Ming Qiao
Some of the Juniper FPGAs do not report correct PCI class ID, which would confuse kernel APIs accessing the specific class of devices. Change them to PCI_CLASS_SYSTEM_OTHER << 8. Also introduce Juniper vendor ID to be used in the quirks.      Signed-off-by: Debjit Ghosh Signed-off-by: Santhanakri