diff --git a/sys/arch/sparc/conf/KRUPS b/sys/arch/sparc/conf/KRUPS index 2dee2b440aec..4aedccd41b2c 100644 --- a/sys/arch/sparc/conf/KRUPS +++ b/sys/arch/sparc/conf/KRUPS @@ -1,4 +1,4 @@ -# $NetBSD: KRUPS,v 1.19 2003/12/14 03:29:52 uwe Exp $ +# $NetBSD: KRUPS,v 1.20 2003/12/14 17:26:58 martin Exp $ # From: NetBSD: GENERIC,v 1.148 2003/10/07 09:43:58 tron Exp # # Krups (JavaStation-NC) machine description file @@ -8,7 +8,7 @@ include "arch/sparc/conf/std.sparc" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "KRUPS-$Revision: 1.19 $" +#ident "KRUPS-$Revision: 1.20 $" maxusers 32 @@ -105,9 +105,9 @@ options FONT_GALLANT12x22 # PROM font look-alike ## The DDB in-kernel debugger runs at panic (unless DDB_ONPANIC=0), or at ## serial console break or keyboard reset, where the PROM would normally ## intercept. DDB_HISTORY_SIZE adds up/down arrow command history. -options DDB # kernel dynamic debugger -options DDB_HISTORY_SIZE=100 # enable history editing in DDB -options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic' +#options DDB # kernel dynamic debugger +#options DDB_HISTORY_SIZE=100 # enable history editing in DDB +#options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic' ## You may also use gdb, on another computer connected to this machine over ## a serial port. Both KGDB_DEV and KGDB_DEVRATE should be specified; @@ -131,7 +131,7 @@ makeoptions CPUFLAGS="-mcpu=supersparc" ## Adds code to the kernel that does internal consistency checks, and will ## cause the kernel to panic if corruption of internal data structures ## is detected. -options DIAGNOSTIC # extra kernel sanity checking +#options DIAGNOSTIC # extra kernel sanity checking ## Enable (possibly expensive) debugging code that may also display messages ## on the system console @@ -158,30 +158,30 @@ options MIIVERBOSE # verbose PHY autoconfig messages ## additional user-level utilities or system configuration files. See ## compat_sunos(8) and compat_svr4(8). -#options COMPAT_43 # 4.3BSD system interfaces -#options COMPAT_10 # NetBSD 1.0 binary compatibility -#options COMPAT_11 # NetBSD 1.1 binary compatibility -#options COMPAT_12 # NetBSD 1.2 binary compatibility -#options COMPAT_13 # NetBSD 1.3 binary compatibility -#options COMPAT_14 # NetBSD 1.4 binary compatibility +options COMPAT_43 # 4.3BSD system interfaces +options COMPAT_10 # NetBSD 1.0 binary compatibility +options COMPAT_11 # NetBSD 1.1 binary compatibility +options COMPAT_12 # NetBSD 1.2 binary compatibility +options COMPAT_13 # NetBSD 1.3 binary compatibility +options COMPAT_14 # NetBSD 1.4 binary compatibility options COMPAT_16 # NetBSD 1.6 binary compatibility -#options COMPAT_SUNOS # SunOS 4.x binary compatibility -#options COMPAT_SVR4 # SunOS 5.x binary compatibility +options COMPAT_SUNOS # SunOS 4.x binary compatibility +options COMPAT_SVR4 # SunOS 5.x binary compatibility ## File systems. You probably need at least one of FFS or NFS. #file-system FFS # Berkeley Fast Filesystem file-system NFS # Sun NFS-compatible filesystem client file-system KERNFS # kernel data-structure filesystem -#file-system NULLFS # NULL layered filesystem -#file-system OVERLAY # overlay file system -#file-system MFS # memory-based filesystem -#file-system FDESC # user file descriptor filesystem -#file-system UMAPFS # uid/gid remapping filesystem +file-system NULLFS # NULL layered filesystem +file-system OVERLAY # overlay file system +file-system MFS # memory-based filesystem +file-system FDESC # user file descriptor filesystem +file-system UMAPFS # uid/gid remapping filesystem #file-system LFS # Log-based filesystem (still experimental) -#file-system PORTAL # portal filesystem (still experimental) +file-system PORTAL # portal filesystem (still experimental) file-system PROCFS # /proc #file-system CD9660 # ISO 9660 + Rock Ridge file system -#file-system UNION # union file system +file-system UNION # union file system #file-system MSDOSFS # MS-DOS FAT filesystem(s). #file-system CODA # Coda File System; also needs vcoda (below) @@ -193,28 +193,27 @@ file-system PROCFS # /proc ## Network protocol support. In most environments, INET is required. options INET # IP (Internet Protocol) v4 -#options INET6 # IPV6 +options INET6 # IPV6 #options IPSEC # IP security #options IPSEC_ESP # IP security (encryption part; define w/IPSEC) #options IPSEC_DEBUG # debug for IP security #options GATEWAY # packet forwarding ("router switch") #options MROUTING # packet forwarding of multicast packets #options DIRECTED_BROADCAST # allow broadcasts through routers -#options NS # Xerox NS networking +options NS # Xerox NS networking #options NSIP # Xerox NS tunneling over IP -#options ISO,TPIP # OSI networking +options ISO,TPIP # OSI networking #options EON # OSI tunneling over IP #options CCITT,LLC,HDLC # X.25 packet switched protocol #options NETATALK # AppleTalk (over Ethernet) protocol -#options NTP # Network Time Protocol in-kernel support +options NTP # Network Time Protocol in-kernel support #options PPS_SYNC # Add serial line synchronization for NTP -#options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs. -#options IPFILTER_LOG # Add ipmon(8) logging for ipfilter device +options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs. +options IPFILTER_LOG # Add ipmon(8) logging for ipfilter device #options IPFILTER_DEFAULT_BLOCK # block all packets by default -#options PPP_BSDCOMP # Add BSD compression to ppp device -#options PPP_DEFLATE # Add deflate (libz) compression to ppp device -#options PPP_FILTER # Add active filters for ppp (via bpf) - +options PPP_BSDCOMP # Add BSD compression to ppp device +options PPP_DEFLATE # Add deflate (libz) compression to ppp device +options PPP_FILTER # Add active filters for ppp (via bpf) #### Main bus and CPU .. all systems.