Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga/conf The config files supported by this port ...



details:   https://anonhg.NetBSD.org/src/rev/1f3df195137b
branches:  trunk
changeset: 451547:1f3df195137b
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sun May 26 23:00:57 2019 +0000

description:
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.

diffstat:

 sys/arch/amiga/conf/GENERIC.in |  20 +++++---------------
 1 files changed, 5 insertions(+), 15 deletions(-)

diffs (54 lines):

diff -r 4fba17bd8d26 -r 1f3df195137b sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Sun May 26 22:53:22 2019 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Sun May 26 23:00:57 2019 +0000
@@ -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 @@
 
 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 @@
 # 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  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 @@
 ')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 ?



Home | Main Index | Thread Index | Old Index