Deleted Added
full compact
NOTES (133580) NOTES (133640)
1# $FreeBSD: head/sys/conf/NOTES 133580 2004-08-12 15:01:59Z harti $
1# $FreeBSD: head/sys/conf/NOTES 133640 2004-08-13 09:40:58Z fjoe $
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

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

127options GEOM_GPT # GPT partitioning
128options GEOM_LABEL # Providers labelization.
129options GEOM_MBR # DOS/MBR partitioning
130options GEOM_MIRROR # Disk mirroring.
131options GEOM_NOP # Test class.
132options GEOM_PC98 # NEC PC9800 partitioning
133options GEOM_STRIPE # Disk striping.
134options GEOM_SUNLABEL # Sun/Solaris 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

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

127options GEOM_GPT # GPT partitioning
128options GEOM_LABEL # Providers labelization.
129options GEOM_MBR # DOS/MBR partitioning
130options GEOM_MIRROR # Disk mirroring.
131options GEOM_NOP # Test class.
132options GEOM_PC98 # NEC PC9800 partitioning
133options GEOM_STRIPE # Disk striping.
134options GEOM_SUNLABEL # Sun/Solaris partitioning
135options GEOM_UZIP # Read-only compressed disks
135options GEOM_VOL # Volume names from UFS superblock
136
137#
138# The root device and filesystem type can be compiled in;
139# this provides a fallback option if the root device cannot
140# be correctly guessed by the bootstrap code, or an override if
141# the RB_DFLTROOT flag (-r) is specified when booting the kernel.
142#

--- 2359 unchanged lines hidden ---
136options GEOM_VOL # Volume names from UFS superblock
137
138#
139# The root device and filesystem type can be compiled in;
140# this provides a fallback option if the root device cannot
141# be correctly guessed by the bootstrap code, or an override if
142# the RB_DFLTROOT flag (-r) is specified when booting the kernel.
143#

--- 2359 unchanged lines hidden ---