svn commit: r238997 - head/sys/dev/mlx

Xin LI delphij at FreeBSD.org
Fri Aug 3 00:11:14 UTC 2012


Author: delphij
Date: Fri Aug  3 00:11:13 2012
New Revision: 238997
URL: http://svn.freebsd.org/changeset/base/238997

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

Modified:
  head/sys/dev/mlx/mlxvar.h

Modified: head/sys/dev/mlx/mlxvar.h
==============================================================================
--- head/sys/dev/mlx/mlxvar.h	Thu Aug  2 20:54:59 2012	(r238996)
+++ head/sys/dev/mlx/mlxvar.h	Fri Aug  3 00:11:13 2012	(r238997)
@@ -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-head mailing list