svn commit: r260275 - in stable: 10/sys/dev/en 7/sys/dev/en 8/sys/dev/en 9/sys/dev/en

Dimitry Andric dim at FreeBSD.org
Sat Jan 4 18:48:31 UTC 2014


Author: dim
Date: Sat Jan  4 18:48:29 2014
New Revision: 260275
URL: http://svnweb.freebsd.org/changeset/base/260275

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

Modified:
  stable/7/sys/dev/en/midway.c
Directory Properties:
  stable/7/sys/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/10/sys/dev/en/midway.c
  stable/8/sys/dev/en/midway.c
  stable/9/sys/dev/en/midway.c
Directory Properties:
  stable/10/   (props changed)
  stable/8/sys/   (props changed)
  stable/9/sys/   (props changed)

Modified: stable/7/sys/dev/en/midway.c
==============================================================================
--- stable/7/sys/dev/en/midway.c	Sat Jan  4 18:33:28 2014	(r260274)
+++ stable/7/sys/dev/en/midway.c	Sat Jan  4 18:48:29 2014	(r260275)
@@ -341,6 +341,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
  */
@@ -362,6 +363,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