From e6c2326d23f97194e48c1daad49234ca318c2386 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 25 Mar 2004 03:19:28 +0000 Subject: [PATCH] Add NTFS since many may want to dual-boot MS-Win64 w/FreeBSD. --- sys/amd64/conf/GENERIC | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index ca7f990c7230..701af630658e 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -39,6 +39,7 @@ options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server options NFS_ROOT # NFS usable as /, requires NFSCLIENT +options NTFS # NT File System options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS)