summaryrefslogtreecommitdiffstats
path: root/sys/dev/mlx/mlxreg.h
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-11-25 12:15:49 +0000
committerscottl <scottl@FreeBSD.org>2004-11-25 12:15:49 +0000
commit0e27fd31e80cc7f840809862987b009f302fbe74 (patch)
tree503350cbd0480256ec57e0bd4e1c46056223d646 /sys/dev/mlx/mlxreg.h
parent7a1c04147228acca88490c8064190d63272d49c5 (diff)
downloadFreeBSD-src-0e27fd31e80cc7f840809862987b009f302fbe74.zip
FreeBSD-src-0e27fd31e80cc7f840809862987b009f302fbe74.tar.gz
Don't use PAGE_SIZE to calculate controller-specific attributes.
PR: kern/21220 Submitted by: Dennis Lindroos MFC After: 1 week
Diffstat (limited to 'sys/dev/mlx/mlxreg.h')
-rw-r--r--sys/dev/mlx/mlxreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mlx/mlxreg.h b/sys/dev/mlx/mlxreg.h
index fef77df..16fdd0c 100644
--- a/sys/dev/mlx/mlxreg.h
+++ b/sys/dev/mlx/mlxreg.h
@@ -27,6 +27,7 @@
*/
#define MLX_BLKSIZE 512 /* fixed feature */
+#define MLX_PAGE_SIZE 4096 /* controller, not cpu, attribute */
/*
* Selected command codes.
OpenPOWER on IntegriCloud