Index: /branches/rel_avx_2_7_2/src/library/avxresource/property_model.h
===================================================================
--- /branches/rel_avx_2_7_2/src/library/avxresource/property_model.h	(revision 8799)
+++ /branches/rel_avx_2_7_2/src/library/avxresource/property_model.h	(working copy)
@@ -141,9 +141,9 @@
 #define AVX_5800_CAPACITY 16
 #define AVX_11600D_CAPACITY 64
 #define AVX_7601_CAPACITY 32
-#define AVX_5900_CAPACITY 16
-#define AVX_7900_CAPACITY 32
-#define AVX_9900_CAPACITY 64
+#define AVX_5900_CAPACITY 32
+#define AVX_7900_CAPACITY 64
+#define AVX_9900_CAPACITY 128
 #define AVX_SOFTWARE_CAPACITY 64
 #define AVX_2800_CAPACITY 32
 #define AVX_6850_CAPACITY 24
Index: /branches/rel_avx_2_7_2/src/library/avxvainst/va_instance.c
===================================================================
--- /branches/rel_avx_2_7_2/src/library/avxvainst/va_instance.c	(revision 8799)
+++ /branches/rel_avx_2_7_2/src/library/avxvainst/va_instance.c	(working copy)
@@ -4549,7 +4549,10 @@
     return ret;
 }
 
-//This function has been abondoned.
+// This function checks more about license limitation than real hardware limitation.
+// OEM version of AVX just ignores this function.
+// We should conside ignoring it too.
+
 static int
 check_hardware_capacity(const int numad, const int expand_cap)
 {
