Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf complete the list of filesystems and ena...
details: https://anonhg.NetBSD.org/src/rev/36ae49919a91
branches: trunk
changeset: 457218:36ae49919a91
user: christos <christos%NetBSD.org@localhost>
date: Mon Jun 17 03:31:57 2019 +0000
description:
complete the list of filesystems and enable ffs as a module.
diffstat:
sys/arch/amd64/conf/MODULAR | 49 ++++++++++++++++++++++++++++++++------------
1 files changed, 35 insertions(+), 14 deletions(-)
diffs (72 lines):
diff -r 34b68d8ff94d -r 36ae49919a91 sys/arch/amd64/conf/MODULAR
--- a/sys/arch/amd64/conf/MODULAR Mon Jun 17 00:49:55 2019 +0000
+++ b/sys/arch/amd64/conf/MODULAR Mon Jun 17 03:31:57 2019 +0000
@@ -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 @@
-no options SYSVSEM # System V-like semaphores
-no options SYSVSHM # System V-like memory sharing
-# XXX: for now
-#no file-system FFS # UFS
+-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 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 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 NILFS # experimental - NTT's NiLFS(2)
-no file-system NTFS # Windows/NT file system (experimental)
--no file-system CD9660 # ISO 9660 + Rock Ridge file system
--no file-system MSDOSFS # MS-DOS file system
--no file-system FDESC # /dev/fd
--no file-system KERNFS # /kern
-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
Home |
Main Index |
Thread Index |
Old Index