aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2022-08-24 23:59:32 +0000
committerMark Johnston <markj@FreeBSD.org>2022-08-24 23:59:32 +0000
commit465988e9fa8abb222cfda07a82c8f0bfe0f36074 (patch)
tree0c890fce21de54957c7ca3daa5579614a7b8b4ba
parentb0b0e4ee00b16cdbe5400e05f63934fdda1b133a (diff)
downloadsrc-465988e9fa8abb222cfda07a82c8f0bfe0f36074.tar.gz
src-465988e9fa8abb222cfda07a82c8f0bfe0f36074.zip
NOTES: Update the comment for MCLSHIFT
MFC after: 1 week
-rw-r--r--sys/conf/NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 9279441f991c..b3732568449c 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2013,7 +2013,7 @@ device rtwnfw
# mismatch between the mbuf size assumed by the kernel and the mbuf size
# assumed by a module. The only driver that currently has the ability to
# detect a mismatch is ti(4).
-options MCLSHIFT=11 # mbuf cluster shift in bits, 12 == 4KB
+options MCLSHIFT=11 # mbuf cluster shift in bits, 11 == 2KB
options MSIZE=256 # mbuf size in bytes
#