[svn-commits] fjoe: freebsd/trunk r8663 - in /freebsd/trunk: README freebsd/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue May 18 01:07:52 CDT 2010


Author: fjoe
Date: Tue May 18 01:07:48 2010
New Revision: 8663

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8663
Log:
Add a note about wctdm (ported, but not tested on real HW).

Modified:
    freebsd/trunk/README
    freebsd/trunk/freebsd/Makefile

Modified: freebsd/trunk/README
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/README?view=diff&rev=8663&r1=8662&r2=8663
==============================================================================
--- freebsd/trunk/README (original)
+++ freebsd/trunk/README Tue May 18 01:07:48 2010
@@ -38,6 +38,9 @@
 - wcfxo
 - wct4xxp, including HW echo cancellation support (Octasic)
 - wctdm24xxp
+
+The following drivers are ported to FreeBSD but not tested on real HW:
+- wctdm
 
 Additional notes
 ~~~~~~~~~~~~~~~~

Modified: freebsd/trunk/freebsd/Makefile
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/freebsd/Makefile?view=diff&rev=8663&r1=8662&r2=8663
==============================================================================
--- freebsd/trunk/freebsd/Makefile (original)
+++ freebsd/trunk/freebsd/Makefile Tue May 18 01:07:48 2010
@@ -20,4 +20,8 @@
 	wct4xxp\
 	wctdm24xxp
 
+# the following drivers are ported but not tested on real HW
+#SUBDIR+=\
+#	wctdm
+
 .include <bsd.subdir.mk>




More information about the svn-commits mailing list