Hi Patrick- Yes, I did find the list of PCI IDs (I think). Do these look
right (from wctdm.c):

static DEFINE_PCI_DEVICE_TABLE(wctdm_pci_tbl) = {
        { 0xe159, 0x0001, 0xa159, PCI_ANY_ID, 0, 0, (unsigned long) &wctdm
},
        { 0xe159, 0x0001, 0xe159, PCI_ANY_ID, 0, 0, (unsigned long) &wctdm
},
        { 0xe159, 0x0001, 0xb100, PCI_ANY_ID, 0, 0, (unsigned long) &wctdme
},
        { 0xe159, 0x0001, 0xb1d9, PCI_ANY_ID, 0, 0, (unsigned long) &wctdmi
},
        { 0xe159, 0x0001, 0xb118, PCI_ANY_ID, 0, 0, (unsigned long) &wctdmi
},
        { 0xe159, 0x0001, 0xb119, PCI_ANY_ID, 0, 0, (unsigned long) &wctdmi
},
        { 0xe159, 0x0001, 0xa9fd, PCI_ANY_ID, 0, 0, (unsigned long) &wctdmh
},
        { 0xe159, 0x0001, 0xa8fd, PCI_ANY_ID, 0, 0, (unsigned long) &wctdmh
},
        { 0xe159, 0x0001, 0xa800, PCI_ANY_ID, 0, 0, (unsigned long) &wctdmh
},
        { 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 }
};

So, next question, how do I take those device IDs and find the associated
chip?

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?

MCH


On Wed, Apr 3, 2013 at 8:58 AM, Patrick Lists <
[email protected]> wrote:

> On 04/03/2013 02:48 PM, Marshall Henderson wrote:
>
>> Hi Tzafrir-
>>
>> I know where to find the DAHDI source, but I was more asking where to
>> actually find which chipsets are supported within the source. Any
>> thoughts?
>>
>
> Have you checked the PCI IDs in the source?
>
> Regards,
> Patrick
>
>
>
> --
> ______________________________**______________________________**_________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>               http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   
> http://lists.digium.com/**mailman/listinfo/asterisk-**users<http://lists.digium.com/mailman/listinfo/asterisk-users>
>
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to