Deleted Added
full compact
NOTES (147993) NOTES (148384)
1# $FreeBSD: head/sys/conf/NOTES 147993 2005-07-14 15:57:01Z takawata $
1# $FreeBSD: head/sys/conf/NOTES 148384 2005-07-25 10:49:05Z 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

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

140options GEOM_NOP # Test class.
141options GEOM_PC98 # NEC PC9800 partitioning
142options GEOM_RAID3 # RAID3 functionality.
143options GEOM_SHSEC # Shared secret.
144options GEOM_STRIPE # Disk striping.
145options GEOM_SUNLABEL # Sun/Solaris partitioning
146options GEOM_UZIP # Read-only compressed disks
147options GEOM_VOL # Volume names from UFS superblock
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

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

140options GEOM_NOP # Test class.
141options GEOM_PC98 # NEC PC9800 partitioning
142options GEOM_RAID3 # RAID3 functionality.
143options GEOM_SHSEC # Shared secret.
144options GEOM_STRIPE # Disk striping.
145options GEOM_SUNLABEL # Sun/Solaris partitioning
146options GEOM_UZIP # Read-only compressed disks
147options GEOM_VOL # Volume names from UFS superblock
148options GEOM_ZERO # Peformance testing helper.
148
149#
150# The root device and filesystem type can be compiled in;
151# this provides a fallback option if the root device cannot
152# be correctly guessed by the bootstrap code, or an override if
153# the RB_DFLTROOT flag (-r) is specified when booting the kernel.
154#
155options ROOTDEVNAME=\"ufs:da0s2e\"

--- 2438 unchanged lines hidden ---
149
150#
151# The root device and filesystem type can be compiled in;
152# this provides a fallback option if the root device cannot
153# be correctly guessed by the bootstrap code, or an override if
154# the RB_DFLTROOT flag (-r) is specified when booting the kernel.
155#
156options ROOTDEVNAME=\"ufs:da0s2e\"

--- 2438 unchanged lines hidden ---