[Asterisk-cvs] zaptel wcfxs.c, 1.84, 1.84.2.1 zconfig.h, 1.11, 1.11.2.1

russell at lists.digium.com russell at lists.digium.com
Thu Dec 9 00:15:58 CST 2004


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

Modified Files:
      Tag: v1-0
	wcfxs.c zconfig.h 
Log Message:
add tweaks to make life easier with an early RevH tdm board


Index: wcfxs.c
===================================================================
RCS file: /usr/cvsroot/zaptel/Attic/wcfxs.c,v
retrieving revision 1.84
retrieving revision 1.84.2.1
diff -u -d -r1.84 -r1.84.2.1
--- wcfxs.c	15 Sep 2004 19:40:16 -0000	1.84
+++ wcfxs.c	9 Dec 2004 05:13:32 -0000	1.84.2.1
@@ -2124,6 +2124,14 @@
 	{ 0xe159, 0x0001, 0xe159, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxs },
 	{ 0xe159, 0x0001, 0xb100, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxse },
 	{ 0xe159, 0x0001, 0xa9fd, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
+	{ 0xe159, 0x0001, 0xa8fd, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
+	{ 0xe159, 0x0001, 0xa800, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
+	{ 0xe159, 0x0001, 0xa801, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
+	{ 0xe159, 0x0001, 0xa908, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
+	{ 0xe159, 0x0001, 0xa901, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
+#ifdef TDM_REVH_MATCHALL
+        { 0xe159, 0x0001, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
+#endif
 	{ 0 }
 };
 

Index: zconfig.h
===================================================================
RCS file: /usr/cvsroot/zaptel/zconfig.h,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -u -d -r1.11 -r1.11.2.1
--- zconfig.h	16 Jul 2004 22:09:07 -0000	1.11
+++ zconfig.h	9 Dec 2004 05:13:32 -0000	1.11.2.1
@@ -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