diff options
author | jkim <jkim@FreeBSD.org> | 2008-03-24 22:23:22 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2008-03-24 22:23:22 +0000 |
commit | 3e99f5d3641a22b3b971e9bfd001cd16ada60272 (patch) | |
tree | dfed2f7f4180f9cea9f84d5f92e3970dfdad6151 /sys/pc98/conf | |
parent | e4afcc95a942d6ccfd3dc4f7647e259797bb3822 (diff) | |
download | FreeBSD-src-3e99f5d3641a22b3b971e9bfd001cd16ada60272.zip FreeBSD-src-3e99f5d3641a22b3b971e9bfd001cd16ada60272.tar.gz |
Belatedly add BPF_JITTER in NOTES for supported architectures.
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r-- | sys/pc98/conf/NOTES | 4 |
1 files changed, 4 insertions, 0 deletions
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 |