[svn-commits] tzafrir: branch linux/2.3 r9455 - in /linux/branches/2.3: ./ drivers/dahdi/wc...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Oct 20 14:13:17 CDT 2010
Author: tzafrir
Date: Wed Oct 20 14:13:15 2010
New Revision: 9455
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9455
Log:
wcb4xxp: Support beroNet BN4S0e PCI Express card
Add extra PCI IDs to support "beroNet BN4S0e PCI Express 4x S0 Karte".
Origin: http://bugs.debian.org/600839
Merged revisions 9451 via svnmerge from
http://svn.digium.com/svn/dahdi/linux/trunk
Modified:
linux/branches/2.3/ (props changed)
linux/branches/2.3/drivers/dahdi/wcb4xxp/base.c
Propchange: linux/branches/2.3/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Oct 20 14:13:15 2010
@@ -1,1 +1,1 @@
-/linux/trunk:1-8505,8538-8539,8550,8560-8563,8565-8568,8570-8572,8575-8576,8674,8784,8801-8805
+/linux/trunk:1-8505,8538-8539,8550,8560-8563,8565-8568,8570-8572,8575-8576,8674,8784,8801-8805,9451
Modified: linux/branches/2.3/drivers/dahdi/wcb4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.3/drivers/dahdi/wcb4xxp/base.c?view=diff&rev=9455&r1=9454&r2=9455
==============================================================================
--- linux/branches/2.3/drivers/dahdi/wcb4xxp/base.c (original)
+++ linux/branches/2.3/drivers/dahdi/wcb4xxp/base.c Wed Oct 20 14:13:15 2010
@@ -2896,6 +2896,7 @@
{ 0x1397, 0x08b4, 0x1397, 0xb761, 0, 0, (unsigned long)&hfc2s_BN },
{ 0x1397, 0x08b4, 0x1397, 0xb560, 0, 0, (unsigned long)&hfc4s_BN },
{ 0x1397, 0x08b4, 0x1397, 0xb550, 0, 0, (unsigned long)&hfc4s_BN },
+ { 0x1397, 0x08b4, 0x1397, 0xb762, 0, 0, (unsigned long)&hfc4s_BN },
{ 0x1397, 0x16b8, 0x1397, 0xb562, 0, 0, (unsigned long)&hfc8s_BN },
{ 0x1397, 0x16b8, 0x1397, 0xb56b, 0, 0, (unsigned long)&hfc8s_BN },
{ 0x1397, 0x08b4, 0x1397, 0xb540, 0, 0, (unsigned long)&hfc4s_SW },
More information about the svn-commits
mailing list