Deleted Added
full compact
NOTES (166622) NOTES (167050)
1# $FreeBSD: head/sys/conf/NOTES 166622 2007-02-10 13:59:13Z bms $
1# $FreeBSD: head/sys/conf/NOTES 167050 2007-02-27 04:01:58Z mjacob $
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

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

142options GEOM_CONCAT # Disk concatenation.
143options GEOM_ELI # Disk encryption.
144options GEOM_FOX # Redundant path mitigation
145options GEOM_GATE # Userland services.
146options GEOM_JOURNAL # Journaling.
147options GEOM_LABEL # Providers labelization.
148options GEOM_MBR # DOS/MBR partitioning
149options GEOM_MIRROR # Disk mirroring.
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

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

142options GEOM_CONCAT # Disk concatenation.
143options GEOM_ELI # Disk encryption.
144options GEOM_FOX # Redundant path mitigation
145options GEOM_GATE # Userland services.
146options GEOM_JOURNAL # Journaling.
147options GEOM_LABEL # Providers labelization.
148options GEOM_MBR # DOS/MBR partitioning
149options GEOM_MIRROR # Disk mirroring.
150options GEOM_MULTIPATH # Disk multipath
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

--- 2512 unchanged lines hidden ---
151options GEOM_NOP # Test class.
152options GEOM_PART_APM # Apple partitioning
153options GEOM_PART_GPT # GPT partitioning
154options GEOM_PC98 # NEC PC9800 partitioning
155options GEOM_RAID3 # RAID3 functionality.
156options GEOM_SHSEC # Shared secret.
157options GEOM_STRIPE # Disk striping.
158options GEOM_SUNLABEL # Sun/Solaris partitioning

--- 2512 unchanged lines hidden ---