summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2008-03-24 22:23:22 +0000
committerjkim <jkim@FreeBSD.org>2008-03-24 22:23:22 +0000
commit3e99f5d3641a22b3b971e9bfd001cd16ada60272 (patch)
treedfed2f7f4180f9cea9f84d5f92e3970dfdad6151
parente4afcc95a942d6ccfd3dc4f7647e259797bb3822 (diff)
downloadFreeBSD-src-3e99f5d3641a22b3b971e9bfd001cd16ada60272.zip
FreeBSD-src-3e99f5d3641a22b3b971e9bfd001cd16ada60272.tar.gz
Belatedly add BPF_JITTER in NOTES for supported architectures.
-rw-r--r--sys/amd64/conf/NOTES4
-rw-r--r--sys/i386/conf/NOTES4
-rw-r--r--sys/pc98/conf/NOTES4
3 files changed, 12 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index 0543fb0..bfa1c9b 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -80,6 +80,10 @@ cpu HAMMER # aka K8, aka Opteron & Athlon64
options DEVICE_POLLING
+# BPF_JITTER adds support for BPF just-in-time compiler.
+
+options BPF_JITTER
+
#####################################################################
# CLOCK OPTIONS
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 79ca2ac..7fac7b8 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -251,6 +251,10 @@ device xboxfb
options DEVICE_POLLING
+# BPF_JITTER adds support for BPF just-in-time compiler.
+
+options BPF_JITTER
+
#####################################################################
# CLOCK OPTIONS
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index 09a2073..b5c3b00 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -191,6 +191,10 @@ options PERFMON
options DEVICE_POLLING
+# BPF_JITTER adds support for BPF just-in-time compiler.
+
+options BPF_JITTER
+
#####################################################################
# CLOCK OPTIONS
OpenPOWER on IntegriCloud