Deleted Added
full compact
NOTES (131298) NOTES (131476)
1# $FreeBSD: head/sys/conf/NOTES 131298 2004-06-30 01:00:59Z jhb $
1# $FreeBSD: head/sys/conf/NOTES 131476 2004-07-02 19:40:36Z 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

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

120options GEOM_AES # Don't use, use GEOM_BDE
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
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

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

120options GEOM_AES # Don't use, use GEOM_BDE
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_LABEL # Providers labelization.
128options GEOM_MBR # DOS/MBR partitioning
129options GEOM_NOP # Test class.
130options GEOM_PC98 # NEC PC9800 partitioning
131options GEOM_STRIPE # Disk striping.
132options GEOM_SUNLABEL # Sun/Solaris partitioning
133options GEOM_VOL # Volume names from UFS superblock
134
135#

--- 2298 unchanged lines hidden ---
129options GEOM_MBR # DOS/MBR partitioning
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#

--- 2298 unchanged lines hidden ---