diff --git a/modules.sample b/modules.sample index 08692af..64c866a 100644 --- a/modules.sample +++ b/modules.sample @@ -53,6 +53,10 @@ wcfxo wctdm # Digium B410P: 4 NT/TE BRI ports +# Digium B433P: 4 NT/TE BRI ports pci-e +# Digium B434P: 4 NT/TE BRI ports +# Digium B233P: 2 NT/TE BRI ports pci-e +# Digium B234P: 2 NT/TE BRI ports wcb4xxp # Digium TC400B: G729 / G723 Transcoding Engine diff --git a/xpp/perl_modules/Dahdi/Hardware/PCI.pm b/xpp/perl_modules/Dahdi/Hardware/PCI.pm index aa4de51..77bce4a 100644 --- a/xpp/perl_modules/Dahdi/Hardware/PCI.pm +++ b/xpp/perl_modules/Dahdi/Hardware/PCI.pm @@ -109,6 +109,10 @@ my %pci_ids = ( # from wcb4xxp 'd161:b410' => { DRIVER => 'wcb4xxp', DESCRIPTION => 'Digium Wildcard B410P' }, + 'd161:8014' => { DRIVER => 'wcb4xxp', DESCRIPTION => 'Digium Wildcard B433' }, + 'd161:8015' => { DRIVER => 'wcb4xxp', DESCRIPTION => 'Digium Wildcard B434' }, + 'd161:8016' => { DRIVER => 'wcb4xxp', DESCRIPTION => 'Digium Wildcard B233' }, + 'd161:8017' => { DRIVER => 'wcb4xxp', DESCRIPTION => 'Digium Wildcard B234' }, # from tor2 '10b5:9030' => { DRIVER => 'tor2', DESCRIPTION => 'PLX 9030' },