Deleted Added
full compact
NOTES (163630) NOTES (163851)
1# $FreeBSD: head/sys/conf/NOTES 163630 2006-10-23 13:23:14Z ru $
1# $FreeBSD: head/sys/conf/NOTES 163851 2006-10-31 22:22:30Z pjd $
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

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

125options GEOM_BDE # Disk encryption.
126options GEOM_BSD # BSD disklabels
127options GEOM_CACHE # Disk cache.
128options GEOM_CONCAT # Disk concatenation.
129options GEOM_ELI # Disk encryption.
130options GEOM_FOX # Redundant path mitigation
131options GEOM_GATE # Userland services.
132options GEOM_GPT # GPT partitioning
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

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

125options GEOM_BDE # Disk encryption.
126options GEOM_BSD # BSD disklabels
127options GEOM_CACHE # Disk cache.
128options GEOM_CONCAT # Disk concatenation.
129options GEOM_ELI # Disk encryption.
130options GEOM_FOX # Redundant path mitigation
131options GEOM_GATE # Userland services.
132options GEOM_GPT # GPT partitioning
133options GEOM_JOURNAL # Journaling.
133options GEOM_LABEL # Providers labelization.
134options GEOM_MBR # DOS/MBR partitioning
135options GEOM_MIRROR # Disk mirroring.
136options GEOM_NOP # Test class.
137options GEOM_PC98 # NEC PC9800 partitioning
138options GEOM_RAID3 # RAID3 functionality.
139options GEOM_SHSEC # Shared secret.
140options GEOM_STRIPE # Disk striping.

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

877# for the underlying filesystem.
878# See src/sys/ufs/ufs/README.acls for more information.
879options UFS_ACL
880
881# Directory hashing improves the speed of operations on very large
882# directories at the expense of some memory.
883options UFS_DIRHASH
884
134options GEOM_LABEL # Providers labelization.
135options GEOM_MBR # DOS/MBR partitioning
136options GEOM_MIRROR # Disk mirroring.
137options GEOM_NOP # Test class.
138options GEOM_PC98 # NEC PC9800 partitioning
139options GEOM_RAID3 # RAID3 functionality.
140options GEOM_SHSEC # Shared secret.
141options GEOM_STRIPE # Disk striping.

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

878# for the underlying filesystem.
879# See src/sys/ufs/ufs/README.acls for more information.
880options UFS_ACL
881
882# Directory hashing improves the speed of operations on very large
883# directories at the expense of some memory.
884options UFS_DIRHASH
885
886# Gjournal-based UFS journaling support.
887options UFS_GJOURNAL
888
885# Make space in the kernel for a root filesystem on a md device.
886# Define to the number of kilobytes to reserve for the filesystem.
887options MD_ROOT_SIZE=10
888
889# Make the md device a potential root device, either with preloaded
890# images of type mfs_root or md_root.
891options MD_ROOT
892

--- 1666 unchanged lines hidden ---
889# Make space in the kernel for a root filesystem on a md device.
890# Define to the number of kilobytes to reserve for the filesystem.
891options MD_ROOT_SIZE=10
892
893# Make the md device a potential root device, either with preloaded
894# images of type mfs_root or md_root.
895options MD_ROOT
896

--- 1666 unchanged lines hidden ---