Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Add JIT options and DKWEDGE_{AUTODISCOV...
details: https://anonhg.NetBSD.org/src/rev/47b03c696808
branches: trunk
changeset: 807696:47b03c696808
user: matt <matt%NetBSD.org@localhost>
date: Sun Apr 19 21:09:02 2015 +0000
description:
Add JIT options and DKWEDGE_{AUTODISCOVER,GPT}
diffstat:
sys/arch/evbarm/conf/GENERIC.common | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r eba43dede336 -r 47b03c696808 sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common Sun Apr 19 19:17:37 2015 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common Sun Apr 19 21:09:02 2015 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC.common,v 1.5 2015/04/18 11:32:37 skrll Exp $
+# $NetBSD: GENERIC.common,v 1.6 2015/04/19 21:09:02 matt Exp $
#
# GENERIC evbarm kernel config (template)
#
@@ -47,6 +47,10 @@
#options PPP_FILTER # Active filter support for PPP (requires bpf)
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
+# JIT compiler for bpfilter
+#options SLJIT
+options BPFJIT
+
#options NFS_BOOT_BOOTP
options NFS_BOOT_DHCP
#options NFS_BOOT_BOOTSTATIC
@@ -106,6 +110,10 @@
#options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+# Wedge support
+options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances
+options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges
+
# Alternate buffer queue strategies for better responsiveness under high
# disk I/O load.
#options BUFQ_READPRIO
Home |
Main Index |
Thread Index |
Old Index