Module Name:    src
Committed By:   tsutsui
Date:           Sat May  8 20:41:25 UTC 2010

Modified Files:
        src/sys/arch/atari/conf: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE
            SMALL030

Log Message:
Regen from GENERIC.in rev 1.89:
> - don't enable TMPFS for SMALL030
> - remove dup PTYFS


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/arch/atari/conf/ATARITT
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/atari/conf/FALCON
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/atari/conf/HADES
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/atari/conf/MILAN-ISAIDE
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/atari/conf/MILAN-PCIIDE
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/atari/conf/SMALL030

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/ATARITT
diff -u src/sys/arch/atari/conf/ATARITT:1.102 src/sys/arch/atari/conf/ATARITT:1.103
--- src/sys/arch/atari/conf/ATARITT:1.102	Thu Apr 29 22:42:27 2010
+++ src/sys/arch/atari/conf/ATARITT	Sat May  8 20:41:24 2010
@@ -1,11 +1,11 @@
 #
-# $NetBSD: ATARITT,v 1.102 2010/04/29 22:42:27 chs Exp $
+# $NetBSD: ATARITT,v 1.103 2010/05/08 20:41:24 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#		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 $
 include "arch/atari/conf/std.atari"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
@@ -24,8 +24,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 KERNFS # Kernel parameter filesystem
 file-system NFS # Network File System client side code
 file-system PROCFS # Process filesystem
@@ -37,6 +35,7 @@
 file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
 file-system EXT2FS # second extended file system (linux)
 file-system PTYFS # /dev/pts/N support
+file-system TMPFS # Efficient memory file-system
 options WAPBL # File system journaling support - Experimental
 options NFSSERVER # Network File System server side code
 options PANICWAIT # Require keystroke to dump/reboot

Index: src/sys/arch/atari/conf/FALCON
diff -u src/sys/arch/atari/conf/FALCON:1.99 src/sys/arch/atari/conf/FALCON:1.100
--- src/sys/arch/atari/conf/FALCON:1.99	Thu Apr 29 22:42:27 2010
+++ src/sys/arch/atari/conf/FALCON	Sat May  8 20:41:24 2010
@@ -1,11 +1,11 @@
 #
-# $NetBSD: FALCON,v 1.99 2010/04/29 22:42:27 chs Exp $
+# $NetBSD: FALCON,v 1.100 2010/05/08 20:41:24 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#		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 $
 include "arch/atari/conf/std.atari"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
@@ -29,8 +29,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 KERNFS # Kernel parameter filesystem
 file-system NFS # Network File System client side code
 file-system PROCFS # Process filesystem
@@ -42,6 +40,7 @@
 file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
 file-system EXT2FS # second extended file system (linux)
 file-system PTYFS # /dev/pts/N support
+file-system TMPFS # Efficient memory file-system
 options WAPBL # File system journaling support - Experimental
 options NFSSERVER # Network File System server side code
 options PANICWAIT # Require keystroke to dump/reboot

Index: src/sys/arch/atari/conf/HADES
diff -u src/sys/arch/atari/conf/HADES:1.92 src/sys/arch/atari/conf/HADES:1.93
--- src/sys/arch/atari/conf/HADES:1.92	Thu Apr 29 22:42:28 2010
+++ src/sys/arch/atari/conf/HADES	Sat May  8 20:41:24 2010
@@ -1,12 +1,12 @@
 #
-# $NetBSD: HADES,v 1.92 2010/04/29 22:42:28 chs Exp $
+# $NetBSD: HADES,v 1.93 2010/05/08 20:41:24 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #		NetBSD: HADES.in,v 1.11 2010/04/10 01:59:40 tsutsui Exp $
-#		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 $
 include "arch/atari/conf/std.hades"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
@@ -28,8 +28,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 KERNFS # Kernel parameter filesystem
 file-system NFS # Network File System client side code
 file-system PROCFS # Process filesystem
@@ -41,6 +39,7 @@
 file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
 file-system EXT2FS # second extended file system (linux)
 file-system PTYFS # /dev/pts/N support
