[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[win-pv-devel] [PATCH] 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 <paul.durrant@xxxxxxxxxx>
---
 src/xennet.inf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.1.1


_______________________________________________
win-pv-devel mailing list
win-pv-devel@xxxxxxxxxxxxxxxxxxxx
http://lists.xenproject.org/cgi-bin/mailman/listinfo/win-pv-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.