> We occasionally see the PCI device in a non-accessible state at the > point the driver is loaded. When this happens, all BAR accesses will > read back as 0xFFFFFFFF. Rather than reading registers and > misinterpreting their (invalid) values, let's specifically check for > 0xFFFFFFFF in a register that cannot have that value to see if the > device is accessible. > > Signed-off-by: Matt Roper <matthew.d.ro...@intel.com> > Cc: Mika Kuoppala <mika.kuopp...@linux.intel.com> > Signed-off-by: Andi Shyti <andi.sh...@linux.intel.com>
Reviewed-by: Andi Shyti <andi.sh...@linux.intel.com> Andi