Deleted Added
full compact
NOTES (219647) NOTES (219974)
1# $FreeBSD: head/sys/conf/NOTES 219647 2011-03-14 22:42:41Z davidch $
1# $FreeBSD: head/sys/conf/NOTES 219974 2011-03-24 21:31:32Z mav $
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

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

158options GEOM_PART_BSD # BSD disklabel
159options GEOM_PART_EBR # Extended Boot Records
160options GEOM_PART_EBR_COMPAT # Backward compatible partition names
161options GEOM_PART_GPT # GPT partitioning
162options GEOM_PART_MBR # MBR partitioning
163options GEOM_PART_PC98 # PC-9800 disk partitioning
164options GEOM_PART_VTOC8 # SMI VTOC8 disk label
165options GEOM_PC98 # NEC PC9800 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

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

158options GEOM_PART_BSD # BSD disklabel
159options GEOM_PART_EBR # Extended Boot Records
160options GEOM_PART_EBR_COMPAT # Backward compatible partition names
161options GEOM_PART_GPT # GPT partitioning
162options GEOM_PART_MBR # MBR partitioning
163options GEOM_PART_PC98 # PC-9800 disk partitioning
164options GEOM_PART_VTOC8 # SMI VTOC8 disk label
165options GEOM_PC98 # NEC PC9800 partitioning
166options GEOM_RAID # Soft RAID functionality.
166options GEOM_RAID3 # RAID3 functionality.
167options GEOM_SHSEC # Shared secret.
168options GEOM_STRIPE # Disk striping.
169options GEOM_SUNLABEL # Sun/Solaris partitioning
170options GEOM_UZIP # Read-only compressed disks
171options GEOM_VIRSTOR # Virtual storage.
172options GEOM_VOL # Volume names from UFS superblock
173options GEOM_ZERO # Performance testing helper.

--- 2766 unchanged lines hidden ---
167options GEOM_RAID3 # RAID3 functionality.
168options GEOM_SHSEC # Shared secret.
169options GEOM_STRIPE # Disk striping.
170options GEOM_SUNLABEL # Sun/Solaris partitioning
171options GEOM_UZIP # Read-only compressed disks
172options GEOM_VIRSTOR # Virtual storage.
173options GEOM_VOL # Volume names from UFS superblock
174options GEOM_ZERO # Performance testing helper.

--- 2766 unchanged lines hidden ---