regen
This commit is contained in:
parent
e0071a7ab5
commit
c840dad319
@ -1,9 +1,9 @@
|
||||
# $NetBSD: DRACO,v 1.189 2019/04/13 08:26:14 isaki Exp $
|
||||
# $NetBSD: DRACO,v 1.190 2019/05/26 23:03:31 sevan Exp $
|
||||
#
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
#
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.141 2019/04/13 08:22:58 isaki Exp $
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.142 2019/05/26 23:00:57 sevan Exp $
|
||||
#
|
||||
##
|
||||
# GENERIC machine description file
|
||||
@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.189 $"
|
||||
#ident "GENERIC-$Revision: 1.190 $"
|
||||
|
||||
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
|
||||
|
||||
@ -152,7 +152,7 @@ options NTP # NTP phase/frequency locked loop
|
||||
# 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
|
||||
@ -306,7 +306,7 @@ pseudo-device tun # network tunnel line discipline
|
||||
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
|
||||
@ -347,16 +347,6 @@ pseudo-device ksyms # /dev/ksyms (kernel symbols)
|
||||
pseudo-device nsmb # experimental - SMB requester
|
||||
|
||||
# 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 ?
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $NetBSD: GENERIC,v 1.324 2019/04/26 21:40:28 sevan Exp $
|
||||
# $NetBSD: GENERIC,v 1.325 2019/05/26 23:03:31 sevan Exp $
|
||||
#
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
#
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.141 2019/04/13 08:22:58 isaki Exp $
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.142 2019/05/26 23:00:57 sevan Exp $
|
||||
#
|
||||
##
|
||||
# GENERIC machine description file
|
||||
@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.324 $"
|
||||
#ident "GENERIC-$Revision: 1.325 $"
|
||||
|
||||
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
|
||||
|
||||
@ -594,6 +594,7 @@ pseudo-device nsmb # experimental - SMB requester
|
||||
pseudo-device bcsp # BlueCore Serial Protocol
|
||||
pseudo-device btuart # Bluetooth HCI UART (H4)
|
||||
|
||||
# Veriexec
|
||||
include "dev/veriexec.config"
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $NetBSD: INSTALL,v 1.131 2018/08/01 20:04:10 maxv Exp $
|
||||
# $NetBSD: INSTALL,v 1.132 2019/05/26 23:03:31 sevan Exp $
|
||||
#
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
#
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.135 2017/09/13 22:24:42 sevan Exp $
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.142 2019/05/26 23:00:57 sevan Exp $
|
||||
#
|
||||
##
|
||||
# GENERIC machine description file
|
||||
@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.131 $"
|
||||
#ident "GENERIC-$Revision: 1.132 $"
|
||||
|
||||
makeoptions COPTS="-Os"
|
||||
|
||||
@ -130,7 +130,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
|
||||
|
||||
#
|
||||
# Misc. debugging options
|
||||
@ -497,7 +497,7 @@ pseudo-device tun # network tunnel line discipline
|
||||
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
|
||||
@ -537,16 +537,6 @@ pseudo-device bcsp # BlueCore Serial Protocol
|
||||
pseudo-device btuart # Bluetooth HCI UART (H4)
|
||||
|
||||
# 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 ?
|
||||
|
Loading…
Reference in New Issue
Block a user