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:30 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/9/sys/dev/en/midway.c
Directory Properties:
stable/9/sys/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/10/sys/dev/en/midway.c
stable/7/sys/dev/en/midway.c
stable/8/sys/dev/en/midway.c
Directory Properties:
stable/10/ (props changed)
stable/7/sys/ (props changed)
stable/8/sys/ (props changed)
Modified: stable/9/sys/dev/en/midway.c
==============================================================================
--- stable/9/sys/dev/en/midway.c Sat Jan 4 18:33:28 2014 (r260274)
+++ stable/9/sys/dev/en/midway.c Sat Jan 4 18:48:29 2014 (r260275)
@@ -343,6 +343,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
*/
@@ -364,6 +365,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-stable-9
mailing list