From 6f0d7f5c9334687c2452ded29416115eb0dc218d Mon Sep 17 00:00:00 2001 From: delphij Date: Fri, 3 Aug 2012 00:11:13 +0000 Subject: Correct a typo. Reported by: Sascha Wildner Reviewed by: scottl MFC after: 3 days --- sys/dev/mlx/mlxvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/mlx') diff --git a/sys/dev/mlx/mlxvar.h b/sys/dev/mlx/mlxvar.h index a09f907..dbb7666 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 */ -- cgit v1.1