mbuf - Add MJUMPAGESIZE mbuf cluster support.
authorJoe Talbott <josepht@dragonflybsd.org>
Fri, 4 Mar 2011 12:28:29 +0000 (07:28 -0500)
committerJoe Talbott <josepht@dragonflybsd.org>
Mon, 14 Mar 2011 10:38:29 +0000 (06:38 -0400)
commit94eaee9a96ddf373ada9bd4fec446d8349b51dd4
treef08b68093b256d7b5798f3194c7f840d28cd4706
parent2f0be3f8a79840e1ed345c9afd583b43ad142fba
mbuf - Add MJUMPAGESIZE mbuf cluster support.

This is needed by Intel WiFi chipsets which require larger than usual
clusters.

Revert MCLSHIFT back to 11 to reduce mbuf cluster space usage and make
non-Intel Wifi NICs work without needing to adjust MCLSHIFT.
sys/kern/uipc_mbuf.c
sys/sys/mbuf.h
sys/sys/param.h