diff options
| author | junyoung <junyoung@NetBSD.org> | 2002-10-19 05:58:25 +0000 |
|---|---|---|
| committer | junyoung <junyoung@NetBSD.org> | 2002-10-19 05:58:25 +0000 |
| commit | abbf53bb9c4ed64a0cb4c41c6fccde400eae7d23 (patch) | |
| tree | f32e007b082ccafb551f1dabf5aee0d041d8bb5e /sys/arch/atari | |
| parent | 7e4d58b1b8032a8900473d5a59621d7e54b0f2e7 (diff) | |
Add NEW_BUFQ_STRATEGY (disabled by default).
Diffstat (limited to 'sys/arch/atari')
| -rw-r--r-- | sys/arch/atari/conf/GENERIC.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/atari/conf/GENERIC.in b/sys/arch/atari/conf/GENERIC.in index 2c9028eb48f..e21cb602cbd 100644 --- a/sys/arch/atari/conf/GENERIC.in +++ b/sys/arch/atari/conf/GENERIC.in @@ -1,5 +1,5 @@ # -# $NetBSD: GENERIC.in,v 1.27 2002/10/14 18:24:33 elric Exp $ +# $NetBSD: GENERIC.in,v 1.28 2002/10/19 05:58:25 junyoung Exp $ # # Generic atari # @@ -33,6 +33,10 @@ options UCONSOLE # Allow xconsole to work options INSECURE # disable kernel security levels #options NTP # NTP phase/frequency locked loop +# Enable experimental buffer queue strategy for better responsiness under +# high disk I/O load. Use it with caution - it's not proven to be stable yet. +#options NEW_BUFQ_STRATEGY + # # (Co)processors this kernel should support # |
