]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
PCI: Add VPD function 0 quirk for Intel Ethernet devices
authorMark Rustad <mark.d.rustad@intel.com>
Mon, 13 Jul 2015 18:40:07 +0000 (11:40 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Sep 2015 17:10:48 +0000 (10:10 -0700)
commita0ad5741b8e63f65f94b439a3f66e76a91aef700
treeb9e64494b54bace1949d9997ec7da9e578b65d7c
parentdbabc222f96398c3c25a2f9da404aa21dda68bc3
PCI: Add VPD function 0 quirk for Intel Ethernet devices

commit 7aa6ca4d39edf01f997b9e02cf6d2fdeb224f351 upstream.

Set the PCI_DEV_FLAGS_VPD_REF_F0 flag on all Intel Ethernet device
functions other than function 0, so that on multi-function devices, we will
always read VPD from function 0 instead of from the other functions.

[bhelgaas: changelog]
Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pci/quirks.c