The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=51b886a812a70841bf110d599e3e2f21db61340a
commit 51b886a812a70841bf110d599e3e2f21db61340a Author: Mark Johnston <[email protected]> AuthorDate: 2022-08-24 23:59:32 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2022-08-31 15:38:27 +0000 NOTES: Update the comment for MCLSHIFT (cherry picked from commit 465988e9fa8abb222cfda07a82c8f0bfe0f36074) --- sys/conf/NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 885e3ba23f1a..8d0193303fff 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2031,7 +2031,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 #
