Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/conf Enable BUFQ_PRIOCSCAN, CARP, Veriexec
details: https://anonhg.NetBSD.org/src/rev/7094178e926d
branches: trunk
changeset: 450834:7094178e926d
user: sevan <sevan%NetBSD.org@localhost>
date: Fri Apr 26 22:28:41 2019 +0000
description:
Enable BUFQ_PRIOCSCAN, CARP, Veriexec
diffstat:
sys/arch/pmax/conf/GENERIC64 | 20 +++++---------------
1 files changed, 5 insertions(+), 15 deletions(-)
diffs (52 lines):
diff -r be7f376093bc -r 7094178e926d sys/arch/pmax/conf/GENERIC64
--- a/sys/arch/pmax/conf/GENERIC64 Fri Apr 26 21:40:28 2019 +0000
+++ b/sys/arch/pmax/conf/GENERIC64 Fri Apr 26 22:28:41 2019 +0000
@@ -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 @@
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 @@
# 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 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 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"
Home |
Main Index |
Thread Index |
Old Index