diff options
author | delphij <delphij@FreeBSD.org> | 2012-08-03 00:11:13 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2012-08-03 00:11:13 +0000 |
commit | 6f0d7f5c9334687c2452ded29416115eb0dc218d (patch) | |
tree | 74a12b6303c420168ca17f6a31582e32b15caf99 /sys/dev | |
parent | 2fc73d062f5ad9f8613bdee597960e67e4289a54 (diff) | |
download | FreeBSD-src-6f0d7f5c9334687c2452ded29416115eb0dc218d.zip FreeBSD-src-6f0d7f5c9334687c2452ded29416115eb0dc218d.tar.gz |
Correct a typo.
Reported by: Sascha Wildner <swildner dragonflybsd org>
Reviewed by: scottl
MFC after: 3 days
Diffstat (limited to 'sys/dev')
-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 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 */ |