Skip to content

Commit

Permalink
[NetKVM] BZ#907160 - Test minimal and not exact size of IOSpace.
Browse files Browse the repository at this point in the history
  • Loading branch information
YanVugenfirer committed Feb 3, 2013
1 parent e0d474c commit bdf6790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetKVM/Common/ParaNdis-Common.c
Expand Up @@ -469,7 +469,7 @@ static BOOLEAN GetAdapterResources(PNDIS_RESOURCE_LIST RList, tAdapterResources
pResources->Vector, pResources->Level, (ULONG)pResources->Affinity, pResources->InterruptFlags));
}
}
return pResources->ulIOAddress && pResources->Vector && pResources->IOLength == 32;
return pResources->ulIOAddress && pResources->Vector && pResources->IOLength >= 32;
}

static void DumpVirtIOFeatures(VirtIODevice *pIO)
Expand Down

0 comments on commit bdf6790

Please sign in to comment.