Module Name: src Committed By: chs Date: Thu Apr 29 22:40:54 UTC 2010
Modified Files: src/sys/arch/acorn26/conf: GENERIC src/sys/arch/acorn32/conf: GENERIC src/sys/arch/alpha/conf: GENERIC src/sys/arch/amiga/conf: GENERIC.in src/sys/arch/atari/conf: GENERIC.in src/sys/arch/bebox/conf: GENERIC src/sys/arch/cats/conf: GENERIC src/sys/arch/cobalt/conf: GENERIC src/sys/arch/dreamcast/conf: GENERIC src/sys/arch/ews4800mips/conf: GENERIC src/sys/arch/hp300/conf: GENERIC src/sys/arch/hp700/conf: GENERIC src/sys/arch/hpcmips/conf: GENERIC src/sys/arch/ia64/conf: GENERIC src/sys/arch/luna68k/conf: GENERIC src/sys/arch/mipsco/conf: GENERIC src/sys/arch/mmeye/conf: GENERIC src/sys/arch/mvme68k/conf: GENERIC src/sys/arch/mvmeppc/conf: GENERIC src/sys/arch/netwinder/conf: GENERIC src/sys/arch/news68k/conf: GENERIC src/sys/arch/newsmips/conf: GENERIC src/sys/arch/next68k/conf: GENERIC src/sys/arch/ofppc/conf: GENERIC GENERIC.MP src/sys/arch/pmax/conf: GENERIC GENERIC64 src/sys/arch/prep/conf: GENERIC src/sys/arch/rs6000/conf: GENERIC src/sys/arch/sbmips/conf: GENERIC src/sys/arch/sparc/conf: GENERIC src/sys/arch/sun2/conf: GENERIC src/sys/arch/sun3/conf: GENERIC GENERIC3X src/sys/arch/vax/conf: GENERIC src/sys/arch/x68k/conf: GENERIC Log Message: enable TMPFS in all GENERICs that have MFS enabled. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/acorn26/conf/GENERIC cvs rdiff -u -r1.95 -r1.96 src/sys/arch/acorn32/conf/GENERIC cvs rdiff -u -r1.334 -r1.335 src/sys/arch/alpha/conf/GENERIC cvs rdiff -u -r1.74 -r1.75 src/sys/arch/amiga/conf/GENERIC.in cvs rdiff -u -r1.87 -r1.88 src/sys/arch/atari/conf/GENERIC.in cvs rdiff -u -r1.117 -r1.118 src/sys/arch/bebox/conf/GENERIC cvs rdiff -u -r1.130 -r1.131 src/sys/arch/cats/conf/GENERIC cvs rdiff -u -r1.124 -r1.125 src/sys/arch/cobalt/conf/GENERIC cvs rdiff -u -r1.93 -r1.94 src/sys/arch/dreamcast/conf/GENERIC cvs rdiff -u -r1.30 -r1.31 src/sys/arch/ews4800mips/conf/GENERIC cvs rdiff -u -r1.153 -r1.154 src/sys/arch/hp300/conf/GENERIC cvs rdiff -u -r1.94 -r1.95 src/sys/arch/hp700/conf/GENERIC cvs rdiff -u -r1.209 -r1.210 src/sys/arch/hpcmips/conf/GENERIC cvs rdiff -u -r1.2 -r1.3 src/sys/arch/ia64/conf/GENERIC cvs rdiff -u -r1.89 -r1.90 src/sys/arch/luna68k/conf/GENERIC cvs rdiff -u -r1.74 -r1.75 src/sys/arch/mipsco/conf/GENERIC cvs rdiff -u -r1.100 -r1.101 src/sys/arch/mmeye/conf/GENERIC cvs rdiff -u -r1.79 -r1.80 src/sys/arch/mvme68k/conf/GENERIC cvs rdiff -u -r1.8 -r1.9 src/sys/arch/mvmeppc/conf/GENERIC cvs rdiff -u -r1.100 -r1.101 src/sys/arch/netwinder/conf/GENERIC cvs rdiff -u -r1.99 -r1.100 src/sys/arch/news68k/conf/GENERIC cvs rdiff -u -r1.110 -r1.111 src/sys/arch/newsmips/conf/GENERIC cvs rdiff -u -r1.119 -r1.120 src/sys/arch/next68k/conf/GENERIC cvs rdiff -u -r1.127 -r1.128 src/sys/arch/ofppc/conf/GENERIC cvs rdiff -u -r1.9 -r1.10 src/sys/arch/ofppc/conf/GENERIC.MP cvs rdiff -u -r1.163 -r1.164 src/sys/arch/pmax/conf/GENERIC cvs rdiff -u -r1.3 -r1.4 src/sys/arch/pmax/conf/GENERIC64 cvs rdiff -u -r1.151 -r1.152 src/sys/arch/prep/conf/GENERIC cvs rdiff -u -r1.12 -r1.13 src/sys/arch/rs6000/conf/GENERIC cvs rdiff -u -r1.76 -r1.77 src/sys/arch/sbmips/conf/GENERIC cvs rdiff -u -r1.222 -r1.223 src/sys/arch/sparc/conf/GENERIC cvs rdiff -u -r1.74 -r1.75 src/sys/arch/sun2/conf/GENERIC cvs rdiff -u -r1.149 -r1.150 src/sys/arch/sun3/conf/GENERIC cvs rdiff -u -r1.106 -r1.107 src/sys/arch/sun3/conf/GENERIC3X cvs rdiff -u -r1.171 -r1.172 src/sys/arch/vax/conf/GENERIC cvs rdiff -u -r1.149 -r1.150 src/sys/arch/x68k/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/acorn26/conf/GENERIC diff -u src/sys/arch/acorn26/conf/GENERIC:1.61 src/sys/arch/acorn26/conf/GENERIC:1.62 --- src/sys/arch/acorn26/conf/GENERIC:1.61 Fri Apr 16 13:48:27 2010 +++ src/sys/arch/acorn26/conf/GENERIC Thu Apr 29 22:40:48 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.61 2010/04/16 13:48:27 pooka Exp $ +# $NetBSD: GENERIC,v 1.62 2010/04/29 22:40:48 chs Exp $ # # GENERIC machine description file # @@ -61,7 +61,7 @@ file-system KERNFS # /kern file-system FDESC # /dev/fd file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # File system options Index: src/sys/arch/acorn32/conf/GENERIC diff -u src/sys/arch/acorn32/conf/GENERIC:1.95 src/sys/arch/acorn32/conf/GENERIC:1.96 --- src/sys/arch/acorn32/conf/GENERIC:1.95 Fri Apr 16 13:48:27 2010 +++ src/sys/arch/acorn32/conf/GENERIC Thu Apr 29 22:40:48 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.95 2010/04/16 13:48:27 pooka Exp $ +# $NetBSD: GENERIC,v 1.96 2010/04/29 22:40:48 chs Exp $ # # GENERIC --- NetBSD/acorn32 complete configuration # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.95 $" +#ident "GENERIC-$Revision: 1.96 $" # estimated number of users maxusers 32 @@ -65,7 +65,7 @@ file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION # union file system file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # File system options Index: src/sys/arch/alpha/conf/GENERIC diff -u src/sys/arch/alpha/conf/GENERIC:1.334 src/sys/arch/alpha/conf/GENERIC:1.335 --- src/sys/arch/alpha/conf/GENERIC:1.334 Fri Apr 16 13:48:28 2010 +++ src/sys/arch/alpha/conf/GENERIC Thu Apr 29 22:40:49 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.334 2010/04/16 13:48:28 pooka Exp $ +# $NetBSD: GENERIC,v 1.335 2010/04/29 22:40:49 chs Exp $ # # This machine description file is used to generate the default NetBSD # kernel. @@ -19,7 +19,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -ident "GENERIC-$Revision: 1.334 $" +ident "GENERIC-$Revision: 1.335 $" maxusers 32 @@ -87,7 +87,7 @@ file-system CODA # CODA distributed file system file-system SMBFS # experimental - CIFS; also needs nsmb (below) file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # File system options Index: src/sys/arch/amiga/conf/GENERIC.in diff -u src/sys/arch/amiga/conf/GENERIC.in:1.74 src/sys/arch/amiga/conf/GENERIC.in:1.75 --- src/sys/arch/amiga/conf/GENERIC.in:1.74 Fri Apr 16 13:48:28 2010 +++ src/sys/arch/amiga/conf/GENERIC.in Thu Apr 29 22:40:49 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC.in,v 1.74 2010/04/16 13:48:28 pooka Exp $ +# $NetBSD: GENERIC.in,v 1.75 2010/04/29 22:40:49 chs Exp $ # # GENERIC machine description file # @@ -56,7 +56,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.74 $" +#ident "GENERIC-$Revision: 1.75 $" m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl makeoptions COPTS="-Os" @@ -160,7 +160,7 @@ file-system UNION # union filesystem file-system SMBFS # experimental - CIFS; also needs nsmb (below) file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system ')m4_dnl Index: src/sys/arch/atari/conf/GENERIC.in diff -u src/sys/arch/atari/conf/GENERIC.in:1.87 src/sys/arch/atari/conf/GENERIC.in:1.88 --- src/sys/arch/atari/conf/GENERIC.in:1.87 Fri Apr 16 13:48:29 2010 +++ src/sys/arch/atari/conf/GENERIC.in Thu Apr 29 22:40:50 2010 @@ -1,5 +1,5 @@ # -# $NetBSD: GENERIC.in,v 1.87 2010/04/16 13:48:29 pooka Exp $ +# $NetBSD: GENERIC.in,v 1.88 2010/04/29 22:40:50 chs Exp $ # # Generic atari # @@ -112,8 +112,8 @@ file-system MFS # Memory based filesystem file-system MSDOSFS # MSDOS filesystem file-system CD9660 # ISO 9660 filesystem with Rock Ridge -#file-system PTYFS # experimental - /dev/ptm support -#file-system TMPFS # Efficient memory file-system +file-system PTYFS # experimental - /dev/ptm support +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system #if !defined(SMALL030_KERNEL) Index: src/sys/arch/bebox/conf/GENERIC diff -u src/sys/arch/bebox/conf/GENERIC:1.117 src/sys/arch/bebox/conf/GENERIC:1.118 --- src/sys/arch/bebox/conf/GENERIC:1.117 Fri Apr 16 13:48:29 2010 +++ src/sys/arch/bebox/conf/GENERIC Thu Apr 29 22:40:50 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.117 2010/04/16 13:48:29 pooka Exp $ +# $NetBSD: GENERIC,v 1.118 2010/04/29 22:40:50 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.117 $" +#ident "GENERIC-$Revision: 1.118 $" maxusers 32 @@ -89,13 +89,13 @@ file-system KERNFS # /kern file-system NULLFS # loopback file system #file-system OVERLAY # overlay file system -#file-system PROCFS # /proc +file-system PROCFS # /proc #file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION # union file system #file-system CODA # Coda File System; also needs vcoda (below) #file-system SMBFS # CIFS; also needs nsmb (below) -#file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system PTYFS # /dev/pts/N support +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system #file-system HFS # experimental - Apple HFS+ (read-only) Index: src/sys/arch/cats/conf/GENERIC diff -u src/sys/arch/cats/conf/GENERIC:1.130 src/sys/arch/cats/conf/GENERIC:1.131 --- src/sys/arch/cats/conf/GENERIC:1.130 Fri Apr 16 13:48:29 2010 +++ src/sys/arch/cats/conf/GENERIC Thu Apr 29 22:40:50 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.130 2010/04/16 13:48:29 pooka Exp $ +# $NetBSD: GENERIC,v 1.131 2010/04/29 22:40:50 chs Exp $ # # GENERIC machine description file # @@ -72,7 +72,7 @@ file-system UNION # union file system file-system CODA # Coda File System; also needs vcode (below) file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # File system options Index: src/sys/arch/cobalt/conf/GENERIC diff -u src/sys/arch/cobalt/conf/GENERIC:1.124 src/sys/arch/cobalt/conf/GENERIC:1.125 --- src/sys/arch/cobalt/conf/GENERIC:1.124 Fri Apr 16 13:48:30 2010 +++ src/sys/arch/cobalt/conf/GENERIC Thu Apr 29 22:40:50 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.124 2010/04/16 13:48:30 pooka Exp $ +# $NetBSD: GENERIC,v 1.125 2010/04/29 22:40:50 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.124 $" +#ident "GENERIC-$Revision: 1.125 $" maxusers 32 @@ -88,7 +88,7 @@ #file-system CODA # Coda File System; also needs vcoda (below) file-system SMBFS # experimental - CIFS; also needs nsmb (below) file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # File system options Index: src/sys/arch/dreamcast/conf/GENERIC diff -u src/sys/arch/dreamcast/conf/GENERIC:1.93 src/sys/arch/dreamcast/conf/GENERIC:1.94 --- src/sys/arch/dreamcast/conf/GENERIC:1.93 Thu Mar 11 02:21:41 2010 +++ src/sys/arch/dreamcast/conf/GENERIC Thu Apr 29 22:40:50 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.93 2010/03/11 02:21:41 uwe Exp $ +# $NetBSD: GENERIC,v 1.94 2010/04/29 22:40:50 chs Exp $ # # GENERIC machine description file # @@ -84,8 +84,8 @@ #file-system OVERLAY # overlay file system #file-system UMAPFS # NULLFS + uid and gid remapping #file-system UNION # union file system -#file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system PTYFS # /dev/pts/N support +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # File system options Index: src/sys/arch/ews4800mips/conf/GENERIC diff -u src/sys/arch/ews4800mips/conf/GENERIC:1.30 src/sys/arch/ews4800mips/conf/GENERIC:1.31 --- src/sys/arch/ews4800mips/conf/GENERIC:1.30 Fri Apr 16 13:48:31 2010 +++ src/sys/arch/ews4800mips/conf/GENERIC Thu Apr 29 22:40:50 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.30 2010/04/16 13:48:31 pooka Exp $ +# $NetBSD: GENERIC,v 1.31 2010/04/29 22:40:50 chs Exp $ # # GENERIC machine description file # This machine description file is used to generate the default NetBSD @@ -25,7 +25,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.30 $" +#ident "GENERIC-$Revision: 1.31 $" maxusers 16 @@ -111,7 +111,7 @@ #file-system SMBFS # experimental - CIFS; also needs nsmb (below) file-system SYSVBFS # System V boot filesystem. file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # File system options Index: src/sys/arch/hp300/conf/GENERIC diff -u src/sys/arch/hp300/conf/GENERIC:1.153 src/sys/arch/hp300/conf/GENERIC:1.154 --- src/sys/arch/hp300/conf/GENERIC:1.153 Fri Apr 16 13:48:31 2010 +++ src/sys/arch/hp300/conf/GENERIC Thu Apr 29 22:40:51 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.153 2010/04/16 13:48:31 pooka Exp $ +# $NetBSD: GENERIC,v 1.154 2010/04/29 22:40:51 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.153 $" +#ident "GENERIC-$Revision: 1.154 $" maxusers 32 # estimated number of users @@ -113,7 +113,7 @@ file-system UNION # Union filesystem (req. for FDESC) file-system CODA # Coda File System; also needs vcoda (below) file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # Filesystem options Index: src/sys/arch/hp700/conf/GENERIC diff -u src/sys/arch/hp700/conf/GENERIC:1.94 src/sys/arch/hp700/conf/GENERIC:1.95 --- src/sys/arch/hp700/conf/GENERIC:1.94 Fri Apr 16 13:48:31 2010 +++ src/sys/arch/hp700/conf/GENERIC Thu Apr 29 22:40:51 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.94 2010/04/16 13:48:31 pooka Exp $ +# $NetBSD: GENERIC,v 1.95 2010/04/29 22:40:51 chs Exp $ # # GENERIC machine description file # @@ -23,7 +23,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -#ident "GENERIC-$Revision: 1.94 $" +#ident "GENERIC-$Revision: 1.95 $" maxusers 32 # estimated number of users @@ -106,7 +106,7 @@ file-system UNION # union file system file-system CODA # Coda File System; also needs vcoda (below) file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # File system options Index: src/sys/arch/hpcmips/conf/GENERIC diff -u src/sys/arch/hpcmips/conf/GENERIC:1.209 src/sys/arch/hpcmips/conf/GENERIC:1.210 --- src/sys/arch/hpcmips/conf/GENERIC:1.209 Fri Apr 16 13:48:31 2010 +++ src/sys/arch/hpcmips/conf/GENERIC Thu Apr 29 22:40:51 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.209 2010/04/16 13:48:31 pooka Exp $ +# $NetBSD: GENERIC,v 1.210 2010/04/29 22:40:51 chs Exp $ # # GENERIC machine description file # @@ -24,7 +24,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.209 $" +#ident "GENERIC-$Revision: 1.210 $" maxusers 16 @@ -87,7 +87,7 @@ #file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system options NFSSERVER # Sun NFS-compatible filesystem (server) Index: src/sys/arch/ia64/conf/GENERIC diff -u src/sys/arch/ia64/conf/GENERIC:1.2 src/sys/arch/ia64/conf/GENERIC:1.3 --- src/sys/arch/ia64/conf/GENERIC:1.2 Thu Apr 15 13:13:57 2010 +++ src/sys/arch/ia64/conf/GENERIC Thu Apr 29 22:40:51 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.2 2010/04/15 13:13:57 kiyohara Exp $ +# $NetBSD: GENERIC,v 1.3 2010/04/29 22:40:51 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.2 $" +#ident "GENERIC-$Revision: 1.3 $" maxusers 32 # estimated number of users @@ -52,6 +52,7 @@ # File systems file-system FFS # UFS file-system MFS # memory file system +file-system TMPFS # Efficient memory file-system # These options enable verbose messages for several subsystems. # Warning, these may compile large string tables into the kernel! Index: src/sys/arch/luna68k/conf/GENERIC diff -u src/sys/arch/luna68k/conf/GENERIC:1.89 src/sys/arch/luna68k/conf/GENERIC:1.90 --- src/sys/arch/luna68k/conf/GENERIC:1.89 Fri Apr 16 13:48:33 2010 +++ src/sys/arch/luna68k/conf/GENERIC Thu Apr 29 22:40:51 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.89 2010/04/16 13:48:33 pooka Exp $ +# $NetBSD: GENERIC,v 1.90 2010/04/29 22:40:51 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.89 $" +#ident "GENERIC-$Revision: 1.90 $" maxusers 8 @@ -89,7 +89,7 @@ #file-system UNION # union file system #file-system CODA # Coda File System; also needs vcode (below) file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system #options NFSSERVER # nfs server support Index: src/sys/arch/mipsco/conf/GENERIC diff -u src/sys/arch/mipsco/conf/GENERIC:1.74 src/sys/arch/mipsco/conf/GENERIC:1.75 --- src/sys/arch/mipsco/conf/GENERIC:1.74 Fri Apr 16 13:48:33 2010 +++ src/sys/arch/mipsco/conf/GENERIC Thu Apr 29 22:40:52 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.74 2010/04/16 13:48:33 pooka Exp $ +# $NetBSD: GENERIC,v 1.75 2010/04/29 22:40:52 chs Exp $ # # GENERIC machine description file # @@ -87,7 +87,7 @@ #file-system UNION # union file system #file-system MSDOSFS # MS-DOS FAT filesystem(s). file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # options NFSSERVER # Sun NFS-compatible filesystem server Index: src/sys/arch/mmeye/conf/GENERIC diff -u src/sys/arch/mmeye/conf/GENERIC:1.100 src/sys/arch/mmeye/conf/GENERIC:1.101 --- src/sys/arch/mmeye/conf/GENERIC:1.100 Fri Apr 16 13:48:33 2010 +++ src/sys/arch/mmeye/conf/GENERIC Thu Apr 29 22:40:52 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.100 2010/04/16 13:48:33 pooka Exp $ +# $NetBSD: GENERIC,v 1.101 2010/04/29 22:40:52 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.100 $" +#ident "GENERIC-$Revision: 1.101 $" maxusers 16 # estimated number of users @@ -95,7 +95,7 @@ file-system UNION # union file system file-system CODA # Coda File System; also needs vcoda (below) file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # File system options Index: src/sys/arch/mvme68k/conf/GENERIC diff -u src/sys/arch/mvme68k/conf/GENERIC:1.79 src/sys/arch/mvme68k/conf/GENERIC:1.80 --- src/sys/arch/mvme68k/conf/GENERIC:1.79 Fri Apr 16 13:48:33 2010 +++ src/sys/arch/mvme68k/conf/GENERIC Thu Apr 29 22:40:52 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.79 2010/04/16 13:48:33 pooka Exp $ +# $NetBSD: GENERIC,v 1.80 2010/04/29 22:40:52 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.79 $" +#ident "GENERIC-$Revision: 1.80 $" # Boards this kernel supports options MVME147 @@ -64,7 +64,7 @@ #file-system MSDOSFS #file-system UNION file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system options NFSSERVER Index: src/sys/arch/mvmeppc/conf/GENERIC diff -u src/sys/arch/mvmeppc/conf/GENERIC:1.8 src/sys/arch/mvmeppc/conf/GENERIC:1.9 --- src/sys/arch/mvmeppc/conf/GENERIC:1.8 Fri Apr 16 13:48:34 2010 +++ src/sys/arch/mvmeppc/conf/GENERIC Thu Apr 29 22:40:52 2010 @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.8 2010/04/16 13:48:34 pooka Exp $ +# $NetBSD: GENERIC,v 1.9 2010/04/29 22:40:52 chs Exp $ # include "arch/mvmeppc/conf/std.mvmeppc" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "MVME1600-$Revision: 1.8 $" +#ident "MVME1600-$Revision: 1.9 $" maxusers 8 @@ -54,6 +54,7 @@ #file-system UNION # union file system #file-system CODA # Coda File System; also needs vcoda (below) file-system PTYFS # /dev/pts/N support +file-system TMPFS # Efficient memory file-system # File system options #options QUOTA # UFS quotas Index: src/sys/arch/netwinder/conf/GENERIC diff -u src/sys/arch/netwinder/conf/GENERIC:1.100 src/sys/arch/netwinder/conf/GENERIC:1.101 --- src/sys/arch/netwinder/conf/GENERIC:1.100 Fri Apr 16 13:48:34 2010 +++ src/sys/arch/netwinder/conf/GENERIC Thu Apr 29 22:40:52 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.100 2010/04/16 13:48:34 pooka Exp $ +# $NetBSD: GENERIC,v 1.101 2010/04/29 22:40:52 chs Exp $ # # GENERIC machine description file # @@ -68,7 +68,7 @@ #file-system UMAPFS # NULLFS + uid and gid remapping #file-system UNION # union file system file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # File system options Index: src/sys/arch/news68k/conf/GENERIC diff -u src/sys/arch/news68k/conf/GENERIC:1.99 src/sys/arch/news68k/conf/GENERIC:1.100 --- src/sys/arch/news68k/conf/GENERIC:1.99 Fri Apr 16 13:48:34 2010 +++ src/sys/arch/news68k/conf/GENERIC Thu Apr 29 22:40:52 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.99 2010/04/16 13:48:34 pooka Exp $ +# $NetBSD: GENERIC,v 1.100 2010/04/29 22:40:52 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.99 $" +#ident "GENERIC-$Revision: 1.100 $" maxusers 8 @@ -95,7 +95,7 @@ file-system UNION # union file system #file-system CODA # Coda File System; also needs vcode (below) file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system options NFSSERVER # nfs server support Index: src/sys/arch/newsmips/conf/GENERIC diff -u src/sys/arch/newsmips/conf/GENERIC:1.110 src/sys/arch/newsmips/conf/GENERIC:1.111 --- src/sys/arch/newsmips/conf/GENERIC:1.110 Fri Apr 16 13:48:34 2010 +++ src/sys/arch/newsmips/conf/GENERIC Thu Apr 29 22:40:52 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.110 2010/04/16 13:48:34 pooka Exp $ +# $NetBSD: GENERIC,v 1.111 2010/04/29 22:40:52 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.110 $" +#ident "GENERIC-$Revision: 1.111 $" maxusers 16 @@ -88,7 +88,7 @@ file-system UNION # union file system file-system MSDOSFS # MS-DOS FAT filesystem(s). file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system options NFSSERVER # Sun NFS-compatible filesystem server Index: src/sys/arch/next68k/conf/GENERIC diff -u src/sys/arch/next68k/conf/GENERIC:1.119 src/sys/arch/next68k/conf/GENERIC:1.120 --- src/sys/arch/next68k/conf/GENERIC:1.119 Fri Apr 16 13:48:34 2010 +++ src/sys/arch/next68k/conf/GENERIC Thu Apr 29 22:40:53 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.119 2010/04/16 13:48:34 pooka Exp $ +# $NetBSD: GENERIC,v 1.120 2010/04/29 22:40:53 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.119 $" +#ident "GENERIC-$Revision: 1.120 $" # Needs to be set per system. i.e change these as you see fit maxusers 16 @@ -112,7 +112,7 @@ file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION # union file system file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system options NFSSERVER # nfs server support Index: src/sys/arch/ofppc/conf/GENERIC diff -u src/sys/arch/ofppc/conf/GENERIC:1.127 src/sys/arch/ofppc/conf/GENERIC:1.128 --- src/sys/arch/ofppc/conf/GENERIC:1.127 Fri Apr 16 13:48:34 2010 +++ src/sys/arch/ofppc/conf/GENERIC Thu Apr 29 22:40:53 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.127 2010/04/16 13:48:34 pooka Exp $ +# $NetBSD: GENERIC,v 1.128 2010/04/29 22:40:53 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.127 $" +#ident "GENERIC-$Revision: 1.128 $" maxusers 32 @@ -98,7 +98,7 @@ file-system UNION # union file system file-system NTFS # Windows NT file system file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # File system options Index: src/sys/arch/ofppc/conf/GENERIC.MP diff -u src/sys/arch/ofppc/conf/GENERIC.MP:1.9 src/sys/arch/ofppc/conf/GENERIC.MP:1.10 --- src/sys/arch/ofppc/conf/GENERIC.MP:1.9 Fri Apr 16 13:48:34 2010 +++ src/sys/arch/ofppc/conf/GENERIC.MP Thu Apr 29 22:40:53 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC.MP,v 1.9 2010/04/16 13:48:34 pooka Exp $ +# $NetBSD: GENERIC.MP,v 1.10 2010/04/29 22:40:53 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.9 $" +#ident "GENERIC-$Revision: 1.10 $" maxusers 32 @@ -103,7 +103,7 @@ file-system UNION # union file system file-system NTFS # Windows NT file system file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # File system options Index: src/sys/arch/pmax/conf/GENERIC diff -u src/sys/arch/pmax/conf/GENERIC:1.163 src/sys/arch/pmax/conf/GENERIC:1.164 --- src/sys/arch/pmax/conf/GENERIC:1.163 Fri Apr 16 13:48:34 2010 +++ src/sys/arch/pmax/conf/GENERIC Thu Apr 29 22:40:53 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.163 2010/04/16 13:48:34 pooka Exp $ +# $NetBSD: GENERIC,v 1.164 2010/04/29 22:40:53 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.163 $" +#ident "GENERIC-$Revision: 1.164 $" maxusers 64 @@ -92,7 +92,7 @@ file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system options NFSSERVER # Sun NFS-compatible filesystem (server) Index: src/sys/arch/pmax/conf/GENERIC64 diff -u src/sys/arch/pmax/conf/GENERIC64:1.3 src/sys/arch/pmax/conf/GENERIC64:1.4 --- src/sys/arch/pmax/conf/GENERIC64:1.3 Fri Apr 16 13:48:34 2010 +++ src/sys/arch/pmax/conf/GENERIC64 Thu Apr 29 22:40:53 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC64,v 1.3 2010/04/16 13:48:34 pooka Exp $ +# $NetBSD: GENERIC64,v 1.4 2010/04/29 22:40:53 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.3 $" +#ident "GENERIC-$Revision: 1.4 $" maxusers 64 @@ -83,7 +83,7 @@ file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system options NFSSERVER # Sun NFS-compatible filesystem (server) Index: src/sys/arch/prep/conf/GENERIC diff -u src/sys/arch/prep/conf/GENERIC:1.151 src/sys/arch/prep/conf/GENERIC:1.152 --- src/sys/arch/prep/conf/GENERIC:1.151 Fri Apr 16 13:48:35 2010 +++ src/sys/arch/prep/conf/GENERIC Thu Apr 29 22:40:53 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.151 2010/04/16 13:48:35 pooka Exp $ +# $NetBSD: GENERIC,v 1.152 2010/04/29 22:40:53 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.151 $" +#ident "GENERIC-$Revision: 1.152 $" maxusers 32 @@ -94,7 +94,7 @@ file-system UNION # union file system #file-system CODA # Coda File System; also needs vcoda (below) file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # File system options Index: src/sys/arch/rs6000/conf/GENERIC diff -u src/sys/arch/rs6000/conf/GENERIC:1.12 src/sys/arch/rs6000/conf/GENERIC:1.13 --- src/sys/arch/rs6000/conf/GENERIC:1.12 Fri Apr 16 13:48:35 2010 +++ src/sys/arch/rs6000/conf/GENERIC Thu Apr 29 22:40:53 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.12 2010/04/16 13:48:35 pooka Exp $ +# $NetBSD: GENERIC,v 1.13 2010/04/29 22:40:53 chs Exp $ # # GENERIC machine description file # @@ -24,7 +24,7 @@ #makeoptions COPTS="-O2 -mno-powerpc -mno-power" # wheeee -#ident "GENERIC-$Revision: 1.12 $" +#ident "GENERIC-$Revision: 1.13 $" maxusers 32 @@ -99,7 +99,7 @@ file-system UNION # union file system #file-system CODA # Coda File System; also needs vcoda (below) file-system PTYFS # /dev/pts/N support -#file-system TMPFS # experimental - Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # File system options Index: src/sys/arch/sbmips/conf/GENERIC diff -u src/sys/arch/sbmips/conf/GENERIC:1.76 src/sys/arch/sbmips/conf/GENERIC:1.77 --- src/sys/arch/sbmips/conf/GENERIC:1.76 Sat Dec 5 20:11:16 2009 +++ src/sys/arch/sbmips/conf/GENERIC Thu Apr 29 22:40:53 2010 @@ -1,10 +1,10 @@ -# $NetBSD: GENERIC,v 1.76 2009/12/05 20:11:16 pooka Exp $ +# $NetBSD: GENERIC,v 1.77 2010/04/29 22:40:53 chs Exp $ include "arch/sbmips/conf/std.sbmips" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.76 $" +#ident "GENERIC-$Revision: 1.77 $" #options LOCKDEBUG # XXX XXX XXX XXX #options DEBUG # extra kernel debugging support @@ -69,7 +69,7 @@ #file-system MSDOSFS # MS-DOS FAT filesystem(s). #file-system CODA # Coda File System; also needs vcoda (below) file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # File system options Index: src/sys/arch/sparc/conf/GENERIC diff -u src/sys/arch/sparc/conf/GENERIC:1.222 src/sys/arch/sparc/conf/GENERIC:1.223 --- src/sys/arch/sparc/conf/GENERIC:1.222 Fri Apr 16 13:48:35 2010 +++ src/sys/arch/sparc/conf/GENERIC Thu Apr 29 22:40:54 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.222 2010/04/16 13:48:35 pooka Exp $ +# $NetBSD: GENERIC,v 1.223 2010/04/29 22:40:54 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.222 $" +#ident "GENERIC-$Revision: 1.223 $" maxusers 32 @@ -201,7 +201,7 @@ file-system MSDOSFS # MS-DOS FAT filesystem(s). file-system CODA # Coda File System; also needs vcoda (below) file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system ## File system options. Index: src/sys/arch/sun2/conf/GENERIC diff -u src/sys/arch/sun2/conf/GENERIC:1.74 src/sys/arch/sun2/conf/GENERIC:1.75 --- src/sys/arch/sun2/conf/GENERIC:1.74 Fri Apr 16 13:48:36 2010 +++ src/sys/arch/sun2/conf/GENERIC Thu Apr 29 22:40:54 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.74 2010/04/16 13:48:36 pooka Exp $ +# $NetBSD: GENERIC,v 1.75 2010/04/29 22:40:54 chs Exp $ # # GENERIC machine description file # @@ -25,7 +25,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.74 $" +#ident "GENERIC-$Revision: 1.75 $" makeoptions COPTS="-Os" # optimize for size @@ -92,7 +92,7 @@ #file-system UNION # union file system file-system MFS # memory-based filesystem file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system options NFSSERVER # nfs server support Index: src/sys/arch/sun3/conf/GENERIC diff -u src/sys/arch/sun3/conf/GENERIC:1.149 src/sys/arch/sun3/conf/GENERIC:1.150 --- src/sys/arch/sun3/conf/GENERIC:1.149 Fri Apr 16 13:48:36 2010 +++ src/sys/arch/sun3/conf/GENERIC Thu Apr 29 22:40:54 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.149 2010/04/16 13:48:36 pooka Exp $ +# $NetBSD: GENERIC,v 1.150 2010/04/29 22:40:54 chs Exp $ # # GENERIC machine description file # @@ -25,7 +25,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.149 $" +#ident "GENERIC-$Revision: 1.150 $" makeoptions COPTS="-Os" # bootloader has size limit (~2MB) @@ -101,7 +101,7 @@ #file-system UNION # union file system file-system MFS # memory-based filesystem file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system options NFSSERVER # nfs server support Index: src/sys/arch/sun3/conf/GENERIC3X diff -u src/sys/arch/sun3/conf/GENERIC3X:1.106 src/sys/arch/sun3/conf/GENERIC3X:1.107 --- src/sys/arch/sun3/conf/GENERIC3X:1.106 Fri Apr 16 13:48:36 2010 +++ src/sys/arch/sun3/conf/GENERIC3X Thu Apr 29 22:40:54 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC3X,v 1.106 2010/04/16 13:48:36 pooka Exp $ +# $NetBSD: GENERIC3X,v 1.107 2010/04/29 22:40:54 chs Exp $ # GENERIC Sun3X (3/80, 3/470) # Supports root on: ie0, le0, sd*, ... @@ -7,7 +7,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC3X-$Revision: 1.106 $" +#ident "GENERIC3X-$Revision: 1.107 $" makeoptions COPTS="-Os" # bootloader has size limit (~2MB) @@ -84,7 +84,7 @@ #file-system UNION # union file system file-system MFS # memory-based filesystem file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system options NFSSERVER # nfs server support Index: src/sys/arch/vax/conf/GENERIC diff -u src/sys/arch/vax/conf/GENERIC:1.171 src/sys/arch/vax/conf/GENERIC:1.172 --- src/sys/arch/vax/conf/GENERIC:1.171 Fri Apr 16 13:48:36 2010 +++ src/sys/arch/vax/conf/GENERIC Thu Apr 29 22:40:54 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.171 2010/04/16 13:48:36 pooka Exp $ +# $NetBSD: GENERIC,v 1.172 2010/04/29 22:40:54 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.171 $" +#ident "GENERIC-$Revision: 1.172 $" # Here are all different supported CPU types listed. #options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800 @@ -111,7 +111,7 @@ file-system UNION file-system CD9660 file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system options QUOTA Index: src/sys/arch/x68k/conf/GENERIC diff -u src/sys/arch/x68k/conf/GENERIC:1.149 src/sys/arch/x68k/conf/GENERIC:1.150 --- src/sys/arch/x68k/conf/GENERIC:1.149 Fri Apr 16 13:48:36 2010 +++ src/sys/arch/x68k/conf/GENERIC Thu Apr 29 22:40:54 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.149 2010/04/16 13:48:36 pooka Exp $ +# $NetBSD: GENERIC,v 1.150 2010/04/29 22:40:54 chs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.149 $" +#ident "GENERIC-$Revision: 1.150 $" maxusers 8 @@ -184,7 +184,7 @@ file-system MSDOSFS # MS-DOS FAT filesystem(s). #file-system ADOSFS # AmigaDOS filesystem file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system ## File system options.