MODULAR revision 1.20 1 1.20 pgoyette # $NetBSD: MODULAR,v 1.20 2025/03/20 22:16:58 pgoyette 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
8 1.2 christos -no acpicpu* at cpu?
9 1.2 christos -no est0 at cpu0
10 1.2 christos -no powernow0 at cpu0
11 1.2 christos -no vmt0 at cpu0
12 1.2 christos
13 1.8 christos -no spkr* at pcppi? # PC speaker
14 1.8 christos -no spkr* at audio? # PC speaker (synthesized)
15 1.8 christos
16 1.2 christos -no options COMPAT_15 # NetBSD 1.5,
17 1.2 christos -no options COMPAT_16 # NetBSD 1.6,
18 1.2 christos -no options COMPAT_20 # NetBSD 2.0,
19 1.2 christos -no options COMPAT_30 # NetBSD 3.0,
20 1.2 christos -no options COMPAT_40 # NetBSD 4.0,
21 1.2 christos -no options COMPAT_50 # NetBSD 5.0,
22 1.9 mrg -no options COMPAT_60 # NetBSD 6.0,
23 1.13 pgoyette -no options COMPAT_70 # NetBSD 7.0,
24 1.20 pgoyette -no options COMPAT_80 # NetBSD 8.0,
25 1.20 pgoyette -no options COMPAT_90 # NetBSD 9.0, and
26 1.20 pgoyette -no options COMPAT_100 # NetBSD 10.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_NETBSD32
31 1.2 christos -no options EXEC_ELF32
32 1.2 christos -no options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
33 1.2 christos
34 1.2 christos -no options SYSVMSG # System V-like message queues
35 1.2 christos -no options SYSVSEM # System V-like semaphores
36 1.2 christos -no options SYSVSHM # System V-like memory sharing
37 1.1 christos
38 1.12 christos -no options ACPIVERBOSE # verbose ACPI configuration messages
39 1.12 christos -no options MIIVERBOSE # verbose PHY autoconfig messages
40 1.12 christos -no options PCIVERBOSE # verbose PCI device autoconfig messages
41 1.12 christos -no options PCMCIAVERBOSE # verbose PCMCIA configuration messages
42 1.12 christos -no options SCSIVERBOSE # human readable SCSI error messages
43 1.12 christos -no options USBVERBOSE # verbose USB device autoconfig messages
44 1.12 christos -no options HDAUDIOVERBOSE # verbose HDAUDIO driver messages
45 1.12 christos
46 1.12 christos -no file-system ADOSFS # AmigaDOS-compatible file system
47 1.12 christos -no file-system AUTOFS # Automounter Filesystem
48 1.12 christos -no file-system CD9660 # ISO 9660 + Rock Ridge file system
49 1.12 christos -no file-system CHFS # Chip File System
50 1.12 christos -no file-system CODA # Coda File System; also needs vcoda (below)
51 1.12 christos -no file-system EFS # Silicon Graphics Extent File System
52 1.12 christos -no file-system EXT2FS # second extended file system (linux)
53 1.12 christos -no file-system FDESC # /dev/fd
54 1.12 christos -no file-system FFS # UFS
55 1.12 christos -no options UFS
56 1.12 christos -no options QUOTA # legacy UFS quotas
57 1.12 christos -no options QUOTA2 # new, in-filesystem UFS quotas
58 1.12 christos -no options UFS_EXTATTR # Extended attribute support for UFS1
59 1.12 christos -no file-system FILECORE # Acorn filecore file system
60 1.12 christos -no file-system HFS # experimental - Apple HFS+ (read-only)
61 1.12 christos -no file-system KERNFS # /kern
62 1.12 christos -no file-system LAYERFS # genfs
63 1.12 christos -no file-system LFS # log-structured file system
64 1.6 dholland -no file-system MFS # memory file system
65 1.12 christos -no file-system MSDOSFS # MS-DOS file system
66 1.6 dholland -no file-system NFS # Network File System client
67 1.12 christos -no file-system NILFS # experimental - NTT's NiLFS(2)
68 1.6 dholland -no file-system NTFS # Windows/NT file system (experimental)
69 1.6 dholland -no file-system NULLFS # loopback file system
70 1.12 christos -no file-system OVERLAY # overlay file system
71 1.6 dholland -no file-system PROCFS # /proc
72 1.12 christos -no file-system PTYFS # /dev/ptm support
73 1.6 dholland -no file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
74 1.12 christos -no file-system TMPFS # Efficient memory file-system
75 1.12 christos -no file-system UDF # experimental - OSTA UDF CD/DVD file-system
76 1.6 dholland -no file-system UMAPFS # NULLFS + uid and gid remapping
77 1.6 dholland -no file-system UNION # union file system
78 1.12 christos -no file-system V7FS # 7th Edition(V7) File System
79 1.12 christos -no file-system ZFS # Solaris ZFS
80 1.2 christos
81 1.2 christos -no options PPP_BSDCOMP # BSD-Compress compression support for PPP
82 1.2 christos -no options PPP_DEFLATE # Deflate compression support for PPP
83 1.2 christos
84 1.2 christos -no options AIO
85 1.2 christos
86 1.18 christos -no options PTRACE
87 1.18 christos -no options COREDUMP
88 1.18 christos
89 1.2 christos -no acpiacad* at acpi? # ACPI AC Adapter
90 1.2 christos -no acpibat* at acpi? # ACPI Battery
91 1.2 christos -no acpibut* at acpi? # ACPI Button
92 1.2 christos -no acpifan* at acpi? # ACPI Fan
93 1.2 christos -no acpilid* at acpi? # ACPI Lid Switch
94 1.2 christos -no acpitz* at acpi? # ACPI Thermal Zone
95 1.2 christos -no acpivga* at acpi? # ACPI Display Adapter
96 1.2 christos -no acpiwdrt* at acpi? # ACPI Watchdog Resource Table
97 1.2 christos -no acpiwmi* at acpi? # ACPI WMI Mapper
98 1.2 christos
99 1.2 christos -no options NFSSERVER
100 1.2 christos
101 1.2 christos -no axe* at uhub?
102 1.4 christos -no axen* at uhub?
103 1.2 christos -no rum* at uhub?
104 1.2 christos -no urtwn* at uhub?
105 1.2 christos -no urtw* at uhub?
106 1.2 christos -no run* at uhub?
107 1.2 christos -no athn* at uhub?
108 1.1 christos
109 1.4 christos -no alc* at pci?
110 1.4 christos -no ath* at pci?
111 1.4 christos
112 1.6 dholland -no select sppp # Synchronous-Point-to-Point Protocol
113 1.5 christos
114 1.2 christos -no pseudo-device crypto # /dev/crypto device
115 1.2 christos -no pseudo-device swcrypto # software crypto implementation
116 1.1 christos
117 1.1 christos # disk/mass storage pseudo-devices
118 1.2 christos -no pseudo-device ccd # concatenated/striped disk devices
119 1.2 christos -no pseudo-device cgd # cryptographic disk devices
120 1.2 christos -no pseudo-device raid # RAIDframe disk driver
121 1.2 christos -no pseudo-device fss # file system snapshot device
122 1.2 christos -no pseudo-device putter # for puffs and pud
123 1.1 christos
124 1.2 christos -no pseudo-device vnd # disk-like interface to files
125 1.1 christos
126 1.1 christos # network pseudo-devices
127 1.2 christos -no pseudo-device bpfilter # Berkeley packet filter
128 1.2 christos -no pseudo-device ipfilter # IP filter (firewall) and NAT
129 1.3 christos # Loopback is hardcoded (looutput) everywhere!
130 1.3 christos #no pseudo-device loop # network loopback
131 1.2 christos -no pseudo-device mpls # MPLS pseudo-interface
132 1.2 christos -no pseudo-device ppp # Point-to-Point Protocol
133 1.2 christos -no pseudo-device pppoe # PPP over Ethernet (RFC 2516)
134 1.2 christos -no pseudo-device sl # Serial Line IP
135 1.2 christos -no pseudo-device tun # network tunneling over tty
136 1.2 christos -no pseudo-device tap # virtual Ethernet
137 1.2 christos -no pseudo-device gre # generic L3 over IP tunnel
138 1.2 christos -no pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
139 1.2 christos -no pseudo-device faith # IPv[46] tcp relay translation i/f
140 1.2 christos -no pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
141 1.17 roy
142 1.17 roy -no pseudo-device vether # Virtual Ethernet for bridge
143 1.2 christos -no pseudo-device vlan # IEEE 802.1q encapsulation
144 1.2 christos -no pseudo-device agr # IEEE 802.3ad link aggregation
145 1.7 christos -no pseudo-device l2tp # L2TPv3 interface
146 1.2 christos -no pseudo-device npf # NPF packet filter
147 1.1 christos
148 1.1 christos #
149 1.1 christos # accept filters
150 1.2 christos -no pseudo-device accf_data # "dataready" accept filter
151 1.2 christos -no pseudo-device accf_http # "httpready" accept filter
152 1.1 christos
153 1.1 christos # miscellaneous pseudo-devices
154 1.2 christos -no pseudo-device clockctl # user control of clock subsystem
155 1.2 christos -no pseudo-device vcoda # coda minicache <-> venus comm.
156 1.11 christos -no pseudo-device autofs # experimental - AUTOFS
157 1.1 christos
158 1.1 christos # pseudo audio device driver
159 1.2 christos -no pseudo-device pad
160 1.1 christos
161 1.1 christos # userland interface to drivers, including autoconf and properties retrieval
162 1.2 christos -no pseudo-device drvctl
163