[svn-commits] fjoe: freebsd/trunk r7435 - /freebsd/trunk/drivers/dahdi/wcb4xxp/base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Oct 28 23:00:19 CDT 2009


Author: fjoe
Date: Wed Oct 28 23:00:15 2009
New Revision: 7435

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7435
Log:
HFC8-S with subdevice id 0xe552 does not exist: it was just a typo.

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=7435&r1=7434&r2=7435
==============================================================================
--- freebsd/trunk/drivers/dahdi/wcb4xxp/base.c (original)
+++ freebsd/trunk/drivers/dahdi/wcb4xxp/base.c Wed Oct 28 23:00:15 2009
@@ -2951,7 +2951,6 @@
 {
 	{ 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 },
 	{ 0x1397, 0x08b4, 0x1397, 0xe884, 0, 0, (unsigned long)&hfc2s_OV },




More information about the svn-commits mailing list