From: Paul Durrant Date: Wed, 30 Mar 2016 11:01:26 +0000 (+0100) Subject: BootFlags should be a parameter, not a subkey X-Git-Tag: 8.2.0-rc1~23 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c178d356b8ef109598c2c76794f68007b2b4d1f8;p=pvdrivers%2Fwin%2Fxennet.git BootFlags should be a parameter, not a subkey A misplaced comma in the INF file means that BootFlags is being created as a subkey under the service key with a default DWORD value, rather than a DWORD value with the name 'BootFlags'. This patch moves the comma and fixes the problem. Signed-off-by: Paul Durrant --- diff --git a/src/xennet.inf b/src/xennet.inf index ae194b7..edee6f6 100644 --- a/src/xennet.inf +++ b/src/xennet.inf @@ -171,7 +171,7 @@ LoadOrderGroup="NDIS" AddReg = XenNet_BootFlags [XenNet_BootFlags] -HKR,"BootFlags",,0x00010003,0x81 +HKR,,"BootFlags",0x00010003,0x81 [XenNet_EventLog] AddReg=XenNet_EventLog_AddReg