svn commit: r239455 - stable/9/sys/dev/mlx
Xin LI
delphij at FreeBSD.org
Mon Aug 20 18:01:18 UTC 2012
Author: delphij
Date: Mon Aug 20 18:01:17 2012
New Revision: 239455
URL: http://svn.freebsd.org/changeset/base/239455
Log:
MFC r238997:
Correct a typo.
Reported by: Sascha Wildner <swildner dragonflybsd org>
Reviewed by: scottl
Modified:
stable/9/sys/dev/mlx/mlxvar.h
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (props changed)
Modified: stable/9/sys/dev/mlx/mlxvar.h
==============================================================================
--- stable/9/sys/dev/mlx/mlxvar.h Mon Aug 20 17:50:20 2012 (r239454)
+++ stable/9/sys/dev/mlx/mlxvar.h Mon Aug 20 18:01:17 2012 (r239455)
@@ -47,7 +47,7 @@
* making that fit cleanly without crossing page boundaries requires rounding up
* to the next power of two.
*/
-#define MLX_MAXPHYS (128 * 124)
+#define MLX_MAXPHYS (128 * 1024)
#define MLX_NSEG 64
#define MLX_NSLOTS 256 /* max number of command slots */
More information about the svn-src-stable-9
mailing list