1 1.1 ahoka # $NetBSD: MODULAR,v 1.1 2011/09/21 10:18:52 ahoka 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 P1003_1B_SEMAPHORE # p1003.1b semaphore support 12 1.1 ahoka no options AIO # POSIX asynchronous I/O, built as a module 13 1.1 ahoka no options MQUEUE # POSIX messsage queues, built as a module 14 1.1 ahoka no options NFSSERVER # Network File System server 15 1.1 ahoka 16 1.1 ahoka # compatibility options, built as modules 17 1.1 ahoka # 18 1.1 ahoka no options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility 19 1.1 ahoka no options COMPAT_SVR4 # binary compatibility with SVR4 20 1.1 ahoka no options COMPAT_IBCS2 # binary compatibility with SCO and ISC 21 1.1 ahoka no options COMPAT_LINUX # binary compatibility with Linux 22 1.1 ahoka no options COMPAT_FREEBSD # binary compatibility with FreeBSD 23 1.1 ahoka 24 1.1 ahoka # build non boot critical file systems as modules 25 1.1 ahoka # 26 1.1 ahoka no file-system EXT2FS # second extended file system (linux) 27 1.1 ahoka no file-system LFS # log-structured file system 28 1.1 ahoka no file-system NTFS # Windows/NT file system (experimental) 29 1.1 ahoka no file-system MSDOSFS # MS-DOS file system 30 1.1 ahoka no file-system KERNFS # /kern 31 1.1 ahoka no file-system OVERLAY # overlay file system 32 1.1 ahoka no file-system PROCFS # /proc 33 1.1 ahoka no file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 34 1.1 ahoka no file-system UMAPFS # NULLFS + uid and gid remapping 35 1.1 ahoka no file-system UNION # union file system 36 1.1 ahoka no file-system CODA # Coda File System; also needs vcoda (below) 37 1.1 ahoka no file-system SMBFS # experimental - CIFS; also needs nsmb (below) 38 1.1 ahoka 39 1.1 ahoka # accept filters, built as modules 40 1.1 ahoka # 41 1.1 ahoka no pseudo-device accf_data # "dataready" accept filter 42 1.1 ahoka no pseudo-device accf_http # "httpready" accept filter 43 1.1 ahoka 44 1.1 ahoka # pseudo devices, available as modules 45 1.1 ahoka # 46 1.1 ahoka no pseudo-device vcoda # coda minicache <-> venus comm. 47 1.1 ahoka no pseudo-device nsmb # experimental - SMB requester 48 1.1 ahoka 49 1.1 ahoka # these drivers are available as modules 50 1.1 ahoka # 51 1.1 ahoka #no acpiacad* 52 1.1 ahoka #no acpibat* 53 1.1 ahoka #no acpibut* 54 1.1 ahoka #no acpicpu* 55 1.1 ahoka #no acpidalb* 56 1.1 ahoka #no acpifan* 57 1.1 ahoka #no acpilid* 58 1.1 ahoka #no acpitz* 59 1.1 ahoka #no acpivga* 60 1.1 ahoka #no acpiwdrt* 61 1.1 ahoka #no acpiwmi* 62 1.1 ahoka 63 1.1 ahoka #no aibs* 64 1.1 ahoka 65 1.1 ahoka no uvideo* 66 1.1 ahoka no pseye* 67 1.1 ahoka 68 1.1 ahoka no hdaudio* 69 1.1 ahoka no hdafg* 70 1.1 ahoka 71 1.1 ahoka #no cir* 72 1.1 ahoka #no irmce* 73 1.1 ahoka 74 1.1 ahoka #no alc* 75 1.1 ahoka #no ath* 76 1.1 ahoka #no axe* 77 1.1 ahoka #no rum* 78