[Asterisk-cvs] zaptel wcfxs.c,1.76,1.77
markster at lists.digium.com
markster at lists.digium.com
Mon Jul 19 16:57:54 CDT 2004
Update of /usr/cvsroot/zaptel
In directory localhost.localdomain:/tmp/cvs-serv13097
Modified Files:
wcfxs.c
Log Message:
Add recognition for Rev H freshmaker
Index: wcfxs.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wcfxs.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- wcfxs.c 26 Jun 2004 19:13:31 -0000 1.76
+++ wcfxs.c 19 Jul 2004 20:43:54 -0000 1.77
@@ -317,6 +317,7 @@
static struct wcfxs_desc wcfxs = { "Wildcard S400P Prototype", 0 };
static struct wcfxs_desc wcfxse = { "Wildcard TDM400P REV E/F", 0 };
+static struct wcfxs_desc wcfxsh = { "Wildcard TDM400P REV H", 0 };
static int acim2tiss[16] = { 0x0, 0x1, 0x4, 0x5, 0x7, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x2, 0x0, 0x3 };
static struct wcfxs *ifaces[WC_MAX_IFACES];
@@ -2041,6 +2042,7 @@
{ 0xe159, 0x0001, 0xa159, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxs },
{ 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 },
{ 0 }
};
More information about the svn-commits
mailing list