Regen from GENERIC.in rev 1.36:

> - Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
>   (still commented out)
> - Add (also commented out) options BUFQ_PRIOCSCAN.
>
> Suggested by perry and soda on tech-kern.
> Please refer options(4) for details for these options.
This commit is contained in:
tsutsui 2005-06-09 14:50:11 +00:00
parent 4e54a2cc7c
commit 446f2d2cfa
5 changed files with 25 additions and 20 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: AMIGA,v 1.78 2005/06/01 19:16:37 jandberg Exp $
# $NetBSD: AMIGA,v 1.79 2005/06/09 14:50:11 tsutsui Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
#
# Created from: # NetBSD: GENERIC.in,v 1.35 2005/06/01 18:55:08 jandberg Exp $
# Created from: # NetBSD: GENERIC.in,v 1.36 2005/06/09 14:43:30 tsutsui Exp $
#
# GENERIC machine description file
#
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.78 $"
#ident "GENERIC-$Revision: 1.79 $"
maxusers 8
@ -182,7 +182,8 @@ options NTP # NTP phase/frequency locked loop
# Enable experimental buffer queue strategy for better responsiveness under
# high disk I/O load. Use it with caution - it's not proven to be stable yet.
#options NEW_BUFQ_STRATEGY
#options BUFQ_READPRIO
#options BUFQ_PRIOCSCAN
#
# Misc. debugging options

View File

@ -1,9 +1,9 @@
# $NetBSD: DRACO,v 1.94 2005/06/01 19:16:37 jandberg Exp $
# $NetBSD: DRACO,v 1.95 2005/06/09 14:50:11 tsutsui Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
#
# Created from: # NetBSD: GENERIC.in,v 1.35 2005/06/01 18:55:08 jandberg Exp $
# Created from: # NetBSD: GENERIC.in,v 1.36 2005/06/09 14:43:30 tsutsui Exp $
#
# GENERIC machine description file
#
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.94 $"
#ident "GENERIC-$Revision: 1.95 $"
maxusers 8
@ -171,7 +171,8 @@ options NTP # NTP phase/frequency locked loop
# Enable experimental buffer queue strategy for better responsiveness under
# high disk I/O load. Use it with caution - it's not proven to be stable yet.
#options NEW_BUFQ_STRATEGY
#options BUFQ_READPRIO
#options BUFQ_PRIOCSCAN
#
# Misc. debugging options

View File

@ -1,9 +1,9 @@
# $NetBSD: GENERIC,v 1.215 2005/06/01 19:16:37 jandberg Exp $
# $NetBSD: GENERIC,v 1.216 2005/06/09 14:50:11 tsutsui Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
#
# Created from: # NetBSD: GENERIC.in,v 1.35 2005/06/01 18:55:08 jandberg Exp $
# Created from: # NetBSD: GENERIC.in,v 1.36 2005/06/09 14:43:30 tsutsui Exp $
#
# GENERIC machine description file
#
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.215 $"
#ident "GENERIC-$Revision: 1.216 $"
maxusers 8
@ -183,7 +183,8 @@ options NTP # NTP phase/frequency locked loop
# Enable experimental buffer queue strategy for better responsiveness under
# high disk I/O load. Use it with caution - it's not proven to be stable yet.
#options NEW_BUFQ_STRATEGY
#options BUFQ_READPRIO
#options BUFQ_PRIOCSCAN
#
# Misc. debugging options

View File

@ -1,9 +1,9 @@
# $NetBSD: INSTALL,v 1.53 2005/06/01 19:16:37 jandberg Exp $
# $NetBSD: INSTALL,v 1.54 2005/06/09 14:50:11 tsutsui Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
#
# Created from: # NetBSD: GENERIC.in,v 1.35 2005/06/01 18:55:08 jandberg Exp $
# Created from: # NetBSD: GENERIC.in,v 1.36 2005/06/09 14:43:30 tsutsui Exp $
#
# GENERIC machine description file
#
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.53 $"
#ident "GENERIC-$Revision: 1.54 $"
makeoptions COPTS="-Os"
@ -136,7 +136,8 @@ options MALLOC_NOINLINE # Not inlining MALLOC saves memory
# Enable experimental buffer queue strategy for better responsiveness under
# high disk I/O load. Use it with caution - it's not proven to be stable yet.
#options NEW_BUFQ_STRATEGY
#options BUFQ_READPRIO
#options BUFQ_PRIOCSCAN
#
# Misc. debugging options

View File

@ -1,9 +1,9 @@
# $NetBSD: WSCONS,v 1.32 2005/06/01 19:16:37 jandberg Exp $
# $NetBSD: WSCONS,v 1.33 2005/06/09 14:50:11 tsutsui Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
#
# Created from: # NetBSD: GENERIC.in,v 1.35 2005/06/01 18:55:08 jandberg Exp $
# Created from: # NetBSD: GENERIC.in,v 1.36 2005/06/09 14:43:30 tsutsui Exp $
#
# GENERIC machine description file
#
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.32 $"
#ident "GENERIC-$Revision: 1.33 $"
maxusers 8
@ -183,7 +183,8 @@ options NTP # NTP phase/frequency locked loop
# Enable experimental buffer queue strategy for better responsiveness under
# high disk I/O load. Use it with caution - it's not proven to be stable yet.
#options NEW_BUFQ_STRATEGY
#options BUFQ_READPRIO
#options BUFQ_PRIOCSCAN
#
# Misc. debugging options