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 */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to