Module Name:    src
Committed By:   sevan
Date:           Sun May 26 23:00:57 UTC 2019

Modified Files:
        src/sys/arch/amiga/conf: GENERIC.in

Log Message:
The config files supported by this port are regened from this template.
Apply the changes which I previously made directly to the config files by
mistake.


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 src/sys/arch/amiga/conf/GENERIC.in

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/amiga/conf/GENERIC.in
diff -u src/sys/arch/amiga/conf/GENERIC.in:1.141 src/sys/arch/amiga/conf/GENERIC.in:1.142
--- src/sys/arch/amiga/conf/GENERIC.in:1.141	Sat Apr 13 08:22:58 2019
+++ src/sys/arch/amiga/conf/GENERIC.in	Sun May 26 23:00:57 2019
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.141 2019/04/13 08:22:58 isaki Exp $
+# $NetBSD: GENERIC.in,v 1.142 2019/05/26 23:00:57 sevan Exp $
 #
 ##
 # GENERIC machine description file
@@ -52,7 +52,7 @@ include "arch/amiga/conf/std.amiga"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.141 $"
+#ident 		"GENERIC-$Revision: 1.142 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions	COPTS="-Os"
@@ -216,7 +216,7 @@ options 	NTP		# NTP phase/frequency lock
 # Alternate buffer queue strategies for better responsiveness under high
 # disk I/O load.
 #options 	BUFQ_READPRIO
-#options 	BUFQ_PRIOCSCAN
+options 	BUFQ_PRIOCSCAN
 
 #
 # Misc. debugging options
@@ -645,7 +645,7 @@ pseudo-device	tun			# network tunnel lin
 pseudo-device	tap			# virtual Ethernet
 #pseudo-device	gre			# generic L3 over IP tunnel
 pseudo-device	bpfilter		# Berkeley packet filter
-#pseudo-device	carp			# Common Address Redundancy Protocol
+pseudo-device	carp			# Common Address Redundancy Protocol
 pseudo-device	npf			# NPF packet filter
 pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
 #pseudo-device	faith			# IPv[46] tcp relay translation i/f
@@ -706,16 +706,6 @@ pseudo-device   btuart                  
 ')m4_dnl
 
 # 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"
 
 config	netbsd root on ? type ?

Reply via email to