NOTES: Update the comment for MCLSHIFT

MFC after:	1 week
This commit is contained in:
Mark Johnston 2022-08-24 19:59:32 -04:00
parent b0b0e4ee00
commit 465988e9fa

View File

@ -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
#