[Asterisk-cvs] zaptel wctdm.c,1.89,1.90 zconfig.h,1.11,1.12

markster at lists.digium.com markster at lists.digium.com
Tue Nov 9 09:43:48 CST 2004


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv22037

Modified Files:
	wctdm.c zconfig.h 
Log Message:
Add revh fix for those who just want a software workaround


Index: wctdm.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wctdm.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- wctdm.c	6 Nov 2004 16:40:42 -0000	1.89
+++ wctdm.c	9 Nov 2004 14:45:20 -0000	1.90
@@ -2129,6 +2129,9 @@
 	{ 0xe159, 0x0001, 0xa801, PCI_ANY_ID, 0, 0, (unsigned long) &wctdmh },
 	{ 0xe159, 0x0001, 0xa908, PCI_ANY_ID, 0, 0, (unsigned long) &wctdmh },
 	{ 0xe159, 0x0001, 0xa901, PCI_ANY_ID, 0, 0, (unsigned long) &wctdmh },
+#ifdef TDM_REVH_MATCHALL
+	{ 0xe159, 0x0001, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wctdmh },
+#endif
 	{ 0 }
 };
 

Index: zconfig.h
===================================================================
RCS file: /usr/cvsroot/zaptel/zconfig.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- zconfig.h	16 Jul 2004 22:09:07 -0000	1.11
+++ zconfig.h	9 Nov 2004 14:45:20 -0000	1.12
@@ -120,5 +120,11 @@
  */
 /* #define CONFIG_CAC_GROUNDSTART */
 
+/* 
+ * Uncomment if you happen have an early TDM400P Rev H which 
+ * sometimes forgets its PCI ID to have wcfxs match essentially all
+ * subvendor ID's
+ */
+/* #define TDM_REVH_MATCHALL */
 
 #endif




More information about the svn-commits mailing list