Module Name:    src
Committed By:   jakllsch
Date:           Tue Aug  9 14:18:17 UTC 2011

Modified Files:
        src/sys/arch/i386/conf: MONOLITHIC

Log Message:
While the GENERIC/MONOLITHIC/MODULAR issue remains to be sorted out,
MONOLITHIC is still a part of the release build and needs to remain
config(1)urable.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/i386/conf/MONOLITHIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/conf/MONOLITHIC
diff -u src/sys/arch/i386/conf/MONOLITHIC:1.15 src/sys/arch/i386/conf/MONOLITHIC:1.16
--- src/sys/arch/i386/conf/MONOLITHIC:1.15	Sun Mar  6 17:08:26 2011
+++ src/sys/arch/i386/conf/MONOLITHIC	Tue Aug  9 14:18:17 2011
@@ -1,68 +1,7 @@
-# $NetBSD: MONOLITHIC,v 1.15 2011/03/06 17:08:26 bouyer Exp $
+# $NetBSD: MONOLITHIC,v 1.16 2011/08/09 14:18:17 jakllsch Exp $
 #
-# Non MODULAR, used mostly as a reference as to what we modularized.
+# Non MODULAR
 #
 include "arch/i386/conf/GENERIC"
 
 no options	MODULAR
-
-options 	EXEC_AOUT	# exec a.out binaries
-options 	EXEC_ELF32	# exec ELF binaries
-options 	EXEC_SCRIPT	# exec #! scripts
-options 	COREDUMP
-
-options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
-options 	AIO		# POSIX asynchronous I/O, built as a module
-options 	MQUEUE		# POSIX messsage queues, built as a module
-
-options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
-options 	COMPAT_SVR4	# binary compatibility with SVR4
-options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
-options 	COMPAT_LINUX	# binary compatibility with Linux
-options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
-
-#file-system 	FFS		# UFS
-#file-system 	NFS		# Network File System client
-# File systems
-file-system 	EXT2FS		# second extended file system (linux)
-file-system 	LFS		# log-structured file system
-file-system 	MFS		# memory file system
-file-system 	NTFS		# Windows/NT file system (experimental)
-file-system 	CD9660		# ISO 9660 + Rock Ridge file system
-file-system 	MSDOSFS		# MS-DOS file system
-file-system 	FDESC		# /dev/fd
-file-system 	KERNFS		# /kern
-file-system 	NULLFS		# loopback file system
-file-system 	OVERLAY		# overlay file system
-file-system 	PROCFS		# /proc
-file-system 	UMAPFS		# NULLFS + uid and gid remapping
-file-system 	UNION		# union file system
-file-system 	CODA		# Coda File System; also needs vcoda (below)
-file-system 	SMBFS		# experimental - CIFS; also needs nsmb (below)
-file-system 	PTYFS		# /dev/ptm support
-file-system 	TMPFS		# Efficient memory file-system
-file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
-
-options 	QUOTA		# legacy UFS quotas
-options 	QUOTA2		# new, in-filesystem UFS quotas
-
-options 	NFSSERVER
-
-options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
-options 	PPP_DEFLATE	# Deflate compression support for PPP
-
-# NPF
-#pseudo-device	npf
-
-pseudo-device	accf_data	# "dataready" accept filter
-pseudo-device	accf_http	# "httpready" accept filter
-
-pseudo-device	vcoda		4	# coda minicache <-> venus comm.
-
-pseudo-device	nsmb		# experimental - SMB requester
-
-pseudo-device	putter		# for puffs and pud
-
-pseudo-device	pad		# pseudo audio device driver
-
-pseudo-device 	dm		# device-mapper device driver

Reply via email to