[svn-commits] mattf: branch 1.2 r3407 - /branches/1.2/wctdm24xxp/base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 10 18:21:56 CST 2007


Author: mattf
Date: Mon Dec 10 18:21:56 2007
New Revision: 3407

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3407
Log:
Make sure we wait long enough for the VPMADT032 to boot before we interact with it again

Modified:
    branches/1.2/wctdm24xxp/base.c

Modified: branches/1.2/wctdm24xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wctdm24xxp/base.c?view=diff&rev=3407&r1=3406&r2=3407
==============================================================================
--- branches/1.2/wctdm24xxp/base.c (original)
+++ branches/1.2/wctdm24xxp/base.c Mon Dec 10 18:21:56 2007
@@ -3078,6 +3078,8 @@
 		while (test_bit(VPM150M_HPIRESET, &vpm150m->control))
 			schluffen(&wc->regq);
 
+		msleep(1000);
+
 		printk("VPMADT032 Loading firwmare... ");
 		downloadstatus = gpakDownloadDsp(vpm150m->dspid, &fw);
 
@@ -3096,7 +3098,7 @@
 		while (test_bit(VPM150M_SWRESET, &vpm150m->control))
 			schluffen(&wc->regq);
 
-		msleep(700);
+		msleep(1000);
 #if 0
 	}
 #endif




More information about the svn-commits mailing list