svn commit: r243927 - in projects/bpfjit/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf
Jung-uk Kim
jkim at FreeBSD.org
Thu Dec 6 00:43:13 UTC 2012
Author: jkim
Date: Thu Dec 6 00:43:12 2012
New Revision: 243927
URL: http://svnweb.freebsd.org/changeset/base/243927
Log:
Add BPFJIT to the GENERIC kernels on all supported platforms.
Modified:
projects/bpfjit/sys/amd64/conf/GENERIC
projects/bpfjit/sys/i386/conf/GENERIC
projects/bpfjit/sys/ia64/conf/GENERIC
projects/bpfjit/sys/pc98/conf/GENERIC
projects/bpfjit/sys/powerpc/conf/GENERIC
Modified: projects/bpfjit/sys/amd64/conf/GENERIC
==============================================================================
--- projects/bpfjit/sys/amd64/conf/GENERIC Thu Dec 6 00:38:50 2012 (r243926)
+++ projects/bpfjit/sys/amd64/conf/GENERIC Thu Dec 6 00:43:12 2012 (r243927)
@@ -306,6 +306,7 @@ device firmware # firmware assist modul
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device bpf # Berkeley packet filter
+options BPFJIT # enable BPF just-in-time compiler
# USB support
options USB_DEBUG # enable debug msgs
Modified: projects/bpfjit/sys/i386/conf/GENERIC
==============================================================================
--- projects/bpfjit/sys/i386/conf/GENERIC Thu Dec 6 00:38:50 2012 (r243926)
+++ projects/bpfjit/sys/i386/conf/GENERIC Thu Dec 6 00:43:12 2012 (r243927)
@@ -320,6 +320,7 @@ device firmware # firmware assist modul
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device bpf # Berkeley packet filter
+options BPFJIT # enable BPF just-in-time compiler
# USB support
options USB_DEBUG # enable debug msgs
Modified: projects/bpfjit/sys/ia64/conf/GENERIC
==============================================================================
--- projects/bpfjit/sys/ia64/conf/GENERIC Thu Dec 6 00:38:50 2012 (r243926)
+++ projects/bpfjit/sys/ia64/conf/GENERIC Thu Dec 6 00:43:12 2012 (r243927)
@@ -212,3 +212,4 @@ device firmware # firmware assist modul
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device bpf # Berkeley packet filter
+options BPFJIT # enable BPF just-in-time compiler
Modified: projects/bpfjit/sys/pc98/conf/GENERIC
==============================================================================
--- projects/bpfjit/sys/pc98/conf/GENERIC Thu Dec 6 00:38:50 2012 (r243926)
+++ projects/bpfjit/sys/pc98/conf/GENERIC Thu Dec 6 00:43:12 2012 (r243927)
@@ -231,6 +231,7 @@ device firmware # firmware assist modul
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device bpf # Berkeley packet filter
+options BPFJIT # enable BPF just-in-time compiler
# USB support
#options USB_DEBUG # enable debug msgs
Modified: projects/bpfjit/sys/powerpc/conf/GENERIC
==============================================================================
--- projects/bpfjit/sys/powerpc/conf/GENERIC Thu Dec 6 00:38:50 2012 (r243926)
+++ projects/bpfjit/sys/powerpc/conf/GENERIC Thu Dec 6 00:43:12 2012 (r243927)
@@ -157,6 +157,7 @@ device firmware # firmware assist modul
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device bpf #Berkeley packet filter
+options BPFJIT # enable BPF just-in-time compiler
# USB support
options USB_DEBUG # enable debug msgs
More information about the svn-src-projects
mailing list