diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2008-03-24 22:23:22 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2008-03-24 22:23:22 +0000 |
| commit | cb7d38abf2f0cf1ce68f223872274bc8f6ddd54a (patch) | |
| tree | dfed2f7f4180f9cea9f84d5f92e3970dfdad6151 | |
| parent | b83a219e9b35c80adddd6776f6a66e8979efcba6 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/conf/NOTES | 4 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 4 | ||||
| -rw-r--r-- | sys/pc98/conf/NOTES | 4 |
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 |
