summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorhmp <hmp@FreeBSD.org>2003-06-09 17:09:51 +0000
committerhmp <hmp@FreeBSD.org>2003-06-09 17:09:51 +0000
commit03932d8580a2d819c7337a116221cf1f6ee8a6c5 (patch)
tree32330118c81705fe18f7d14874939f0d15c6e294 /sys/conf
parent4521ab44c2a848e7a0b456d465cabf4e47088a00 (diff)
downloadFreeBSD-src-03932d8580a2d819c7337a116221cf1f6ee8a6c5.zip
FreeBSD-src-03932d8580a2d819c7337a116221cf1f6ee8a6c5.tar.gz
Add a comment to de-obfuscate the meaning of the PQ_CACHESIZE
kernel configuration option. This created confusion resulting into a PR. PR: docs/45294 Approved by: des (mentor) Discussed with: bmilekic
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 63e9bf2..3b07a99 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -102,6 +102,7 @@ options DFLDSIZ=(1024UL*1024*1024)
options BLKDEV_IOSIZE=8192
# Options for the VM subsystem
+# L2 cache size (in KB) can be specified in PQ_CACHESIZE
options PQ_CACHESIZE=512 # color for 512k/16k cache
# Deprecated options supported for backwards compatibility
#options PQ_NOOPT # No coloring
OpenPOWER on IntegriCloud