[zaptel-commits] mattf: branch 1.2 r4136 - /branches/1.2/wctdm24xxp/base.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Fri Apr 4 12:46:11 CDT 2008


Author: mattf
Date: Fri Apr  4 12:46:10 2008
New Revision: 4136

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4136
Log:
Add support for AEX410

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=4136&r1=4135&r2=4136
==============================================================================
--- branches/1.2/wctdm24xxp/base.c (original)
+++ branches/1.2/wctdm24xxp/base.c Fri Apr  4 12:46:10 2008
@@ -153,6 +153,7 @@
 static struct wctdm_desc wctdm410 = { "Wildcard TDM410P", 0, 4 };
 static struct wctdm_desc wcaex2400 = { "Wildcard AEX2400", 0, 24 };
 static struct wctdm_desc wcaex800 = { "Wildcard AEX800", 0, 8 };
+static struct wctdm_desc wcaex410 = { "Wildcard AEX410", 0, 4 };
 
 static int acim2tiss[16] = { 0x0, 0x1, 0x4, 0x5, 0x7, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x2, 0x0, 0x3 };
 
@@ -3237,6 +3238,7 @@
 	{ 0xd161, 0x8002, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcaex800 },
 	{ 0xd161, 0x8003, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcaex2400 },
 	{ 0xd161, 0x8005, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wctdm410 },
+	{ 0xd161, 0x8006, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcaex410 },
 	{ 0 }
 };
 




More information about the zaptel-commits mailing list