From 3ac8a605e21d12c324389d1fa37766388701570d Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Tue, 8 Jul 2008 21:55:05 +0000 Subject: Adding all the modules to the system blacklist by default on "make config". This module list is just hardcoded in modprobe.conf.sample. It probably should be based on the modules that are about to be installed...but that will need to wait until later. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4580 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- modprobe.conf.sample | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modprobe.conf.sample (limited to 'modprobe.conf.sample') diff --git a/modprobe.conf.sample b/modprobe.conf.sample new file mode 100644 index 0000000..20a4b48 --- /dev/null +++ b/modprobe.conf.sample @@ -0,0 +1,18 @@ +# You should place any module parameters for your DAHDI modules here +# Example: +# +# options wctdm24xxp latency=6 + +# blacklist all the drivers by default in order to ensure that +# /etc/init.d/dahdi installs them in the correct order so that the spans are +# ordered consistently. + +blacklist wct4xxp +blacklist wcte12xp +blacklist wct1xxp +blacklist wcte11xp +blacklist wctdm24xxp +blacklist wcfxo +blacklist wctdm +blacklist xpp_usb +blacklist wctc4xxp -- cgit v1.2.3