From 428f379616bc48e2bdfd2627048fec9e4e2dde0a Mon Sep 17 00:00:00 2001 From: delphij Date: Mon, 20 Aug 2012 18:10:48 +0000 Subject: [PATCH] MFC r238997: Correct a typo. Reported by: Sascha Wildner Reviewed by: scottl Approved by: re (kib) git-svn-id: svn://svn.freebsd.org/base/releng/9.1@239456 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/dev/mlx/mlxvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mlx/mlxvar.h b/sys/dev/mlx/mlxvar.h index a09f9075..dbb76665 100644 --- a/sys/dev/mlx/mlxvar.h +++ b/sys/dev/mlx/mlxvar.h @@ -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 */ -- 2.42.0