aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2008-03-24 22:23:22 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2008-03-24 22:23:22 +0000
commitcb7d38abf2f0cf1ce68f223872274bc8f6ddd54a (patch)
treedfed2f7f4180f9cea9f84d5f92e3970dfdad6151
parentb83a219e9b35c80adddd6776f6a66e8979efcba6 (diff)
Notes
-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 0543fb0220f9..bfa1c9bce1cf 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 79ca2ac92546..7fac7b8b5600 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 09a20737e3dd..b5c3b000cdea 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