- Kill the very last reference to VNODEPAGER, SWAPPAGER and DEVPAGER.

- Remove empty lines at the end of file.
- The traditional hack, options<SPC><TAB>.
This commit is contained in:
enami 2000-01-25 16:07:12 +00:00
parent 5fa65dbb58
commit 7209b41f18
1 changed files with 3 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: std.arc,v 1.8 2000/01/23 21:01:53 soda Exp $
# $NetBSD: std.arc,v 1.9 2000/01/25 16:07:13 enami Exp $
# standard arc info
machine arc mips
@ -15,16 +15,12 @@ cpu* at mainbus0
options MIPS3 # R4000/R4400 support
# Standard (non-optional) system "options"
options SWAPPAGER # swap pager (anonymous and swap space)
options VNODEPAGER # vnode pager (mapped files)
options DEVPAGER # device pager (mapped devices)
# Standard exec-package options
options EXEC_ELF32 # native exec format
options EXEC_SCRIPT # may be unsafe
options MIPS3_L2CACHE_PRESENT # may have L2 cache
options MIPS3_L2CACHE_ABSENT # may not have L2 cache
options MIPS3_L2CACHE_PRESENT # may have L2 cache
options MIPS3_L2CACHE_ABSENT # may not have L2 cache
options __NO_SOFT_SERIAL_INTERRUPT # for "com" driver