diff options
| author | sevan <sevan@NetBSD.org> | 2019-04-26 21:40:28 +0000 |
|---|---|---|
| committer | sevan <sevan@NetBSD.org> | 2019-04-26 21:40:28 +0000 |
| commit | ae006bf140b93a41589c3dc201638bf64599986e (patch) | |
| tree | ce726d784dd5676c26dd053e7c82536538f85bfa /sys/arch/cesfic | |
| parent | d24040d8c57df7e2d97b424e502b5627f9a02241 (diff) | |
Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.
Diffstat (limited to 'sys/arch/cesfic')
| -rw-r--r-- | sys/arch/cesfic/conf/GENERIC | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/sys/arch/cesfic/conf/GENERIC b/sys/arch/cesfic/conf/GENERIC index 94eb4d10bb1..facb588f406 100644 --- a/sys/arch/cesfic/conf/GENERIC +++ b/sys/arch/cesfic/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.71 2019/03/14 16:59:09 thorpej Exp $ +# $NetBSD: GENERIC,v 1.72 2019/04/26 21:40:29 sevan Exp $ # # GENERIC machine description file # @@ -39,7 +39,7 @@ options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel # Alternate buffer queue strategies for better responsiveness under high # disk I/O load. #options BUFQ_READPRIO -#options BUFQ_PRIOCSCAN +options BUFQ_PRIOCSCAN include "conf/compat_netbsd09.config" @@ -121,7 +121,7 @@ pseudo-device pty # pseudo ptys #pseudo-device ppp # PPP network interfaces #pseudo-device pppoe # PPP over Ethernet (RFC 2516) #pseudo-device bpfilter # Berkeley packet filter -#pseudo-device carp # Common Address Redundancy Protocol +pseudo-device carp # Common Address Redundancy Protocol #pseudo-device bridge # simple inter-network bridging #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too #pseudo-device vnd # vnode pseudo-disks @@ -133,15 +133,4 @@ pseudo-device loop # loopback network interface pseudo-device clockctl # user control of clock subsystem pseudo-device ksyms # /dev/ksyms -# Veriexec -# -# a pseudo device needed for veriexec -#pseudo-device veriexec -# -# Uncomment the fingerprint methods below that are desired. Note that -# removing fingerprint methods will have almost no impact on the kernel -# code size. -# -#options VERIFIED_EXEC_FP_SHA256 -#options VERIFIED_EXEC_FP_SHA384 -#options VERIFIED_EXEC_FP_SHA512 +include "dev/veriexec.config" |
