[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XENVIF PATCH] Merge all hardware IDs into one Models entry
This makes sure that on driver installation, all supported hardware IDs will be populated into the driver database, thus allowing the device ID to be freely switched. Bump the feature score to compensate for the resulting degradation of identifier-match-type score. Unlike Xenbus, the feature score bump can be reverted on next PDO revision bump. Signed-off-by: Tu Dinh <ngoc-tu.dinh@xxxxxxxxxx> --- src/xenvif.inf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/xenvif.inf b/src/xenvif.inf index 0430f04..a5abe4e 100644 --- a/src/xenvif.inf +++ b/src/xenvif.inf @@ -53,15 +53,15 @@ xenvif.sys=0,, %Vendor%=Inst,NT@INF_ARCH@ [Inst.NT@INF_ARCH@] -; DisplayName Section DeviceID -; ----------- ------- -------- - -%XenVifName% =XenVif_Inst, XENBUS\VEN_@VENDOR_PREFIX@@VENDOR_DEVICE_ID@&DEV_VIF&REV_0900000B -%XenVifName% =XenVif_Inst, XENBUS\VEN_@VENDOR_PREFIX@0001&DEV_VIF&REV_0900000B -%XenVifName% =XenVif_Inst, XENBUS\VEN_@VENDOR_PREFIX@0002&DEV_VIF&REV_0900000B +%XenVifName%=XenVif_Inst,\ +XENBUS\VEN_@VENDOR_PREFIX@@VENDOR_DEVICE_ID@&DEV_VIF&REV_0900000B,\ +XENBUS\VEN_@VENDOR_PREFIX@0001&DEV_VIF&REV_0900000B,\ +XENBUS\VEN_@VENDOR_PREFIX@0002&DEV_VIF&REV_0900000B [XenVif_Inst] CopyFiles=XenVif_Copyfiles +; TODO: Remove during next PDO version bump +FeatureScore=0xFE [XenVif_Copyfiles] xenvif.sys -- 2.50.1.windows.1 Ngoc Tu Dinh | Vates XCP-ng Developer XCP-ng & Xen Orchestra - Vates solutions web: https://vates.tech
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |