svn commit: r260038 - head/sys/dev/en

Dimitry Andric dim at FreeBSD.org
Sun Dec 29 14:19:15 UTC 2013


Author: dim
Date: Sun Dec 29 14:19:15 2013
New Revision: 260038
URL: http://svnweb.freebsd.org/changeset/base/260038

Log:
  In sys/dev/en/midway.c, #if 0 an unused static function.
  
  MFC after:	3 days

Modified:
  head/sys/dev/en/midway.c

Modified: head/sys/dev/en/midway.c
==============================================================================
--- head/sys/dev/en/midway.c	Sun Dec 29 12:30:06 2013	(r260037)
+++ head/sys/dev/en/midway.c	Sun Dec 29 14:19:15 2013	(r260038)
@@ -344,6 +344,7 @@ en_k2sz(int k)
 }
 #define en_log2(X) en_k2sz(X)
 
+#if 0
 /*
  * en_b2sz: convert a DMA burst code to its byte size
  */
@@ -365,6 +366,7 @@ en_b2sz(int b)
 	}
 	return (0);
 }
+#endif
 
 /*
  * en_sz2b: convert a burst size (bytes) to DMA burst code


More information about the svn-src-all mailing list