Deleted Added
full compact
NOTES (267036) NOTES (268091)
1# $FreeBSD: stable/10/sys/conf/NOTES 267036 2014-06-04 03:03:34Z lwhsu $
1# $FreeBSD: stable/10/sys/conf/NOTES 268091 2014-07-01 13:29:17Z ae $
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

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

157options GEOM_LABEL # Providers labelization.
158options GEOM_LINUX_LVM # Linux LVM2 volumes
159options GEOM_MBR # DOS/MBR partitioning
160options GEOM_MIRROR # Disk mirroring.
161options GEOM_MULTIPATH # Disk multipath
162options GEOM_NOP # Test class.
163options GEOM_PART_APM # Apple partitioning
164options GEOM_PART_BSD # BSD disklabel
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

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

157options GEOM_LABEL # Providers labelization.
158options GEOM_LINUX_LVM # Linux LVM2 volumes
159options GEOM_MBR # DOS/MBR partitioning
160options GEOM_MIRROR # Disk mirroring.
161options GEOM_MULTIPATH # Disk multipath
162options GEOM_NOP # Test class.
163options GEOM_PART_APM # Apple partitioning
164options GEOM_PART_BSD # BSD disklabel
165options GEOM_PART_BSD64 # BSD disklabel64
165options GEOM_PART_EBR # Extended Boot Records
166options GEOM_PART_EBR_COMPAT # Backward compatible partition names
167options GEOM_PART_GPT # GPT partitioning
168options GEOM_PART_LDM # Logical Disk Manager
169options GEOM_PART_MBR # MBR partitioning
170options GEOM_PART_PC98 # PC-9800 disk partitioning
171options GEOM_PART_VTOC8 # SMI VTOC8 disk label
172options GEOM_PC98 # NEC PC9800 partitioning

--- 2805 unchanged lines hidden ---
166options GEOM_PART_EBR # Extended Boot Records
167options GEOM_PART_EBR_COMPAT # Backward compatible partition names
168options GEOM_PART_GPT # GPT partitioning
169options GEOM_PART_LDM # Logical Disk Manager
170options GEOM_PART_MBR # MBR partitioning
171options GEOM_PART_PC98 # PC-9800 disk partitioning
172options GEOM_PART_VTOC8 # SMI VTOC8 disk label
173options GEOM_PC98 # NEC PC9800 partitioning

--- 2805 unchanged lines hidden ---