Home | History | Annotate | Line # | Download | only in conf
MODULAR revision 1.9
      1  1.9  andvar # $NetBSD: MODULAR,v 1.9 2021/08/17 22:00:29 andvar Exp $
      2  1.1   ahoka #
      3  1.1   ahoka # MODULAR kernel
      4  1.1   ahoka # This kernel config prefers loading kernel drivers from file system.
      5  1.1   ahoka # Please see module(7) for more information.
      6  1.1   ahoka #
      7  1.1   ahoka include "arch/i386/conf/GENERIC"
      8  1.1   ahoka 
      9  1.1   ahoka # these features are available as modules
     10  1.1   ahoka #
     11  1.1   ahoka no options	AIO		# POSIX asynchronous I/O, built as a module
     12  1.9  andvar no options	MQUEUE		# POSIX message queues, built as a module
     13  1.1   ahoka no options	NFSSERVER	# Network File System server
     14  1.1   ahoka 
     15  1.1   ahoka # build non boot critical file systems as modules
     16  1.1   ahoka #
     17  1.1   ahoka no file-system	EXT2FS		# second extended file system (linux)
     18  1.1   ahoka no file-system	LFS		# log-structured file system
     19  1.1   ahoka no file-system	NTFS		# Windows/NT file system (experimental)
     20  1.1   ahoka no file-system	MSDOSFS		# MS-DOS file system
     21  1.1   ahoka no file-system	KERNFS		# /kern
     22  1.1   ahoka no file-system	OVERLAY		# overlay file system
     23  1.1   ahoka no file-system	PROCFS		# /proc
     24  1.1   ahoka no file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     25  1.1   ahoka no file-system	UMAPFS		# NULLFS + uid and gid remapping
     26  1.1   ahoka no file-system	UNION		# union file system
     27  1.1   ahoka no file-system	CODA		# Coda File System; also needs vcoda (below)
     28  1.1   ahoka 
     29  1.1   ahoka # accept filters, built as modules
     30  1.1   ahoka #
     31  1.1   ahoka no pseudo-device	accf_data 	       # "dataready" accept filter
     32  1.1   ahoka no pseudo-device	accf_http	       # "httpready" accept filter
     33  1.1   ahoka 
     34  1.1   ahoka # pseudo devices, available as modules
     35  1.1   ahoka #
     36  1.1   ahoka no pseudo-device	vcoda		       # coda minicache <-> venus comm.
     37  1.1   ahoka 
     38  1.1   ahoka # these drivers are available as modules
     39  1.1   ahoka #
     40  1.1   ahoka #no acpiacad*
     41  1.1   ahoka #no acpibat*
     42  1.1   ahoka #no acpibut*
     43  1.1   ahoka #no acpicpu*
     44  1.1   ahoka #no acpidalb*
     45  1.1   ahoka #no acpifan*
     46  1.1   ahoka #no acpilid*
     47  1.1   ahoka #no acpitz*
     48  1.1   ahoka #no acpivga*
     49  1.1   ahoka #no acpiwdrt*
     50  1.1   ahoka #no acpiwmi*
     51  1.1   ahoka 
     52  1.1   ahoka #no aibs*
     53  1.1   ahoka 
     54  1.1   ahoka no uvideo*
     55  1.1   ahoka no pseye*
     56  1.1   ahoka 
     57  1.1   ahoka no hdaudio*
     58  1.1   ahoka no hdafg*
     59  1.1   ahoka 
     60  1.1   ahoka #no cir*
     61  1.1   ahoka #no irmce*
     62  1.1   ahoka 
     63  1.1   ahoka #no alc*
     64  1.1   ahoka #no ath*
     65  1.1   ahoka #no axe*
     66  1.1   ahoka #no rum*
     67