summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-01-31 05:33:23 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-01-31 05:33:23 +0000
commit0adb9b96bd93545f2fbaf8e82556d6f7300045ea (patch)
tree5ee49b61780803ff63e875b6f03a8042d97a8e6b
parentf3f1af390df6641903252d708bcece14903e89f5 (diff)
Notes
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/conf/files6
-rw-r--r--sys/conf/options1
-rw-r--r--sys/i386/conf/NOTES1
4 files changed, 9 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 543b46f571e4..a074ff638cfc 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -668,6 +668,7 @@ options NFS #Network File System
#options NFS_NOSERVER #Disable the NFS-server code.
options CD9660 #ISO 9660 filesystem
options FDESC #File descriptor filesystem
+options HPFS #OS/2 File system
options MSDOSFS #MS DOS File System (FAT, FAT32)
options NTFS #NT File System
options NULLFS #NULL filesystem
diff --git a/sys/conf/files b/sys/conf/files
index f4b88efd75fc..e057468d34f6 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -548,6 +548,12 @@ dev/xe/if_xe.c optional xe card
fs/devfs/devfs_vnops.c optional devfs
fs/devfs/devfs_vfsops.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_balloc.c optional ext2fs
gnu/ext2fs/ext2_inode.c optional ext2fs
diff --git a/sys/conf/options b/sys/conf/options
index 4670fe1f9b63..97420fdac202 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -114,6 +114,7 @@ PORTAL opt_dontuse.h
PROCFS opt_dontuse.h
UMAPFS opt_dontuse.h
NTFS opt_dontuse.h
+HPFS opt_dontuse.h
# These static filesystems has one slightly bogus static dependency in
# sys/i386/i386/autoconf.c. If any of these filesystems are
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 543b46f571e4..a074ff638cfc 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -668,6 +668,7 @@ options NFS #Network File System
#options NFS_NOSERVER #Disable the NFS-server code.
options CD9660 #ISO 9660 filesystem
options FDESC #File descriptor filesystem
+options HPFS #OS/2 File system
options MSDOSFS #MS DOS File System (FAT, FAT32)
options NTFS #NT File System
options NULLFS #NULL filesystem