+file-system TMPFS # Efficient memory file-system
 options WAPBL # File system journaling support - Experimental
 options NFSSERVER # Network File System server side code
 options PANICWAIT # Require keystroke to dump/reboot

Index: src/sys/arch/atari/conf/MILAN-ISAIDE
diff -u src/sys/arch/atari/conf/MILAN-ISAIDE:1.69 src/sys/arch/atari/conf/MILAN-ISAIDE:1.70
--- src/sys/arch/atari/conf/MILAN-ISAIDE:1.69	Thu Apr 29 22:42:28 2010
+++ src/sys/arch/atari/conf/MILAN-ISAIDE	Sat May  8 20:41:24 2010
@@ -1,12 +1,12 @@
 #
-# $NetBSD: MILAN-ISAIDE,v 1.69 2010/04/29 22:42:28 chs Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.70 2010/05/08 20:41:24 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #		NetBSD: MILAN.in,v 1.25 2010/04/10 01:59:40 tsutsui Exp $
-#		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 $
 include "arch/atari/conf/std.milan"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
@@ -28,8 +28,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 KERNFS # Kernel parameter filesystem
 file-system NFS # Network File System client side code
 file-system PROCFS # Process filesystem
@@ -41,6 +39,7 @@
 file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
 file-system EXT2FS # second extended file system (linux)
 file-system PTYFS # /dev/pts/N support
+file-system TMPFS # Efficient memory file-system
 options WAPBL # File system journaling support - Experimental
 options NFSSERVER # Network File System server side code
 options PANICWAIT # Require keystroke to dump/reboot

Index: src/sys/arch/atari/conf/MILAN-PCIIDE
diff -u src/sys/arch/atari/conf/MILAN-PCIIDE:1.73 src/sys/arch/atari/conf/MILAN-PCIIDE:1.74
--- src/sys/arch/atari/conf/MILAN-PCIIDE:1.73	Thu Apr 29 22:42:28 2010
+++ src/sys/arch/atari/conf/MILAN-PCIIDE	Sat May  8 20:41:24 2010
@@ -1,12 +1,12 @@
 #
-# $NetBSD: MILAN-PCIIDE,v 1.73 2010/04/29 22:42:28 chs Exp $
+# $NetBSD: MILAN-PCIIDE,v 1.74 2010/05/08 20:41:24 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #		NetBSD: MILAN.in,v 1.25 2010/04/10 01:59:40 tsutsui Exp $
-#		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 $
 include "arch/atari/conf/std.milan"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
@@ -28,8 +28,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 KERNFS # Kernel parameter filesystem
 file-system NFS # Network File System client side code
 file-system PROCFS # Process filesystem
@@ -41,6 +39,7 @@
 file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
 file-system EXT2FS # second extended file system (linux)
 file-system PTYFS # /dev/pts/N support
+file-system TMPFS # Efficient memory file-system
 options WAPBL # File system journaling support - Experimental
 options NFSSERVER # Network File System server side code
 options PANICWAIT # Require keystroke to dump/reboot

Index: src/sys/arch/atari/conf/SMALL030
diff -u src/sys/arch/atari/conf/SMALL030:1.9 src/sys/arch/atari/conf/SMALL030:1.10
--- src/sys/arch/atari/conf/SMALL030:1.9	Thu Apr 29 22:42:28 2010
+++ src/sys/arch/atari/conf/SMALL030	Sat May  8 20:41:24 2010
@@ -1,11 +1,11 @@
 #
-# $NetBSD: SMALL030,v 1.9 2010/04/29 22:42:28 chs Exp $
+# $NetBSD: SMALL030,v 1.10 2010/05/08 20:41:24 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#		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 $
 include "arch/atari/conf/std.atari"
 makeoptions COPTS="-Os"
 maxusers 16
@@ -18,8 +18,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
 options WAPBL # File system journaling support - Experimental
 options PANICWAIT # Require keystroke to dump/reboot
 options COMPAT_16 # Compatibility with NetBSD 1.6

Reply via email to