Tue Jun 18 04:33:57 2013 UTC ()
Add LFS_KERNEL_RFW, a preexisting lfs option that should have been
here all along.


(dholland)
diff -r1.360 -r1.361 src/sys/arch/i386/conf/ALL

cvs diff -r1.360 -r1.361 src/sys/arch/i386/conf/ALL (expand / switch to unified diff)

--- src/sys/arch/i386/conf/ALL 2013/06/10 07:14:01 1.360
+++ src/sys/arch/i386/conf/ALL 2013/06/18 04:33:57 1.361
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: ALL,v 1.360 2013/06/10 07:14:01 kardel Exp $ 1# $NetBSD: ALL,v 1.361 2013/06/18 04:33:57 dholland Exp $
2# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp 2# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
3# 3#
4# ALL machine description file 4# ALL machine description file
5# 5#
6# This machine description includes all devices and options and it is 6# This machine description includes all devices and options and it is
7# used to compile-test the source and does not necessarily produce a 7# used to compile-test the source and does not necessarily produce a
8# bootable or useful kernel. 8# bootable or useful kernel.
9# 9#
10# For further information on hardware support for this architecture, see 10# For further information on hardware support for this architecture, see
11# the intro(4) man page. For further information about kernel options 11# the intro(4) man page. For further information about kernel options
12# for this architecture, see the options(4) man page. For an explanation 12# for this architecture, see the options(4) man page. For an explanation
13# of each device driver in this file see the section 4 man page for the 13# of each device driver in this file see the section 4 man page for the
14# device. 14# device.
15 15
16include "arch/i386/conf/std.i386" 16include "arch/i386/conf/std.i386"
17 17
18options INCLUDE_CONFIG_FILE # embed config file in kernel binary 18options INCLUDE_CONFIG_FILE # embed config file in kernel binary
19 19
20#ident "ALL-$Revision: 1.360 $" 20#ident "ALL-$Revision: 1.361 $"
21 21
22maxusers 64 # estimated number of users 22maxusers 64 # estimated number of users
23 23
24makeoptions USE_SSP=yes 24makeoptions USE_SSP=yes
25 25
26# CPU-related options. 26# CPU-related options.
27options VM86 # virtual 8086 emulation 27options VM86 # virtual 8086 emulation
28options USER_LDT # user-settable LDT; used by WINE 28options USER_LDT # user-settable LDT; used by WINE
29options X86EMU # 386 Real Mode emulator 29options X86EMU # 386 Real Mode emulator
30options PAE # PAE mode (36 bits physical addressing) 30options PAE # PAE mode (36 bits physical addressing)
31 31
32# CPU features 32# CPU features
33acpicpu* at cpu? # ACPI CPU (including frequency scaling) 33acpicpu* at cpu? # ACPI CPU (including frequency scaling)
@@ -190,26 +190,27 @@ file-system EFS # Silicon Graphics Ext @@ -190,26 +190,27 @@ file-system EFS # Silicon Graphics Ext
190file-system FILECORE # Acorn filecore file system 190file-system FILECORE # Acorn filecore file system
191file-system ADOSFS # AmigaDOS file system 191file-system ADOSFS # AmigaDOS file system
192file-system NILFS # experimental - NTT's NiLFS(2) 192file-system NILFS # experimental - NTT's NiLFS(2)
193file-system V7FS # 7th Edition(V7) File System 193file-system V7FS # 7th Edition(V7) File System
194file-system CHFS # Chip File System 194file-system CHFS # Chip File System
195 195
196# File system options 196# File system options
197options QUOTA # legacy UFS quotas 197options QUOTA # legacy UFS quotas
198options QUOTA2 # new, in-filesystem UFS quotas 198options QUOTA2 # new, in-filesystem UFS quotas
199options FFS_EI # FFS Endian Independent support 199options FFS_EI # FFS Endian Independent support
200options WAPBL # File system journaling support 200options WAPBL # File system journaling support
201options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 201options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
202options UFS_EXTATTR 202options UFS_EXTATTR
 203options LFS_KERNEL_RFW
203options LFS_EI # LFS endian-independent support - experimental 204options LFS_EI # LFS endian-independent support - experimental
204options LFS_DIRHASH # LFS version of UFS_DIRHASH - experimental 205options LFS_DIRHASH # LFS version of UFS_DIRHASH - experimental
205options LFS_EXTATTR # extended attributes for LFS - experimental 206options LFS_EXTATTR # extended attributes for LFS - experimental
206options LFS_EXTATTR_AUTOSTART # like UFS_EXTATTR_AUTOSTART 207options LFS_EXTATTR_AUTOSTART # like UFS_EXTATTR_AUTOSTART
207options LFS_QUOTA # quotas for LFS - experimental 208options LFS_QUOTA # quotas for LFS - experimental
208options LFS_QUOTA2 # new-style quotas for LFS - experimental 209options LFS_QUOTA2 # new-style quotas for LFS - experimental
209options NFSSERVER # Network File System server 210options NFSSERVER # Network File System server
210options FFS_NO_SNAPSHOT # No FFS snapshot support 211options FFS_NO_SNAPSHOT # No FFS snapshot support
211options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 212options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
212 # immutable) behave as system flags. 213 # immutable) behave as system flags.
213options V7FS_EI # V7FS Endian Independent support 214options V7FS_EI # V7FS Endian Independent support
214 215
215# Networking options 216# Networking options