summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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' },