Add hpfs and the config glue for it. It was being skipped from test
coverage.
This commit is contained in:
parent
130d730adb
commit
9c26019423
@ -668,6 +668,7 @@ options NFS #Network File System
|
|||||||
#options NFS_NOSERVER #Disable the NFS-server code.
|
#options NFS_NOSERVER #Disable the NFS-server code.
|
||||||
options CD9660 #ISO 9660 filesystem
|
options CD9660 #ISO 9660 filesystem
|
||||||
options FDESC #File descriptor filesystem
|
options FDESC #File descriptor filesystem
|
||||||
|
options HPFS #OS/2 File system
|
||||||
options MSDOSFS #MS DOS File System (FAT, FAT32)
|
options MSDOSFS #MS DOS File System (FAT, FAT32)
|
||||||
options NTFS #NT File System
|
options NTFS #NT File System
|
||||||
options NULLFS #NULL filesystem
|
options NULLFS #NULL filesystem
|
||||||
|
@ -548,6 +548,12 @@ dev/xe/if_xe.c optional xe card
|
|||||||
fs/devfs/devfs_vnops.c optional devfs
|
fs/devfs/devfs_vnops.c optional devfs
|
||||||
fs/devfs/devfs_vfsops.c optional devfs
|
fs/devfs/devfs_vfsops.c optional devfs
|
||||||
fs/devfs/devfs_devs.c optional devfs
|
fs/devfs/devfs_devs.c optional devfs
|
||||||
|
fs/hpfs/hpfs_vfsops.c optional hpfs
|
||||||
|
fs/hpfs/hpfs_vnops.c optional hpfs
|
||||||
|
fs/hpfs/hpfs_hash.c optional hpfs
|
||||||
|
fs/hpfs/hpfs_subr.c optional hpfs
|
||||||
|
fs/hpfs/hpfs_lookup.c optional hpfs
|
||||||
|
fs/hpfs/hpfs_alsubr.c optional hpfs
|
||||||
gnu/ext2fs/ext2_alloc.c optional ext2fs
|
gnu/ext2fs/ext2_alloc.c optional ext2fs
|
||||||
gnu/ext2fs/ext2_balloc.c optional ext2fs
|
gnu/ext2fs/ext2_balloc.c optional ext2fs
|
||||||
gnu/ext2fs/ext2_inode.c optional ext2fs
|
gnu/ext2fs/ext2_inode.c optional ext2fs
|
||||||
|
@ -114,6 +114,7 @@ PORTAL opt_dontuse.h
|
|||||||
PROCFS opt_dontuse.h
|
PROCFS opt_dontuse.h
|
||||||
UMAPFS opt_dontuse.h
|
UMAPFS opt_dontuse.h
|
||||||
NTFS opt_dontuse.h
|
NTFS opt_dontuse.h
|
||||||
|
HPFS opt_dontuse.h
|
||||||
|
|
||||||
# These static filesystems has one slightly bogus static dependency in
|
# These static filesystems has one slightly bogus static dependency in
|
||||||
# sys/i386/i386/autoconf.c. If any of these filesystems are
|
# sys/i386/i386/autoconf.c. If any of these filesystems are
|
||||||
|
@ -668,6 +668,7 @@ options NFS #Network File System
|
|||||||
#options NFS_NOSERVER #Disable the NFS-server code.
|
#options NFS_NOSERVER #Disable the NFS-server code.
|
||||||
options CD9660 #ISO 9660 filesystem
|
options CD9660 #ISO 9660 filesystem
|
||||||
options FDESC #File descriptor filesystem
|
options FDESC #File descriptor filesystem
|
||||||
|
options HPFS #OS/2 File system
|
||||||
options MSDOSFS #MS DOS File System (FAT, FAT32)
|
options MSDOSFS #MS DOS File System (FAT, FAT32)
|
||||||
options NTFS #NT File System
|
options NTFS #NT File System
|
||||||
options NULLFS #NULL filesystem
|
options NULLFS #NULL filesystem
|
||||||
|
Loading…
Reference in New Issue
Block a user