• M
    Fix PCIe FLR detection · a49cf8a5
    Mark McLoughlin 提交于
    PCIe DevCap register is actually 32 bits, not 16 bits. Since FLR is
    bit 28, we clearly are failing to detect FLR support.
    
    Known to fix device reset with some SR-IOV devices.
    
    * src/pci.c: fix pciDetectFunctionLevelReset()
    a49cf8a5
pci.c 26.5 KB