diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2005-06-09 14:43:29 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2005-06-09 14:43:29 +0000 |
| commit | 4e54a2cc7c52b7aaaf74ff9e10053cf33b7cd4db (patch) | |
| tree | ce7f65d6251dcc97616309bfbfe2ce9dfffb0305 /sys/arch/atari/conf | |
| parent | d05c61ee69174c5a334e6b12f966f40dd80f475c (diff) | |
- 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.
Diffstat (limited to 'sys/arch/atari/conf')
| -rw-r--r-- | sys/arch/atari/conf/GENERIC.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/atari/conf/GENERIC.in b/sys/arch/atari/conf/GENERIC.in index be94f989244..d555b2ed3e1 100644 --- a/sys/arch/atari/conf/GENERIC.in +++ b/sys/arch/atari/conf/GENERIC.in @@ -1,5 +1,5 @@ # -# $NetBSD: GENERIC.in,v 1.47 2005/02/25 13:46:48 simonb Exp $ +# $NetBSD: GENERIC.in,v 1.48 2005/06/09 14:43:30 tsutsui Exp $ # # Generic atari # @@ -28,7 +28,8 @@ options INSECURE # disable kernel security levels # 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 # # (Co)processors this kernel should support |
