Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2012 00:11:14 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r238997 - head/sys/dev/mlx
Message-ID:  <201208030011.q730BEKb041134@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208030011.q730BEKb041134>