Module Name:    src
Committed By:   sevan
Date:           Fri Apr 26 22:28:41 UTC 2019

Modified Files:
        src/sys/arch/pmax/conf: GENERIC64

Log Message:
Enable BUFQ_PRIOCSCAN, CARP, Veriexec


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/pmax/conf/GENERIC64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/pmax/conf/GENERIC64
diff -u src/sys/arch/pmax/conf/GENERIC64:1.30 src/sys/arch/pmax/conf/GENERIC64:1.31
--- src/sys/arch/pmax/conf/GENERIC64:1.30	Sat Apr 13 08:23:00 2019
+++ src/sys/arch/pmax/conf/GENERIC64	Fri Apr 26 22:28:41 2019
@@ -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 
 # 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 po
 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 
 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"

Reply via email to