[dahdi-commits] dahdi/tools.git branch "master" updated.
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Wed Oct 28 05:50:20 CDT 2015
branch "master" has been updated
via 855772135cc92a87ed3b26afc03011cf36aff939 (commit)
from ec1ebffa89de6a6e64b30f7b2a742d7fffcb3650 (commit)
Summary of changes:
modules.sample | 4 ++++
xpp/perl_modules/Dahdi/Hardware/PCI.pm | 4 ++++
2 files changed, 8 insertions(+)
- Log -----------------------------------------------------------------
commit 855772135cc92a87ed3b26afc03011cf36aff939
Author: Russ Meyerriecks <rmeyerriecks at digium.com>
Date: Mon Oct 26 16:51:50 2015 -0500
wcb4xxp: Adds support for b43x/b23x products
Signed-off-by: Russ Meyerriecks <rmeyerriecks at digium.com>
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' },
-----------------------------------------------------------------------
--
dahdi/tools.git
More information about the dahdi-commits
mailing list