svn commit: r239158 - stable/8/sys/dev/mlx

Xin LI delphij at FreeBSD.org
Thu Aug 9 20:22:25 UTC 2012


Author: delphij
Date: Thu Aug  9 20:22:24 2012
New Revision: 239158
URL: http://svn.freebsd.org/changeset/base/239158

Log:
  MFC r238997:
  
  Correct a typo.
  
  Reported by:	Sascha Wildner <swildner dragonflybsd org>
  Reviewed by:	scottl

Modified:
  stable/8/sys/dev/mlx/mlxvar.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/dev/   (props changed)

Modified: stable/8/sys/dev/mlx/mlxvar.h
==============================================================================
--- stable/8/sys/dev/mlx/mlxvar.h	Thu Aug  9 19:26:13 2012	(r239157)
+++ stable/8/sys/dev/mlx/mlxvar.h	Thu Aug  9 20:22:24 2012	(r239158)
@@ -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-8 mailing list