Shaun Ruffell
e119bbed46
wcte12xp, wctdm24xxp: Add call to 'pci_set_mwi' on initialization.
...
I have yet to personally come across a system where this actually
changes the observable behavior, but it certainly seems like the sane
thing to do and I would rather not let this float around as a patch when
I can just merge it in.
Signed-off-by: Shaun Ruffell <sruffell@digium.com >
Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9326
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.4@9661 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2011-01-21 05:28:21 +00:00
Shaun Ruffell
dd61a7c70f
wcte12xp, wctdm24xxp: Remove redundant vb_enable_io_access.
...
These three bits are already set by 'pci_enable_device' and
'pci_set_master' calls.
Signed-off-by: Shaun Ruffell <sruffell@digium.com >
Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9325
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.4@9660 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2011-01-21 05:28:13 +00:00
Shaun Ruffell
b77bc833bc
dahdi-base: All channels for a span are now unconfigured on shutdown
...
Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9317
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.4@9659 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2011-01-21 05:28:05 +00:00
Shaun Ruffell
2bd36973c3
dahdi_dummy: #include <linux/slab.h> for kzalloc and friends.
...
Fix the same issue as in r8550 for dahdi_dummy.c
(closes issue #17959 )
Reported by: glen201
Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9307
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.4@9658 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2011-01-21 05:27:57 +00:00
Shaun Ruffell
6e12364fc4
wcte11xp, wcte12xp: Fix a long-standing issue with shutdown
...
Upon shutdown, both drivers would attempt to power down external
interfaces, but never attempted to bring them back up when the span was
restarted. Removing that code allows the driver to work properly until
a better solution can be found.
Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9316
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.4@9657 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2011-01-21 05:27:49 +00:00
Shaun Ruffell
957841819b
README: Remove references to dahdi_dummy.
...
Since dahdi_dummy is no longer required remove the references from
README.
(issue #17959 )
Reported by: glen201
Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9308
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.4@9656 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2011-01-21 05:27:40 +00:00
Shaun Ruffell
b8beda0f5c
dahdi: Fix compilation error when CONFIG_DAHDI_NET is defined.
...
Kernel interface for network devices changed. This is the patch from issue
plus a few trivial checkpatch.pl formatting changes (minus the >80 column
warnings).
(closes issue #17857 )
Reported by: msink
Patches:
dahdi_net-v2.patch uploaded by msink (license 1103)
Signed-off-by: Shaun Ruffell <sruffell@digium.com >
Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9247
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.4@9655 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2011-01-21 05:27:32 +00:00
Shaun Ruffell
64533f9b18
wct4xxp: Update span-local struct with timing info
...
dahdi_tool was incorrectly reporting all spans to be in local timing
mode. This is because the driver tracks which span it's timing syncs to,
within the card local struct "wc". We have to manually go through and
copy timing updates to the span local structs because this is what
dahdi_tool actually reads.
dahdi-526
Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9312
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.4@9654 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2011-01-21 05:27:24 +00:00
Shaun Ruffell
6725b44af7
Turning on merge tracking.
...
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.4@9653 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2011-01-21 05:23:14 +00:00
Shaun Ruffell
ed089da04b
Creating 2.4 branch.
...
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.4@9652 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2011-01-21 04:44:02 +00:00
Shaun Ruffell
bf3fe05dfb
wct4xxp: Moving the transmit short detection behind debug module param.
...
This needs some more testing before it's on by default. If the card is
otherwise functioning, these messages may be confusing to the user. If
the card is not functioning, the driver can be reloaded with debug to
check for this condition.
Signed-off-by: Shaun Ruffell <sruffell@digium.com >
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9205 a0bf4364-ded3-4de4-8d8a-66a801d63aff
branched-2.4
2010-08-27 21:59:27 +00:00