NOTES: Update the default MSIZE and MCLSHIFT values

After commit 840327e5ddf3 ("mbuf: Don't support PAGE_SIZE < 4K"), these
defaults were causing LINT kernel builds to fail.

Reported by:	Jenkins
MFC after:	1 week
This commit is contained in:
Mark Johnston 2022-08-24 19:55:20 -04:00
parent c4d06691c0
commit b0b0e4ee00

View File

@ -2013,8 +2013,8 @@ 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=12 # mbuf cluster shift in bits, 12 == 4KB
options MSIZE=512 # mbuf size in bytes
options MCLSHIFT=11 # mbuf cluster shift in bits, 12 == 4KB
options MSIZE=256 # mbuf size in bytes
#
# Sound drivers