diff options
author | Bruce Evans <bde@FreeBSD.org> | 2004-03-30 07:01:56 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 2004-03-30 07:01:56 +0000 |
commit | dd1c7d137382f149908f30d5b4bb7046224e6063 (patch) | |
tree | ab96f9bb3da6fcdeea1065b8f8b2534ef377b565 /sys/conf/NOTES | |
parent | 8aed1d4e4d73b29e9d47631ef1507ce89e023298 (diff) | |
download | src-dd1c7d137382f149908f30d5b4bb7046224e6063.tar.gz src-dd1c7d137382f149908f30d5b4bb7046224e6063.zip |
Fixed a style bug in previous commit (misformatted comment). Fixed
some nearby bugs (rotted and missing comments). Use similar wording
for describing broken options.
Notes
Notes:
svn path=/head/; revision=127605
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 0e9698eb67d7..3189c678f320 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -685,23 +685,24 @@ device harp #Pseudo-interface for NATM # One of these is mandatory: options FFS #Fast filesystem -options NFSCLIENT #Network File System +options NFSCLIENT #Network File System client # The rest are optional: options CD9660 #ISO 9660 filesystem options FDESCFS #File descriptor filesystem options HPFS #OS/2 File system options MSDOSFS #MS DOS File System (FAT, FAT32) -options NFSSERVER #Network File System +options NFSSERVER #Network File System server options NTFS #NT File System options NULLFS #NULL filesystem +# Broken (depends on NCP): #options NWFS #NetWare filesystem options PORTALFS #Portal filesystem options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework options SMBFS #SMB/CIFS filesystem options UDF #Universal Disk Format -#umapfs is seriously (functionally) broken at this point. +# Broken (seriously (functionally) broken): #options UMAPFS #UID map filesystem options UNIONFS #Union filesystem # The xFS_ROOT options REQUIRE the associated ``options xFS'' |