[dahdi-commits] rmeyerriecks: linux/trunk r7932 - /linux/trunk/drivers/dahdi/wct4xxp/base.c

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Mon Jan 18 15:00:32 CST 2010


Author: rmeyerriecks
Date: Mon Jan 18 15:00:22 2010
New Revision: 7932

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7932
Log:
wct4xxp: One more readback in the _in routines to make sure the writes
clear bridges and such

Modified:
    linux/trunk/drivers/dahdi/wct4xxp/base.c

Modified: linux/trunk/drivers/dahdi/wct4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wct4xxp/base.c?view=diff&rev=7932&r1=7931&r2=7932
==============================================================================
--- linux/trunk/drivers/dahdi/wct4xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wct4xxp/base.c Mon Jan 18 15:00:22 2010
@@ -698,6 +698,8 @@
 		__t4_gpio_set(wc, 0xff, 0x00);
 	}
 	__t4_pci_out(wc, WC_LADDR, (WC_LREAD | WC_LALE | WC_LCS));
+	if (!pedanticpci)
+		__t4_pci_in(wc, WC_VERSION);
 	if (octopt) {
 		ret = __t4_pci_in(wc, WC_LDATA) & 0xffff;
 	} else {




More information about the dahdi-commits mailing list