Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/conf - don't enable TMPFS for SMALL030
details: https://anonhg.NetBSD.org/src/rev/ccf1ce0a7ba1
branches: trunk
changeset: 754697:ccf1ce0a7ba1
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat May 08 20:39:55 2010 +0000
description:
- don't enable TMPFS for SMALL030
- remove dup PTYFS
diffstat:
sys/arch/atari/conf/GENERIC.in | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1929b1ebdd00 -r ccf1ce0a7ba1 sys/arch/atari/conf/GENERIC.in
--- a/sys/arch/atari/conf/GENERIC.in Sat May 08 19:49:02 2010 +0000
+++ b/sys/arch/atari/conf/GENERIC.in Sat May 08 20:39:55 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index