Deleted Added
full compact
NOTES (132698) NOTES (132905)
1# $FreeBSD: head/sys/conf/NOTES 132698 2004-07-27 16:34:48Z rwatson $
1# $FreeBSD: head/sys/conf/NOTES 132905 2004-07-30 23:18:53Z pjd $
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

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

122options GEOM_BDE # Disk encryption.
123options GEOM_BSD # BSD disklabels
124options GEOM_CONCAT # Disk concatenation.
125options GEOM_FOX # Redundant path mitigation
126options GEOM_GATE # Userland services.
127options GEOM_GPT # GPT partitioning
128options GEOM_LABEL # Providers labelization.
129options GEOM_MBR # DOS/MBR 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

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

122options GEOM_BDE # Disk encryption.
123options GEOM_BSD # BSD disklabels
124options GEOM_CONCAT # Disk concatenation.
125options GEOM_FOX # Redundant path mitigation
126options GEOM_GATE # Userland services.
127options GEOM_GPT # GPT partitioning
128options GEOM_LABEL # Providers labelization.
129options GEOM_MBR # DOS/MBR partitioning
130options GEOM_MIRROR # Disk mirroring.
130options GEOM_NOP # Test class.
131options GEOM_PC98 # NEC PC9800 partitioning
132options GEOM_STRIPE # Disk striping.
133options GEOM_SUNLABEL # Sun/Solaris partitioning
134options GEOM_VOL # Volume names from UFS superblock
135
136#
137# The root device and filesystem type can be compiled in;

--- 2356 unchanged lines hidden ---
131options GEOM_NOP # Test class.
132options GEOM_PC98 # NEC PC9800 partitioning
133options GEOM_STRIPE # Disk striping.
134options GEOM_SUNLABEL # Sun/Solaris partitioning
135options GEOM_VOL # Volume names from UFS superblock
136
137#
138# The root device and filesystem type can be compiled in;

--- 2356 unchanged lines hidden ---