[asterisk-dev] DAHDI-Linux and DAHDI-Tools 2.3.0 Released

Alex Villací­s Lasso a_villacis at palosanto.com
Fri Apr 16 16:37:08 CDT 2010


El 13/04/10 14:51, Asterisk Development Team escribió:
> The Asterisk Development Team is pleased to announce the release of
> DAHDI-Linux and DAHDI-Tools version 2.3.0.
>
>    
Great!
> * wcb4xxp: Swyx 4xS0 SX2 QuadBri, HFC-4S Eval board, and several additional
>    Junghanns cards added to the device table.
>    
I notice the following in linux/drivers/dahdi/wcb4xxp/base.c :
---------------------
static struct pci_device_id b4xx_ids[] __devinitdata =
{
     { 0xd161, 0xb410, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned 
long)&wcb4xxp },
     { 0x1397, 0x16b8, 0x1397, 0xb552, 0, 0, (unsigned long)&hfc8s },
     { 0x1397, 0x16b8, 0x1397, 0xb55b, 0, 0, (unsigned long)&hfc8s },
     { 0x1397, 0x08b4, 0x1397, 0xb520, 0, 0, (unsigned long)&hfc4s },
     { 0x1397, 0x08b4, 0x1397, 0xb550, 0, 0, (unsigned long)&hfc4s },
     { 0x1397, 0x08b4, 0x1397, 0xb556, 0, 0, (unsigned long)&hfc2s },
     { 0x1397, 0x08b4, 0x1397, 0xe884, 0, 0, (unsigned long)&hfc2s_OV },
     { 0x1397, 0x08b4, 0x1397, 0xe888, 0, 0, (unsigned long)&hfc4s_OV },
     { 0x1397, 0x16b8, 0x1397, 0xe998, 0, 0, (unsigned long)&hfc8s_OV },
     { 0x1397, 0x08b4, 0x1397, 0xb566, 0, 0, (unsigned long)&hfc2s_BN },
     { 0x1397, 0x08b4, 0x1397, 0xb761, 0, 0, (unsigned long)&hfc2s_BN },
     { 0x1397, 0x08b4, 0x1397, 0xb560, 0, 0, (unsigned long)&hfc4s_BN },
     { 0x1397, 0x08b4, 0x1397, 0xb550, 0, 0, (unsigned long)&hfc4s_BN },
     { 0x1397, 0x16b8, 0x1397, 0xb562, 0, 0, (unsigned long)&hfc8s_BN },
     { 0x1397, 0x16b8, 0x1397, 0xb56b, 0, 0, (unsigned long)&hfc8s_BN },
     { 0x1397, 0x08b4, 0x1397, 0xb540, 0, 0, (unsigned long)&hfc4s_SW },
     { 0x1397, 0x08b4, 0x1397, 0x08b4, 0, 0, (unsigned long)&hfc4s_EV },
     {0, }

};
---------------------

It seems that 0x1397, 0x08b4, 0x1397, 0xb550 is being declared twice, 
with different structs. So which one is the correct one?



More information about the asterisk-dev mailing list