[dahdi-commits] fjoe: freebsd/trunk r7434 - /freebsd/trunk/drivers/dahdi/wcb4xxp/base.c
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Wed Oct 28 22:52:15 CDT 2009
Author: fjoe
Date: Wed Oct 28 22:52:12 2009
New Revision: 7434
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7434
Log:
Add an ID for older Junghanns.NET OctoBRI card.
Modified:
freebsd/trunk/drivers/dahdi/wcb4xxp/base.c
Modified: freebsd/trunk/drivers/dahdi/wcb4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/drivers/dahdi/wcb4xxp/base.c?view=diff&rev=7434&r1=7433&r2=7434
==============================================================================
--- freebsd/trunk/drivers/dahdi/wcb4xxp/base.c (original)
+++ freebsd/trunk/drivers/dahdi/wcb4xxp/base.c Wed Oct 28 22:52:12 2009
@@ -2950,6 +2950,7 @@
static struct pci_device_id b4xx_ids[] __devinitdata =
{
{ 0xd161, 0xb410, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long)&wcb4xxp },
+ { 0x1397, 0x16b8, 0x1397, 0xb552, 0, 0, (unsigned long)&hfc8s },
{ 0x1397, 0x16b8, 0x1397, 0xe552, 0, 0, (unsigned long)&hfc8s },
{ 0x1397, 0x08b4, 0x1397, 0xb520, 0, 0, (unsigned long)&hfc4s },
{ 0x1397, 0x08b4, 0x1397, 0xb556, 0, 0, (unsigned long)&hfc2s },
More information about the dahdi-commits
mailing list