[dahdi-commits] tzafrir: linux/trunk r10055 -	/linux/trunk/drivers/dahdi/xpp/xbus-core.c
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Wed Jul 20 11:49:57 CDT 2011
    
    
  
Author: tzafrir
Date: Wed Jul 20 11:49:53 2011
New Revision: 10055
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10055
Log:
xpp: increase command queue lenge to 1000
Required by CAS in latest (2.5) DAHDI versions.
Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Modified:
    linux/trunk/drivers/dahdi/xpp/xbus-core.c
Modified: linux/trunk/drivers/dahdi/xpp/xbus-core.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/xpp/xbus-core.c?view=diff&rev=10055&r1=10054&r2=10055
==============================================================================
--- linux/trunk/drivers/dahdi/xpp/xbus-core.c (original)
+++ linux/trunk/drivers/dahdi/xpp/xbus-core.c Wed Jul 20 11:49:53 2011
@@ -58,7 +58,7 @@
 
 /* Command line parameters */
 extern int debug;
-static DEF_PARM(uint, command_queue_length, 800, 0444, "Maximal command queue length");
+static DEF_PARM(uint, command_queue_length, 1000, 0444, "Maximal command queue length");
 static DEF_PARM(uint, poll_timeout, 1000, 0644, "Timeout (in jiffies) waiting for units to reply");
 static DEF_PARM_BOOL(rx_tasklet, 0, 0644, "Use receive tasklets");
 
    
    
More information about the dahdi-commits
mailing list