Enable BUFQ_PRIOCSCAN, CARP, Veriexec

This commit is contained in:
sevan 2019-04-26 22:28:41 +00:00
parent 75d6e670be
commit d637958541
1 changed files with 5 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC64,v 1.30 2019/04/13 08:23:00 isaki Exp $
# $NetBSD: GENERIC64,v 1.31 2019/04/26 22:28:41 sevan Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/pmax/conf/std.pmax64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.30 $"
#ident "GENERIC-$Revision: 1.31 $"
maxusers 64
@ -55,7 +55,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
#options SCSIVERBOSE # Verbose SCSI errors
#options TCVERBOSE # recognize "unknown" TC devices
@ -255,7 +255,7 @@ pseudo-device ppp # serial-line IP ports
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device pty # pseudo-terminals
pseudo-device bpfilter # packet filter ports
#pseudo-device carp # Common Address Redundancy Protocol
pseudo-device carp # Common Address Redundancy Protocol
pseudo-device npf # NPF packet filter
#pseudo-device gre # generic L3 over IP tunnel
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
@ -289,14 +289,4 @@ pseudo-device wsfont # wsfont control device
pseudo-device wsmux # wsmux control device
# 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"