repository: C:/dev/kvm-guest-drivers-windows
branch: master
commit a45d68c6ef9b195e7847458afd33d3ce86e3d458
Author: Yan Vugenfirer <[email protected]>
Date:   Sun Feb 21 15:17:13 2010 +0200

    [WIN-GUEST-DRIVERS] NetKVM fix maximum supported NIC rate to pass Win7 WHQL.
    
        Signed-off-by: Yan Vugenfirer [email protected]

diff --git a/NetKVM/Common/ParaNdis-Common.c b/NetKVM/Common/ParaNdis-Common.c
index 896e6dc..35ec8e3 100644
--- a/NetKVM/Common/ParaNdis-Common.c
+++ b/NetKVM/Common/ParaNdis-Common.c
@@ -117,7 +117,7 @@ static const tConfigurationEntries defaultConfiguration =
 {
        { "Promiscuous",        0,      0,      1 },
        { "Priority",           0,      0,      1 },
-       { "ConnectRate",        100,10,1000 },
+       { "ConnectRate",        100,10,1001 },
        { "DoLog",                      1,      0,      1 },
        { "DebugLevel",         2,      0,      8 },
        { "ConnectTimer",       0,      0,      300000 },
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to