diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-01 11:18:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-01 11:18:27 +0000 |
commit | 6d26b0cd2acabdfd370434c9dd70fcb5180fd4d3 (patch) | |
tree | 4bca2a1c93bd6b899c70f4586ccc445bf1dc5dbb /sys/arch/arc/conf/GENERIC | |
parent | 5e5035236221cc6b65642c2a9598960cf6090a51 (diff) |
turn off DEBUG...
Diffstat (limited to 'sys/arch/arc/conf/GENERIC')
-rw-r--r-- | sys/arch/arc/conf/GENERIC | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC index ec55a81c752..23c1825e369 100644 --- a/sys/arch/arc/conf/GENERIC +++ b/sys/arch/arc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.18 1997/06/23 19:05:35 kstailey Exp $ +# $OpenBSD: GENERIC,v 1.19 1997/08/01 11:18:26 deraadt Exp $ # # Generic configuration file for MIPS R4x00 ARC Systems # @@ -8,59 +8,59 @@ machine arc maxusers 32 # Need to set locally -options TIMEZONE=0 # minutes west of GMT (for) -options DST=0 # use daylight savings rules +option TIMEZONE=0 # minutes west of GMT (for) +option DST=0 # use daylight savings rules # Standard system options -options SWAPPAGER # swap pager (anonymous and swap space) -options DEVPAGER # device pager (mapped devices) +option SWAPPAGER # swap pager (anonymous and swap space) +option DEVPAGER # device pager (mapped devices) -options DIAGNOSTIC # extra kernel debugging checks -options KTRACE # system call tracing support -options DEBUG # extra kernel debugging support -options COMPAT_43 # compatibility with 4.3BSD binaries +option DIAGNOSTIC # extra kernel debugging checks +option KTRACE # system call tracing support +#option DEBUG # extra kernel debugging support +option COMPAT_43 # compatibility with 4.3BSD binaries # System V options -options SYSVMSG # System V-like message queues -options SYSVSEM # System V-like semaphores -options SYSVSHM # System V-like memory sharing -options SHMMAXPGS=1024 # 1024 pages is the default -options NATIVE_ELF # Arc systems uses ELF as native format +option SYSVMSG # System V-like message queues +option SYSVSEM # System V-like semaphores +option SYSVSHM # System V-like memory sharing +option SHMMAXPGS=1024 # 1024 pages is the default +option NATIVE_ELF # Arc systems uses ELF as native format # Filesystem options -options CD9660 # ISO 9660 + Rock Ridge file system -options FDESC # user file descriptor filesystem (/dev/fd) -options FIFO # POSIX fifo support (in all filesystems) -options FFS,QUOTA # fast filesystem with user and group quotas -options KERNFS # kernel data-structure filesystem -options MFS # memory-based filesystem -options MSDOSFS # Ability to read write MS-Dos filsystem -options NFSCLIENT # Sun NFS-compatible filesystem (client) -options NFSSERVER # Sun NFS-compatible filesystem (server) -options NULLFS # null layer filesystem -options PORTAL # portal filesystem (still experimental) -option PROCFS # /proc -options UMAPFS # uid/gid remapping filesystem -option UNION # union file system +option CD9660 # ISO 9660 + Rock Ridge file system +option FDESC # user file descriptor filesystem (/dev/fd) +option FIFO # POSIX fifo support (in all filesystems) +option FFS,QUOTA # fast filesystem with user and group quotas +option KERNFS # kernel data-structure filesystem +option MFS # memory-based filesystem +option MSDOSFS # Ability to read write MS-Dos filsystem +option NFSCLIENT # Sun NFS-compatible filesystem (client) +option NFSSERVER # Sun NFS-compatible filesystem (server) +option NULLFS # null layer filesystem +option PORTAL # portal filesystem (still experimental) +option PROCFS # /proc +option UMAPFS # uid/gid remapping filesystem +option UNION # union file system # Networking options -#options GATEWAY # IP packet forwarding -options INET # Internet protocols -#option NS # XNS -#option IPX # IPX+SPX -#options ISO,TPIP # OSI networking -#options EON # OSI tunneling over IP -#option CCITT,LLC,HDLC # X.25 -option IPFILTER # IP packet filter for security +#option GATEWAY # IP packet forwarding +option NET # Internet protocols +#option NS # XNS +#option IPX # IPX+SPX +#option ISO,TPIP # OSI networking +#option EON # OSI tunneling over IP +#option CCITT,LLC,HDLC # X.25 +option IPFILTER # IP packet filter for security option IPFILTER_LOG # use /dev/ipl to log IPF -#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP -#options MULTICAST # Multicast support -#options MROUTING # Multicast routing support +#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP +#option MULTICAST # Multicast support +#option MROUTING # Multicast routing support # Special options -options MACHINE_NONCONTIG # Support noncontigous memory. +option MACHINE_NONCONTIG # Support noncontigous memory. # Specify storage configuration (its a joke..) config bsd swap generic |