* Chris Lalancette (clalance(a)redhat.com) wrote:
Some buggy PCI devices actually support FLR, but
forget to advertise that fact in their PCI config space.
However, Virtual Functions on SR-IOV devices are
*required* to support FLR by the spec, so force has_flr
on if this is a virtual function.
Right, and if it's not entirely clear here...this allows the kernel to
deal with device specific quirks.
Signed-off-by: Chris Lalancette <clalance(a)redhat.com>
Acked-by: Chris Wright <chrisw(a)redhat.com>