Deleted Added
full compact
NOTES (166342) NOTES (166551)
1# $FreeBSD: head/sys/conf/NOTES 166342 2007-01-30 05:01:06Z rodrigc $
1# $FreeBSD: head/sys/conf/NOTES 166551 2007-02-07 18:55:31Z marcel $
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

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

131
132# This allows you to actually store this configuration file into
133# the kernel binary itself, where it may be later read by saying:
134# strings -n 3 /boot/kernel/kernel | sed -n 's/^___//p' > MYKERNEL
135#
136options INCLUDE_CONFIG_FILE # Include this file in kernel
137
138options GEOM_AES # Don't use, use GEOM_BDE
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

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

131
132# This allows you to actually store this configuration file into
133# the kernel binary itself, where it may be later read by saying:
134# strings -n 3 /boot/kernel/kernel | sed -n 's/^___//p' > MYKERNEL
135#
136options INCLUDE_CONFIG_FILE # Include this file in kernel
137
138options GEOM_AES # Don't use, use GEOM_BDE
139options GEOM_APPLE # Apple partitioning
140options GEOM_BDE # Disk encryption.
141options GEOM_BSD # BSD disklabels
142options GEOM_CACHE # Disk cache.
143options GEOM_CONCAT # Disk concatenation.
144options GEOM_ELI # Disk encryption.
145options GEOM_FOX # Redundant path mitigation
146options GEOM_GATE # Userland services.
139options GEOM_BDE # Disk encryption.
140options GEOM_BSD # BSD disklabels
141options GEOM_CACHE # Disk cache.
142options GEOM_CONCAT # Disk concatenation.
143options GEOM_ELI # Disk encryption.
144options GEOM_FOX # Redundant path mitigation
145options GEOM_GATE # Userland services.
147options GEOM_GPT # GPT partitioning
148options GEOM_JOURNAL # Journaling.
149options GEOM_LABEL # Providers labelization.
150options GEOM_MBR # DOS/MBR partitioning
151options GEOM_MIRROR # Disk mirroring.
152options GEOM_NOP # Test class.
146options GEOM_JOURNAL # Journaling.
147options GEOM_LABEL # Providers labelization.
148options GEOM_MBR # DOS/MBR partitioning
149options GEOM_MIRROR # Disk mirroring.
150options GEOM_NOP # Test class.
151options GEOM_PART_APM # Apple partitioning
152options GEOM_PART_GPT # GPT partitioning
153options GEOM_PC98 # NEC PC9800 partitioning
154options GEOM_RAID3 # RAID3 functionality.
155options GEOM_SHSEC # Shared secret.
156options GEOM_STRIPE # Disk striping.
157options GEOM_SUNLABEL # Sun/Solaris partitioning
158options GEOM_UZIP # Read-only compressed disks
159options GEOM_VOL # Volume names from UFS superblock
160options GEOM_ZERO # Performance testing helper.

--- 2513 unchanged lines hidden ---
153options GEOM_PC98 # NEC PC9800 partitioning
154options GEOM_RAID3 # RAID3 functionality.
155options GEOM_SHSEC # Shared secret.
156options GEOM_STRIPE # Disk striping.
157options GEOM_SUNLABEL # Sun/Solaris partitioning
158options GEOM_UZIP # Read-only compressed disks
159options GEOM_VOL # Volume names from UFS superblock
160options GEOM_ZERO # Performance testing helper.

--- 2513 unchanged lines hidden ---