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