Home | History | Annotate | Line # | Download | only in conf
MODULAR revision 1.9
      1 # $NetBSD: MODULAR,v 1.9 2017/09/14 07:58:39 mrg Exp $
      2 #
      3 # Try to exclude all the drivers in GENERIC that have been modularized
      4 # XXX: incomplete
      5 
      6 include "arch/amd64/conf/GENERIC"
      7 options 	MODULAR		# new style module(7) framework
      8 options 	MODULAR_DEFAULT_AUTOLOAD
      9 
     10 -no acpicpu*	at cpu?
     11 -no est0		at cpu0
     12 -no powernow0	at cpu0
     13 -no vmt0		at cpu0
     14 
     15 -no spkr*	at pcppi?	# PC speaker
     16 -no spkr*	at audio?	# PC speaker (synthesized)
     17 
     18 -no options 	COMPAT_15	# NetBSD 1.5,
     19 -no options 	COMPAT_16	# NetBSD 1.6,
     20 -no options 	COMPAT_20	# NetBSD 2.0,
     21 -no options 	COMPAT_30	# NetBSD 3.0,
     22 -no options 	COMPAT_40	# NetBSD 4.0,
     23 -no options 	COMPAT_50	# NetBSD 5.0,
     24 -no options 	COMPAT_60	# NetBSD 6.0,
     25 -no options 	COMPAT_70	# NetBSD 7.0, and
     26 -no options 	COMPAT_80	# NetBSD 8.0 binary compatibility.
     27 -no options 	COMPAT_43	# and 4.3BSD
     28 #options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     29 
     30 -no options 	COMPAT_OSSAUDIO
     31 -no options 	COMPAT_NETBSD32
     32 -no options 	COMPAT_LINUX
     33 -no options 	COMPAT_LINUX32	# req. COMPAT_LINUX and COMPAT_NETBSD32
     34 -no options 	EXEC_ELF32
     35 -no options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     36 
     37 -no options	SYSVMSG		# System V-like message queues
     38 -no options	SYSVSEM		# System V-like semaphores
     39 -no options	SYSVSHM		# System V-like memory sharing
     40 
     41 # XXX: for now
     42 #no file-system FFS		# UFS
     43 -no file-system MFS		# memory file system
     44 -no file-system NFS		# Network File System client
     45 -no file-system TMPFS		# Efficient memory file-system
     46 -no file-system EXT2FS		# second extended file system (linux)
     47 -no file-system LFS		# log-structured file system
     48 -no file-system NTFS		# Windows/NT file system (experimental)
     49 -no file-system CD9660		# ISO 9660 + Rock Ridge file system
     50 -no file-system MSDOSFS 	# MS-DOS file system
     51 -no file-system FDESC		# /dev/fd
     52 -no file-system KERNFS		# /kern
     53 -no file-system NULLFS		# loopback file system
     54 -no file-system OVERLAY 	# overlay file system
     55 -no file-system PROCFS		# /proc
     56 -no file-system PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     57 -no file-system SMBFS		# experimental - CIFS; also needs nsmb (below)
     58 -no file-system UMAPFS		# NULLFS + uid and gid remapping
     59 -no file-system UNION		# union file system
     60 -no file-system CODA		# Coda File System; also needs vcoda (below)
     61 -no file-system PTYFS		# /dev/ptm support
     62 
     63 -no options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     64 -no options 	PPP_DEFLATE	# Deflate compression support for PPP
     65 
     66 -no options	AIO
     67 
     68 -no acpiacad*	at acpi?		# ACPI AC Adapter
     69 -no acpibat*	at acpi?		# ACPI Battery
     70 -no acpibut*	at acpi?		# ACPI Button
     71 -no acpifan*	at acpi?		# ACPI Fan
     72 -no acpilid*	at acpi?		# ACPI Lid Switch
     73 -no acpitz* 	at acpi?		# ACPI Thermal Zone
     74 -no acpivga*	at acpi?		# ACPI Display Adapter
     75 -no acpiwdrt*	at acpi?		# ACPI Watchdog Resource Table
     76 -no acpiwmi*	at acpi?		# ACPI WMI Mapper
     77 
     78 -no options	NFSSERVER
     79 
     80 -no axe*	at uhub?
     81 -no axen*	at uhub?
     82 -no rum*	at uhub?
     83 -no urtwn*	at uhub?
     84 -no urtw*	at uhub?
     85 -no run*	at uhub?
     86 -no athn*	at uhub?
     87 
     88 -no alc*	at pci?
     89 -no ath*	at pci?
     90 
     91 -no select sppp 			# Synchronous-Point-to-Point Protocol
     92 
     93 -no pseudo-device 	crypto			# /dev/crypto device
     94 -no pseudo-device	swcrypto		# software crypto implementation
     95 
     96 # disk/mass storage pseudo-devices
     97 -no pseudo-device	ccd			# concatenated/striped disk devices
     98 -no pseudo-device	cgd			# cryptographic disk devices
     99 -no pseudo-device	raid			# RAIDframe disk driver
    100 -no pseudo-device	fss			# file system snapshot device
    101 -no pseudo-device	putter			# for puffs and pud
    102 
    103 -no pseudo-device	vnd			# disk-like interface to files
    104 
    105 # network pseudo-devices
    106 -no pseudo-device	bpfilter		# Berkeley packet filter
    107 -no pseudo-device	ipfilter		# IP filter (firewall) and NAT
    108 # Loopback is hardcoded (looutput) everywhere!
    109 #no pseudo-device	loop			# network loopback
    110 -no pseudo-device	mpls			# MPLS pseudo-interface
    111 -no pseudo-device	ppp			# Point-to-Point Protocol
    112 -no pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    113 -no pseudo-device	sl			# Serial Line IP
    114 -no pseudo-device	strip			# Starmode Radio IP (Metricom)
    115 -no pseudo-device	tun			# network tunneling over tty
    116 -no pseudo-device	tap			# virtual Ethernet
    117 -no pseudo-device	gre			# generic L3 over IP tunnel
    118 -no pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    119 -no pseudo-device	faith			# IPv[46] tcp relay translation i/f
    120 -no pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    121 -no pseudo-device	vlan			# IEEE 802.1q encapsulation
    122 -no pseudo-device	agr			# IEEE 802.3ad link aggregation
    123 -no pseudo-device	l2tp			# L2TPv3 interface
    124 -no pseudo-device	npf			# NPF packet filter
    125 
    126 #
    127 # accept filters
    128 -no pseudo-device   accf_data		# "dataready" accept filter
    129 -no pseudo-device   accf_http		# "httpready" accept filter
    130 
    131 # miscellaneous pseudo-devices
    132 -no pseudo-device	clockctl		# user control of clock subsystem
    133 -no pseudo-device	vcoda			# coda minicache <-> venus comm.
    134 
    135 # a pseudo device needed for SMBFS
    136 -no pseudo-device	nsmb			# experimental - SMB requester
    137 
    138 # pseudo audio device driver
    139 -no pseudo-device	pad
    140 
    141 # userland interface to drivers, including autoconf and properties retrieval
    142 -no pseudo-device	drvctl
    143