Deleted Added
full compact
NOTES (192859) NOTES (192991)
1# $FreeBSD: head/sys/conf/NOTES 192859 2009-05-26 21:39:09Z sson $
1# $FreeBSD: head/sys/conf/NOTES 192991 2009-05-28 19:45:11Z rmacklem $
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 949 unchanged lines hidden (view full) ---

959
960# The rest are optional:
961options CD9660 #ISO 9660 filesystem
962options FDESCFS #File descriptor filesystem
963options HPFS #OS/2 File system
964options MSDOSFS #MS DOS File System (FAT, FAT32)
965options NFSSERVER #Network File System server
966options NFSLOCKD #Network Lock Manager
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 949 unchanged lines hidden (view full) ---

959
960# The rest are optional:
961options CD9660 #ISO 9660 filesystem
962options FDESCFS #File descriptor filesystem
963options HPFS #OS/2 File system
964options MSDOSFS #MS DOS File System (FAT, FAT32)
965options NFSSERVER #Network File System server
966options NFSLOCKD #Network Lock Manager
967options NFSCL #experimental NFS client with NFSv4
968options NFSD #experimental NFS server with NFSv4
967
968# NT File System. Read-mostly, see mount_ntfs(8) for details.
969# For a full read-write NTFS support consider sysutils/fusefs-ntfs
970# port/package.
971options NTFS
972
973options NULLFS #NULL filesystem
974# Broken (depends on NCP):

--- 1721 unchanged lines hidden ---
969
970# NT File System. Read-mostly, see mount_ntfs(8) for details.
971# For a full read-write NTFS support consider sysutils/fusefs-ntfs
972# port/package.
973options NTFS
974
975options NULLFS #NULL filesystem
976# Broken (depends on NCP):

--- 1721 unchanged lines hidden ---