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

Reply via email to