Module Name: src
Committed By: christos
Date: Mon Jun 17 03:31:58 UTC 2019
Modified Files:
src/sys/arch/amd64/conf: MODULAR
Log Message:
complete the list of filesystems and enable ffs as a module.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/amd64/conf/MODULAR
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/MODULAR
diff -u src/sys/arch/amd64/conf/MODULAR:1.11 src/sys/arch/amd64/conf/MODULAR:1.12
--- src/sys/arch/amd64/conf/MODULAR:1.11 Sat Jan 13 07:38:16 2018
+++ src/sys/arch/amd64/conf/MODULAR Sun Jun 16 23:31:57 2019
@@ -1,4 +1,4 @@
-# $NetBSD: MODULAR,v 1.11 2018/01/13 12:38:16 christos Exp $
+# $NetBSD: MODULAR,v 1.12 2019/06/17 03:31:57 christos Exp $
#
# Try to exclude all the drivers in GENERIC that have been modularized
# XXX: incomplete
@@ -38,28 +38,49 @@ options MODULAR_DEFAULT_AUTOLOAD
-no options SYSVSEM # System V-like semaphores
-no options SYSVSHM # System V-like memory sharing
-# XXX: for now
-#no file-system FFS # UFS
--no file-system MFS # memory file system
--no file-system NFS # Network File System client
--no file-system TMPFS # Efficient memory file-system
--no file-system EXT2FS # second extended file system (linux)
--no file-system LFS # log-structured file system
--no file-system NTFS # Windows/NT file system (experimental)
+-no options ACPIVERBOSE # verbose ACPI configuration messages
+-no options MIIVERBOSE # verbose PHY autoconfig messages
+-no options PCIVERBOSE # verbose PCI device autoconfig messages
+-no options PCMCIAVERBOSE # verbose PCMCIA configuration messages
+-no options SCSIVERBOSE # human readable SCSI error messages
+-no options USBVERBOSE # verbose USB device autoconfig messages
+-no options HDAUDIOVERBOSE # verbose HDAUDIO driver messages
+
+-no file-system ADOSFS # AmigaDOS-compatible file system
+-no file-system AUTOFS # Automounter Filesystem
-no file-system CD9660 # ISO 9660 + Rock Ridge file system
--no file-system MSDOSFS # MS-DOS file system
+-no file-system CHFS # Chip File System
+-no file-system CODA # Coda File System; also needs vcoda (below)
+-no file-system EFS # Silicon Graphics Extent File System
+-no file-system EXT2FS # second extended file system (linux)
-no file-system FDESC # /dev/fd
+-no file-system FFS # UFS
+-no options UFS
+-no options QUOTA # legacy UFS quotas
+-no options QUOTA2 # new, in-filesystem UFS quotas
+-no options UFS_EXTATTR # Extended attribute support for UFS1
+-no file-system FILECORE # Acorn filecore file system
+-no file-system HFS # experimental - Apple HFS+ (read-only)
-no file-system KERNFS # /kern
+-no file-system LAYERFS # genfs
+-no file-system LFS # log-structured file system
+-no file-system MFS # memory file system
+-no file-system MSDOSFS # MS-DOS file system
+-no file-system NFS # Network File System client
+-no file-system NILFS # experimental - NTT's NiLFS(2)
+-no file-system NTFS # Windows/NT file system (experimental)
-no file-system NULLFS # loopback file system
--no file-system OVERLAY # overlay file system
+-no file-system OVERLAY # overlay file system
-no file-system PROCFS # /proc
+-no file-system PTYFS # /dev/ptm support
-no file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
-no file-system SMBFS # experimental - CIFS; also needs nsmb (below)
+-no file-system TMPFS # Efficient memory file-system
+-no file-system UDF # experimental - OSTA UDF CD/DVD file-system
-no file-system UMAPFS # NULLFS + uid and gid remapping
-no file-system UNION # union file system
--no file-system CODA # Coda File System; also needs vcoda (below)
--no file-system PTYFS # /dev/ptm support
--no file-system AUTOFS # Automounter Filesystem
+-no file-system V7FS # 7th Edition(V7) File System
+-no file-system ZFS # Solaris ZFS
-no options PPP_BSDCOMP # BSD-Compress compression support for PPP
-no options PPP_DEFLATE # Deflate compression support for PPP