Deleted Added
full compact
NOTES (133732) NOTES (133812)
1# $FreeBSD: head/sys/conf/NOTES 133732 2004-08-14 22:38:50Z marius $
1# $FreeBSD: head/sys/conf/NOTES 133812 2004-08-16 06:36:21Z 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

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

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.
131options GEOM_NOP # Test class.
132options 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

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

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.
131options GEOM_NOP # Test class.
132options GEOM_PC98 # NEC PC9800 partitioning
133options GEOM_RAID3 # RAID3 functionality.
133options GEOM_STRIPE # Disk striping.
134options GEOM_SUNLABEL # Sun/Solaris partitioning
135options GEOM_UZIP # Read-only compressed disks
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

--- 2357 unchanged lines hidden ---
134options GEOM_STRIPE # Disk striping.
135options GEOM_SUNLABEL # Sun/Solaris partitioning
136options GEOM_UZIP # Read-only compressed disks
137options GEOM_VOL # Volume names from UFS superblock
138
139#
140# The root device and filesystem type can be compiled in;
141# this provides a fallback option if the root device cannot

--- 2357 unchanged lines hidden ---