<div dir="ltr"><div><div><div>Hi Patrick- Yes, I did find the list of PCI IDs (I think). Do these look right (from wctdm.c):<br><br>static DEFINE_PCI_DEVICE_TABLE(wctdm_pci_tbl) = {<br>        { 0xe159, 0x0001, 0xa159, PCI_ANY_ID, 0, 0, (unsigned long) &amp;wctdm },<br>
        { 0xe159, 0x0001, 0xe159, PCI_ANY_ID, 0, 0, (unsigned long) &amp;wctdm },<br>        { 0xe159, 0x0001, 0xb100, PCI_ANY_ID, 0, 0, (unsigned long) &amp;wctdme },<br>        { 0xe159, 0x0001, 0xb1d9, PCI_ANY_ID, 0, 0, (unsigned long) &amp;wctdmi },<br>
        { 0xe159, 0x0001, 0xb118, PCI_ANY_ID, 0, 0, (unsigned long) &amp;wctdmi },<br>        { 0xe159, 0x0001, 0xb119, PCI_ANY_ID, 0, 0, (unsigned long) &amp;wctdmi },<br>        { 0xe159, 0x0001, 0xa9fd, PCI_ANY_ID, 0, 0, (unsigned long) &amp;wctdmh },<br>
        { 0xe159, 0x0001, 0xa8fd, PCI_ANY_ID, 0, 0, (unsigned long) &amp;wctdmh },<br>        { 0xe159, 0x0001, 0xa800, PCI_ANY_ID, 0, 0, (unsigned long) &amp;wctdmh },<br>        { 0xe159, 0x0001, 0xa801, PCI_ANY_ID, 0, 0, (unsigned long) &amp;wctdmh },<br>
        { 0xe159, 0x0001, 0xa908, PCI_ANY_ID, 0, 0, (unsigned long) &amp;wctdmh },<br>        { 0xe159, 0x0001, 0xa901, PCI_ANY_ID, 0, 0, (unsigned long) &amp;wctdmh },<br>#ifdef TDM_REVH_MATCHALL<br>        { 0xe159, 0x0001, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &amp;wctdmh },<br>
#endif<br>        { 0 }<br>};<br><br></div>So, next question, how do I take those device IDs and find the associated chip?<br><br></div>Going a step further, after a bit of research it appears some manufacturers have gone away from dedicated hardware chips like the TigerJet 320G to FPGA general purpose chips with firmware to control operation. Is this correct? Any thoughts?<br>
<br></div>MCH<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 3, 2013 at 8:58 AM, Patrick Lists <span dir="ltr">&lt;<a href="mailto:asterisk-list@puzzled.xs4all.nl" target="_blank">asterisk-list@puzzled.xs4all.nl</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 04/03/2013 02:48 PM, Marshall Henderson wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Tzafrir-<br>
<br>
I know where to find the DAHDI source, but I was more asking where to<br>
actually find which chipsets are supported within the source. Any thoughts?<br>
</blockquote>
<br></div>
Have you checked the PCI IDs in the source?<br>
<br>
Regards,<br>
Patrick<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
--<br>
______________________________<u></u>______________________________<u></u>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
              <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/<u></u>mailman/listinfo/asterisk-<u></u>users</a><br>
</div></div></blockquote></div><br></div>