Deleted Added
full compact
NOTES (140033) NOTES (140075)
1# $FreeBSD: head/sys/conf/NOTES 140033 2005-01-11 04:24:17Z suz $
1# $FreeBSD: head/sys/conf/NOTES 140075 2005-01-11 18:18:40Z 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

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

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.
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

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

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.
134options GEOM_SHSEC # Shared secret.
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

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

--- 2371 unchanged lines hidden ---