Module Name: src Committed By: tsutsui Date: Sat May 8 20:39:55 UTC 2010
Modified Files: src/sys/arch/atari/conf: GENERIC.in Log Message: - don't enable TMPFS for SMALL030 - remove dup PTYFS To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sys/arch/atari/conf/GENERIC.in 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/atari/conf/GENERIC.in diff -u src/sys/arch/atari/conf/GENERIC.in:1.88 src/sys/arch/atari/conf/GENERIC.in:1.89 --- src/sys/arch/atari/conf/GENERIC.in:1.88 Thu Apr 29 22:40:50 2010 +++ src/sys/arch/atari/conf/GENERIC.in Sat May 8 20:39:55 2010 @@ -1,5 +1,5 @@ # -# $NetBSD: GENERIC.in,v 1.88 2010/04/29 22:40:50 chs Exp $ +# $NetBSD: GENERIC.in,v 1.89 2010/05/08 20:39:55 tsutsui Exp $ # # Generic atari # @@ -112,8 +112,6 @@ 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 UDF # experimental - OSTA UDF CD/DVD file-system #if !defined(SMALL030_KERNEL) @@ -129,6 +127,7 @@ file-system EXT2FS # second extended file system (linux) #file-system LFS # log-structured file system file-system PTYFS # /dev/pts/N support +file-system TMPFS # Efficient memory file-system #endif /* !SMALL030_KERNEL */ # File system options