[zaptel-commits] file: trunk r1803 - in /trunk/wct4xxp: base.c
vpm450m.h
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Tue Jan 9 21:11:02 MST 2007
Author: file
Date: Tue Jan 9 22:11:02 2007
New Revision: 1803
URL: http://svn.digium.com/view/zaptel?view=rev&rev=1803
Log:
Move declaration of firmware filenames from header to base. This will eventually get deprecated by the zaptel firmware work I'm doing.
Modified:
trunk/wct4xxp/base.c
trunk/wct4xxp/vpm450m.h
Modified: trunk/wct4xxp/base.c
URL: http://svn.digium.com/view/zaptel/trunk/wct4xxp/base.c?view=diff&rev=1803&r1=1802&r2=1803
==============================================================================
--- trunk/wct4xxp/base.c (original)
+++ trunk/wct4xxp/base.c Tue Jan 9 22:11:02 2007
@@ -62,6 +62,9 @@
/* #define ENABLE_TASKLETS */
+/* Firmware filenames, used for hotplug firmware loading */
+static const char *oct064_firmware = "OCT6114-64D.ima";
+static const char *oct128_firmware = "OCT6114-128D.ima";
/* Work queues are a way to better distribute load on SMP systems */
#ifdef LINUX26
Modified: trunk/wct4xxp/vpm450m.h
URL: http://svn.digium.com/view/zaptel/trunk/wct4xxp/vpm450m.h?view=diff&rev=1803&r1=1802&r2=1803
==============================================================================
--- trunk/wct4xxp/vpm450m.h (original)
+++ trunk/wct4xxp/vpm450m.h Tue Jan 9 22:11:02 2007
@@ -30,9 +30,6 @@
struct firmware;
#endif
-static const char *oct064_firmware = "OCT6114-64D.ima";
-static const char *oct128_firmware = "OCT6114-128D.ima";
-
/* From driver */
unsigned int oct_get_reg(void *data, unsigned int reg);
void oct_set_reg(void *data, unsigned int reg, unsigned int val);
More information about the zaptel-commits
mailing list