Deleted Added
full compact
NOTES (128899) NOTES (129477)
1# $FreeBSD: head/sys/conf/NOTES 128899 2004-05-03 22:35:28Z ambrisko $
1# $FreeBSD: head/sys/conf/NOTES 129477 2004-05-20 10:37:13Z 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

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

121options GEOM_APPLE # Apple partitioning
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_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

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

121options GEOM_APPLE # Apple partitioning
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_MBR # DOS/MBR partitioning
129options GEOM_NOP # Test class.
129options GEOM_PC98 # NEC PC9800 partitioning
130options GEOM_PC98 # NEC PC9800 partitioning
131options GEOM_STRIPE # Disk striping.
130options GEOM_SUNLABEL # Sun/Solaris partitioning
131options GEOM_VOL # Volume names from UFS superblock
132
133#
134# The root device and filesystem type can be compiled in;
135# this provides a fallback option if the root device cannot
136# be correctly guessed by the bootstrap code, or an override if
137# the RB_DFLTROOT flag (-r) is specified when booting the kernel.

--- 2293 unchanged lines hidden ---
132options GEOM_SUNLABEL # Sun/Solaris partitioning
133options GEOM_VOL # Volume names from UFS superblock
134
135#
136# The root device and filesystem type can be compiled in;
137# this provides a fallback option if the root device cannot
138# be correctly guessed by the bootstrap code, or an override if
139# the RB_DFLTROOT flag (-r) is specified when booting the kernel.

--- 2293 unchanged lines hidden ---