summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2008-10-28 18:34:04 +0000
committerShaun Ruffell <sruffell@digium.com>2008-10-28 18:34:04 +0000
commit4cc113521524c81f152ca2bbef40698ca887b032 (patch)
tree6f9b4af25eb7c61a98cdd3d47635ad4c2d4255f0
parent3b4245ea23aa60842f9dbf5a152ee389d559dbf3 (diff)
Adding support for the wcb4xxp module.
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5155 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--blacklist.sample1
-rw-r--r--modules.sample4
-rw-r--r--xpp/perl_modules/Dahdi/Hardware/PCI.pm3
3 files changed, 8 insertions, 0 deletions
diff --git a/blacklist.sample b/blacklist.sample
index 4a6fcf7..3acc9e4 100644
--- a/blacklist.sample
+++ b/blacklist.sample
@@ -11,3 +11,4 @@ blacklist wcfxo
blacklist wctdm
blacklist xpp_usb
blacklist wctc4xxp
+blacklist wcb4xxp
diff --git a/modules.sample b/modules.sample
index 379fe68..c213aef 100644
--- a/modules.sample
+++ b/modules.sample
@@ -37,5 +37,9 @@ wcfxo
# Digium TDM400P: up to 4 analog ports
wctdm
+# Digium B410P: 4 NT/TE BRI ports
+wcb4xxp
+
# Xorcom Astribank Devices
xpp_usb
+
diff --git a/xpp/perl_modules/Dahdi/Hardware/PCI.pm b/xpp/perl_modules/Dahdi/Hardware/PCI.pm
index f16da98..9a21609 100644
--- a/xpp/perl_modules/Dahdi/Hardware/PCI.pm
+++ b/xpp/perl_modules/Dahdi/Hardware/PCI.pm
@@ -84,6 +84,9 @@ my %pci_ids = (
'd161:8000' => { DRIVER => 'wcte12xp', DESCRIPTION => 'Wildcard TE121' },
'd161:8001' => { DRIVER => 'wcte12xp', DESCRIPTION => 'Wildcard TE122' },
+ # from wcb4xxp
+ 'd161:b410' => { DRIVER => 'wcb4xxp', DESCRIPTION => 'Digium Wildcard B410P' },
+
# from tor2
'10b5:9030' => { DRIVER => 'tor2', DESCRIPTION => 'PLX 9030' },
'10b5:3001' => { DRIVER => 'tor2', DESCRIPTION => 'PLX Development Board' },