summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-19 00:21:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-19 00:21:50 +0000
commit0ed0f98d4e424a21fae609477f1e4c5f69b33602 (patch)
tree4863c1bd59b1c9cfa2faacb1f9dee02d7d9f87c8 /sys
parenta593de63bd8e22def68cd5a203d71441e7276f87 (diff)
s/options/option/
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc/conf/FLOPPY74
-rw-r--r--sys/arch/sparc/conf/SUN474
-rw-r--r--sys/arch/sparc/conf/SUN4C74
-rw-r--r--sys/arch/sparc/conf/SUN4M75
4 files changed, 149 insertions, 148 deletions
diff --git a/sys/arch/sparc/conf/FLOPPY b/sys/arch/sparc/conf/FLOPPY
index f06b825ce0e..29f1a32e07b 100644
--- a/sys/arch/sparc/conf/FLOPPY
+++ b/sys/arch/sparc/conf/FLOPPY
@@ -2,54 +2,54 @@
# XXX should get rid of a bunch of things
machine sparc
-options SUN4C, SUN4M
-#options MMU_3L
-#options DDB,DEBUG,DIAGNOSTIC
+option SUN4C, SUN4M
+#option MMU_3L
+#option DDB,DEBUG,DIAGNOSTIC
# obsolete timezone spec
-options TIMEZONE=0, DST=0
+option TIMEZONE=0, DST=0
# Standard system options
-options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
-#options DEBUG, DIAGNOSTIC # extra kernel debugging
-options KTRACE # system call tracing support
-#options KGDB # support for kernel gdb
-#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
-options RASTERCONSOLE # fast rasterop console
-options SYSVMSG,SYSVSEM,SYSVSHM
-options COMPAT_09, COMPAT_10
+option SWAPPAGER, VNODEPAGER, DEVPAGER # paging
+#option DEBUG, DIAGNOSTIC # extra kernel debugging
+option KTRACE # system call tracing support
+#option KGDB # support for kernel gdb
+#option KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
+option RASTERCONSOLE # fast rasterop console
+option SYSVMSG,SYSVSEM,SYSVSHM
+option COMPAT_09, COMPAT_10
# Filesystem options
-options FFS
-options NFSSERVER # Sun NFS-compatible filesystem
-options NFSCLIENT # Sun NFS-compatible filesystem
-options KERNFS # kernel data-structure filesystem
-options FIFO # POSIX fifo support (in all filesystems)
-options QUOTA # fast filesystem with user and group quotas
-options MFS # memory-based filesystem
-options LOFS # Loop-back filesystem
-options FDESC # user file descriptor filesystem
-options UMAPFS # uid/gid remapping filesystem
-options LFS # Log-based filesystem (still experimental)
-options PORTAL # portal filesystem (still experimental)
-options PROCFS # /proc
-options CD9660 # ISO 9660 + Rock Ridge file system
-options UNION # union file system
+option FFS
+option NFSSERVER # Sun NFS-compatible filesystem
+option NFSCLIENT # Sun NFS-compatible filesystem
+option KERNFS # kernel data-structure filesystem
+option FIFO # POSIX fifo support (in all filesystems)
+option QUOTA # fast filesystem with user and group quotas
+option MFS # memory-based filesystem
+option LOFS # Loop-back filesystem
+option FDESC # user file descriptor filesystem
+option UMAPFS # uid/gid remapping filesystem
+option LFS # Log-based filesystem (still experimental)
+option PORTAL # portal filesystem (still experimental)
+option PROCFS # /proc
+option CD9660 # ISO 9660 + Rock Ridge file system
+option UNION # union file system
# Networking options
-options INET
-options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
-#options GATEWAY # IP packet forwarding
-#options ISO # OSI networking
-#options TPIP
-#options EON
-options COMPAT_43
+option INET
+option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option GATEWAY # IP packet forwarding
+#option ISO # OSI networking
+#option TPIP
+#option EON
+option COMPAT_43
-options LKM
+option LKM
# Options for SPARCstation hardware
-options COMPAT_SUNOS # compatibility with SunOS binaries
-options COMPAT_SVR4 # compatibility with SVR4 binaries
+option COMPAT_SUNOS # compatibility with SunOS binaries
+option COMPAT_SVR4 # compatibility with SVR4 binaries
config bsd swap generic
diff --git a/sys/arch/sparc/conf/SUN4 b/sys/arch/sparc/conf/SUN4
index b3ee65ed448..366faf28efc 100644
--- a/sys/arch/sparc/conf/SUN4
+++ b/sys/arch/sparc/conf/SUN4
@@ -1,54 +1,54 @@
# $NetBSD: GENERIC,v 1.19 1995/10/08 11:45:39 pk Exp $
machine sparc
-options SUN4
-#options MMU_3L
-#options DDB,DEBUG,DIAGNOSTIC
+option SUN4
+#option MMU_3L
+#option DDB,DEBUG,DIAGNOSTIC
# obsolete timezone spec
-options TIMEZONE=0, DST=0
+option TIMEZONE=0, DST=0
# Standard system options
-options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
-#options DEBUG, DIAGNOSTIC # extra kernel debugging
-options KTRACE # system call tracing support
-#options KGDB # support for kernel gdb
-#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
-options RASTERCONSOLE # fast rasterop console
-options SYSVMSG,SYSVSEM,SYSVSHM
-options COMPAT_09, COMPAT_10
+option SWAPPAGER, VNODEPAGER, DEVPAGER # paging
+#option DEBUG, DIAGNOSTIC # extra kernel debugging
+option KTRACE # system call tracing support
+#option KGDB # support for kernel gdb
+#option KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
+option RASTERCONSOLE # fast rasterop console
+option SYSVMSG,SYSVSEM,SYSVSHM
+option COMPAT_09, COMPAT_10
# Filesystem options
-options FFS
-options NFSSERVER # Sun NFS-compatible filesystem
-options NFSCLIENT # Sun NFS-compatible filesystem
-options KERNFS # kernel data-structure filesystem
-options FIFO # POSIX fifo support (in all filesystems)
-options QUOTA # fast filesystem with user and group quotas
-options MFS # memory-based filesystem
-options LOFS # Loop-back filesystem
-options FDESC # user file descriptor filesystem
-options UMAPFS # uid/gid remapping filesystem
-options LFS # Log-based filesystem (still experimental)
-options PORTAL # portal filesystem (still experimental)
-options PROCFS # /proc
-options CD9660 # ISO 9660 + Rock Ridge file system
-options UNION # union file system
+option FFS
+option NFSSERVER # Sun NFS-compatible filesystem
+option NFSCLIENT # Sun NFS-compatible filesystem
+option KERNFS # kernel data-structure filesystem
+option FIFO # POSIX fifo support (in all filesystems)
+option QUOTA # fast filesystem with user and group quotas
+option MFS # memory-based filesystem
+option LOFS # Loop-back filesystem
+option FDESC # user file descriptor filesystem
+option UMAPFS # uid/gid remapping filesystem
+option LFS # Log-based filesystem (still experimental)
+option PORTAL # portal filesystem (still experimental)
+option PROCFS # /proc
+option CD9660 # ISO 9660 + Rock Ridge file system
+option UNION # union file system
# Networking options
-options INET
-options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
-#options GATEWAY # IP packet forwarding
-#options ISO # OSI networking
-#options TPIP
-#options EON
-options COMPAT_43
+option INET
+option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option GATEWAY # IP packet forwarding
+#option ISO # OSI networking
+#option TPIP
+#option EON
+option COMPAT_43
-options LKM
+option LKM
# Options for SPARCstation hardware
-options COMPAT_SUNOS # compatibility with SunOS binaries
-options COMPAT_SVR4 # compatibility with SVR4 binaries
+option COMPAT_SUNOS # compatibility with SunOS binaries
+option COMPAT_SVR4 # compatibility with SVR4 binaries
config bsd swap generic
diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C
index eb97853b148..c66e8398af2 100644
--- a/sys/arch/sparc/conf/SUN4C
+++ b/sys/arch/sparc/conf/SUN4C
@@ -1,54 +1,54 @@
# $NetBSD: GENERIC,v 1.19 1995/10/08 11:45:39 pk Exp $
machine sparc
-options SUN4C
-#options MMU_3L
-#options DDB,DEBUG,DIAGNOSTIC
+option SUN4C
+#option MMU_3L
+#option DDB,DEBUG,DIAGNOSTIC
# obsolete timezone spec
-options TIMEZONE=0, DST=0
+option TIMEZONE=0, DST=0
# Standard system options
-options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
-#options DEBUG, DIAGNOSTIC # extra kernel debugging
-options KTRACE # system call tracing support
-#options KGDB # support for kernel gdb
-#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
-options RASTERCONSOLE # fast rasterop console
-options SYSVMSG,SYSVSEM,SYSVSHM
-options COMPAT_09, COMPAT_10
+option SWAPPAGER, VNODEPAGER, DEVPAGER # paging
+#option DEBUG, DIAGNOSTIC # extra kernel debugging
+option KTRACE # system call tracing support
+#option KGDB # support for kernel gdb
+#option KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
+option RASTERCONSOLE # fast rasterop console
+option SYSVMSG,SYSVSEM,SYSVSHM
+option COMPAT_09, COMPAT_10
# Filesystem options
-options FFS
-options NFSSERVER # Sun NFS-compatible filesystem
-options NFSCLIENT # Sun NFS-compatible filesystem
-options KERNFS # kernel data-structure filesystem
-options FIFO # POSIX fifo support (in all filesystems)
-options QUOTA # fast filesystem with user and group quotas
-options MFS # memory-based filesystem
-options LOFS # Loop-back filesystem
-options FDESC # user file descriptor filesystem
-options UMAPFS # uid/gid remapping filesystem
-options LFS # Log-based filesystem (still experimental)
-options PORTAL # portal filesystem (still experimental)
-options PROCFS # /proc
-options CD9660 # ISO 9660 + Rock Ridge file system
-options UNION # union file system
+option FFS
+option NFSSERVER # Sun NFS-compatible filesystem
+option NFSCLIENT # Sun NFS-compatible filesystem
+option KERNFS # kernel data-structure filesystem
+option FIFO # POSIX fifo support (in all filesystems)
+option QUOTA # fast filesystem with user and group quotas
+option MFS # memory-based filesystem
+option LOFS # Loop-back filesystem
+option FDESC # user file descriptor filesystem
+option UMAPFS # uid/gid remapping filesystem
+option LFS # Log-based filesystem (still experimental)
+option PORTAL # portal filesystem (still experimental)
+option PROCFS # /proc
+option CD9660 # ISO 9660 + Rock Ridge file system
+option UNION # union file system
# Networking options
-options INET
-options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
-#options GATEWAY # IP packet forwarding
-#options ISO # OSI networking
-#options TPIP
-#options EON
-options COMPAT_43
+option INET
+option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option GATEWAY # IP packet forwarding
+#option ISO # OSI networking
+#option TPIP
+#option EON
+option COMPAT_43
-options LKM
+option LKM
# Options for SPARCstation hardware
-options COMPAT_SUNOS # compatibility with SunOS binaries
-options COMPAT_SVR4 # compatibility with SVR4 binaries
+option COMPAT_SUNOS # compatibility with SunOS binaries
+option COMPAT_SVR4 # compatibility with SVR4 binaries
config bsd swap generic
diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M
index 4d643d68580..14e3e95910a 100644
--- a/sys/arch/sparc/conf/SUN4M
+++ b/sys/arch/sparc/conf/SUN4M
@@ -1,54 +1,55 @@
# $NetBSD: GENERIC,v 1.19 1995/10/08 11:45:39 pk Exp $
machine sparc
-options SUN4M
-#options MMU_3L
-#options DDB,DEBUG,DIAGNOSTIC
+
+option SUN4M
+#option MMU_3L
+#option DDB,DEBUG,DIAGNOSTIC
# obsolete timezone spec
-options TIMEZONE=0, DST=0
+option TIMEZONE=0, DST=0
# Standard system options
-options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
-#options DEBUG, DIAGNOSTIC # extra kernel debugging
-options KTRACE # system call tracing support
-#options KGDB # support for kernel gdb
-#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
-options RASTERCONSOLE # fast rasterop console
-options SYSVMSG,SYSVSEM,SYSVSHM
-options COMPAT_09, COMPAT_10
+option SWAPPAGER, VNODEPAGER, DEVPAGER # paging
+#option DEBUG, DIAGNOSTIC # extra kernel debugging
+option KTRACE # system call tracing support
+#option KGDB # support for kernel gdb
+#option KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
+option RASTERCONSOLE # fast rasterop console
+option SYSVMSG,SYSVSEM,SYSVSHM
+option COMPAT_09, COMPAT_10
# Filesystem options
-options FFS
-options NFSSERVER # Sun NFS-compatible filesystem
-options NFSCLIENT # Sun NFS-compatible filesystem
-options KERNFS # kernel data-structure filesystem
-options FIFO # POSIX fifo support (in all filesystems)
-options QUOTA # fast filesystem with user and group quotas
-options MFS # memory-based filesystem
-options LOFS # Loop-back filesystem
-options FDESC # user file descriptor filesystem
-options UMAPFS # uid/gid remapping filesystem
-options LFS # Log-based filesystem (still experimental)
-options PORTAL # portal filesystem (still experimental)
-options PROCFS # /proc
-options CD9660 # ISO 9660 + Rock Ridge file system
-options UNION # union file system
+option FFS
+option NFSSERVER # Sun NFS-compatible filesystem
+option NFSCLIENT # Sun NFS-compatible filesystem
+option KERNFS # kernel data-structure filesystem
+option FIFO # POSIX fifo support (in all filesystems)
+option QUOTA # fast filesystem with user and group quotas
+option MFS # memory-based filesystem
+option LOFS # Loop-back filesystem
+option FDESC # user file descriptor filesystem
+option UMAPFS # uid/gid remapping filesystem
+option LFS # Log-based filesystem (still experimental)
+option PORTAL # portal filesystem (still experimental)
+option PROCFS # /proc
+option CD9660 # ISO 9660 + Rock Ridge file system
+option UNION # union file system
# Networking options
-options INET
-options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
-#options GATEWAY # IP packet forwarding
-#options ISO # OSI networking
-#options TPIP
-#options EON
-options COMPAT_43
+option INET
+option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option GATEWAY # IP packet forwarding
+#option ISO # OSI networking
+#option TPIP
+#option EON
+option COMPAT_43
-options LKM
+option LKM
# Options for SPARCstation hardware
-options COMPAT_SUNOS # compatibility with SunOS binaries
-options COMPAT_SVR4 # compatibility with SVR4 binaries
+option COMPAT_SUNOS # compatibility with SunOS binaries
+option COMPAT_SVR4 # compatibility with SVR4 binaries
config bsd swap generic