From 25dd4f9a5f212d58df8ac4732ebf2b54d977d79d Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Mon, 31 Jan 2011 13:55:00 +0800 Subject: [PATCH] kernel options: Add MCLSHIFT So on the system w/o wireless NICs, we could configure MCLBYTES to 2K (options MCLSHIFT=11) instead of the default 4K --- sys/conf/options | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/conf/options b/sys/conf/options index e818a7c2f8..ce82ae1863 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -687,3 +687,5 @@ TDMA_TXRATE_11NA_DEFAULT opt_tdma.h TDMA_TXRATE_11NG_DEFAULT opt_tdma.h PANIC_REBOOT_WAIT_TIME opt_panic.h + +MCLSHIFT opt_global.h -- 2.41.0