Module Name:    src
Committed By:   ahoka
Date:           Wed Sep 21 10:18:52 UTC 2011

Added Files:
        src/sys/arch/i386/conf: MODULAR

Log Message:
Initial version of a pro-module kernel config


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/i386/conf/MODULAR

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

Added files:

Index: src/sys/arch/i386/conf/MODULAR
diff -u /dev/null src/sys/arch/i386/conf/MODULAR:1.1
--- /dev/null	Wed Sep 21 10:18:52 2011
+++ src/sys/arch/i386/conf/MODULAR	Wed Sep 21 10:18:52 2011
@@ -0,0 +1,77 @@
+# $NetBSD: MODULAR,v 1.1 2011/09/21 10:18:52 ahoka Exp $
+#
+# MODULAR kernel
+# This kernel config prefers loading kernel drivers from file system.
+# Please see module(7) for more information.
+#
+include "arch/i386/conf/GENERIC"
+
+# these features are available as modules
+#
+no options	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
+no options	AIO		# POSIX asynchronous I/O, built as a module
+no options	MQUEUE		# POSIX messsage queues, built as a module
+no options	NFSSERVER	# Network File System server
+
+# compatibility options, built as modules
+#
+no options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
+no options 	COMPAT_SVR4	# binary compatibility with SVR4
+no options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
+no options 	COMPAT_LINUX	# binary compatibility with Linux
+no options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
+
+# build non boot critical file systems as modules
+#
+no file-system	EXT2FS		# second extended file system (linux)
+no file-system	LFS		# log-structured file system
+no file-system	NTFS		# Windows/NT file system (experimental)
+no file-system	MSDOSFS		# MS-DOS file system
+no file-system	KERNFS		# /kern
+no file-system	OVERLAY		# overlay file system
+no file-system	PROCFS		# /proc
+no file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
+no file-system	UMAPFS		# NULLFS + uid and gid remapping
+no file-system	UNION		# union file system
+no file-system	CODA		# Coda File System; also needs vcoda (below)
+no file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
+
+# accept filters, built as modules
+#
+no pseudo-device	accf_data 	       # "dataready" accept filter
+no pseudo-device	accf_http	       # "httpready" accept filter
+
+# pseudo devices, available as modules
+#
+no pseudo-device	vcoda		       # coda minicache <-> venus comm.
+no pseudo-device	nsmb		       # experimental - SMB requester
+
+# these drivers are available as modules
+#
+#no acpiacad*
+#no acpibat*
+#no acpibut*
+#no acpicpu*
+#no acpidalb*
+#no acpifan*
+#no acpilid*
+#no acpitz*
+#no acpivga*
+#no acpiwdrt*
+#no acpiwmi*
+
+#no aibs*
+
+no uvideo*
+no pseye*
+
+no hdaudio*
+no hdafg*
+
+#no cir*
+#no irmce*
+
+#no alc*
+#no ath*
+#no axe*
+#no rum*

Reply via email to