[dahdi-commits] tzafrir: branch linux/2.5 r10386 - /linux/branches/2.5/drivers/dahdi/xpp/
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Wed Dec 21 12:38:15 CST 2011
Author: tzafrir
Date: Wed Dec 21 12:38:13 2011
New Revision: 10386
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10386
Log:
xpp: Allow up to 128 Astribanks on a system
This is also a work around the bug fixed in the previous commit.
Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Modified:
linux/branches/2.5/drivers/dahdi/xpp/xbus-core.h
Modified: linux/branches/2.5/drivers/dahdi/xpp/xbus-core.h
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.5/drivers/dahdi/xpp/xbus-core.h?view=diff&rev=10386&r1=10385&r2=10386
==============================================================================
--- linux/branches/2.5/drivers/dahdi/xpp/xbus-core.h (original)
+++ linux/branches/2.5/drivers/dahdi/xpp/xbus-core.h Wed Dec 21 12:38:13 2011
@@ -29,7 +29,7 @@
#include "xframe_queue.h"
#include "xbus-pcm.h"
-#define MAX_BUSES 32
+#define MAX_BUSES 128
#define XFRAME_DATASIZE 512
#define MAX_ENV_STR 40
More information about the dahdi-commits
mailing list