diff options
| author | Xin LI <delphij@FreeBSD.org> | 2012-08-03 00:11:13 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2012-08-03 00:11:13 +0000 |
| commit | 0f3fae6159ce49ac3f56630bffda78b1bab090b3 (patch) | |
| tree | 74a12b6303c420168ca17f6a31582e32b15caf99 /sys/dev/mlx | |
| parent | a6e829596d5f218ed531a4942793f92f004a10f4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mlx')
| -rw-r--r-- | sys/dev/mlx/mlxvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mlx/mlxvar.h b/sys/dev/mlx/mlxvar.h index a09f9075ac32d..dbb76665d3050 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 */ |
