1 1.1 christos # $NetBSD: MODULAR,v 1.1 2016/08/04 07:22:41 christos Exp $ 2 1.1 christos # 3 1.1 christos # Try to exclude all the drivers in GENERIC that have been modularized 4 1.1 christos # XXX: incomplete 5 1.1 christos 6 1.1 christos include "arch/amd64/conf/GENERIC" 7 1.1 christos options MODULAR # new style module(7) framework 8 1.1 christos options MODULAR_DEFAULT_AUTOLOAD 9 1.1 christos 10 1.1 christos no acpicpu* at cpu? 11 1.1 christos no est0 at cpu0 12 1.1 christos no powernow0 at cpu0 13 1.1 christos no vmt0 at cpu0 14 1.1 christos 15 1.1 christos no options COMPAT_15 # NetBSD 1.5, 16 1.1 christos no options COMPAT_16 # NetBSD 1.6, 17 1.1 christos no options COMPAT_20 # NetBSD 2.0, 18 1.1 christos no options COMPAT_30 # NetBSD 3.0, 19 1.1 christos no options COMPAT_40 # NetBSD 4.0, 20 1.1 christos no options COMPAT_50 # NetBSD 5.0, 21 1.1 christos no options COMPAT_60 # NetBSD 6.0, and 22 1.1 christos no options COMPAT_70 # NetBSD 7.0 binary compatibility. 23 1.1 christos no options COMPAT_43 # and 4.3BSD 24 1.1 christos #options COMPAT_386BSD_MBRPART # recognize old partition ID 25 1.1 christos 26 1.1 christos no options COMPAT_OSSAUDIO 27 1.1 christos no options COMPAT_NETBSD32 28 1.1 christos no options COMPAT_LINUX 29 1.1 christos no options COMPAT_LINUX32 # req. COMPAT_LINUX and COMPAT_NETBSD32 30 1.1 christos no options EXEC_ELF32 31 1.1 christos no options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 32 1.1 christos 33 1.1 christos no options SYSVMSG # System V-like message queues 34 1.1 christos no options SYSVSEM # System V-like semaphores 35 1.1 christos no options SYSVSHM # System V-like memory sharing 36 1.1 christos 37 1.1 christos # XXX: for now 38 1.1 christos #no file-system FFS # UFS 39 1.1 christos no file-system MFS # memory file system 40 1.1 christos no file-system NFS # Network File System client 41 1.1 christos no file-system TMPFS # Efficient memory file-system 42 1.1 christos no file-system EXT2FS # second extended file system (linux) 43 1.1 christos no file-system LFS # log-structured file system 44 1.1 christos no file-system NTFS # Windows/NT file system (experimental) 45 1.1 christos no file-system CD9660 # ISO 9660 + Rock Ridge file system 46 1.1 christos no file-system MSDOSFS # MS-DOS file system 47 1.1 christos no file-system FDESC # /dev/fd 48 1.1 christos no file-system KERNFS # /kern 49 1.1 christos no file-system NULLFS # loopback file system 50 1.1 christos no file-system OVERLAY # overlay file system 51 1.1 christos no file-system PROCFS # /proc 52 1.1 christos no file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 53 1.1 christos no file-system SMBFS # experimental - CIFS; also needs nsmb (below) 54 1.1 christos no file-system UMAPFS # NULLFS + uid and gid remapping 55 1.1 christos no file-system UNION # union file system 56 1.1 christos no file-system CODA # Coda File System; also needs vcoda (below) 57 1.1 christos no file-system PTYFS # /dev/ptm support 58 1.1 christos 59 1.1 christos no options PPP_BSDCOMP # BSD-Compress compression support for PPP 60 1.1 christos no options PPP_DEFLATE # Deflate compression support for PPP 61 1.1 christos 62 1.1 christos no acpiacad* at acpi? # ACPI AC Adapter 63 1.1 christos no acpibat* at acpi? # ACPI Battery 64 1.1 christos no acpibut* at acpi? # ACPI Button 65 1.1 christos no acpifan* at acpi? # ACPI Fan 66 1.1 christos no acpilid* at acpi? # ACPI Lid Switch 67 1.1 christos no acpitz* at acpi? # ACPI Thermal Zone 68 1.1 christos no acpivga* at acpi? # ACPI Display Adapter 69 1.1 christos no acpiwdrt* at acpi? # ACPI Watchdog Resource Table 70 1.1 christos no acpiwmi* at acpi? # ACPI WMI Mapper 71 1.1 christos 72 1.1 christos no options NFSSERVER 73 1.1 christos 74 1.1 christos no axe* at uhub? 75 1.1 christos no rum* at uhub? 76 1.1 christos no urtwn* at uhub? 77 1.1 christos no urtw* at uhub? 78 1.1 christos no run* at uhub? 79 1.1 christos no athn* at uhub? 80 1.1 christos 81 1.1 christos no pseudo-device crypto # /dev/crypto device 82 1.1 christos no pseudo-device swcrypto # software crypto implementation 83 1.1 christos 84 1.1 christos # disk/mass storage pseudo-devices 85 1.1 christos no pseudo-device ccd # concatenated/striped disk devices 86 1.1 christos no pseudo-device cgd # cryptographic disk devices 87 1.1 christos no pseudo-device raid # RAIDframe disk driver 88 1.1 christos no pseudo-device fss # file system snapshot device 89 1.1 christos no pseudo-device putter # for puffs and pud 90 1.1 christos 91 1.1 christos no pseudo-device vnd # disk-like interface to files 92 1.1 christos 93 1.1 christos # network pseudo-devices 94 1.1 christos no pseudo-device bpfilter # Berkeley packet filter 95 1.1 christos no pseudo-device ipfilter # IP filter (firewall) and NAT 96 1.1 christos no pseudo-device npf # NPF packet filter 97 1.1 christos 98 1.1 christos # 99 1.1 christos # accept filters 100 1.1 christos no pseudo-device accf_data # "dataready" accept filter 101 1.1 christos no pseudo-device accf_http # "httpready" accept filter 102 1.1 christos 103 1.1 christos # miscellaneous pseudo-devices 104 1.1 christos no pseudo-device clockctl # user control of clock subsystem 105 1.1 christos no pseudo-device vcoda # coda minicache <-> venus comm. 106 1.1 christos 107 1.1 christos # a pseudo device needed for SMBFS 108 1.1 christos no pseudo-device nsmb # experimental - SMB requester 109 1.1 christos 110 1.1 christos # pseudo audio device driver 111 1.1 christos no pseudo-device pad 112 1.1 christos 113 1.1 christos # userland interface to drivers, including autoconf and properties retrieval 114 1.1 christos no pseudo-device drvctl 115