Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/conf Regen from "GENERIC".
details: https://anonhg.NetBSD.org/src/rev/f9c36e4d0265
branches: trunk
changeset: 472538:f9c36e4d0265
user: tron <tron%NetBSD.org@localhost>
date: Sat May 01 10:21:22 1999 +0000
description:
Regen from "GENERIC".
diffstat:
sys/arch/amiga/conf/AMIGA | 13 ++++++++-----
sys/arch/amiga/conf/DRACO | 13 ++++++++-----
2 files changed, 16 insertions(+), 10 deletions(-)
diffs (108 lines):
diff -r 42d9c54519f2 -r f9c36e4d0265 sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Sat May 01 10:20:01 1999 +0000
+++ b/sys/arch/amiga/conf/AMIGA Sat May 01 10:21:22 1999 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: AMIGA,v 1.14 1999/04/10 21:36:59 tron Exp $
+# $NetBSD: AMIGA,v 1.15 1999/05/01 10:21:22 tron Exp $
#
# This file was automatically created. Changes will be
# lost when running make in this directory.
#
# Created from:
-#$ NetBSD: GENERIC,v 1.120 1999/04/10 21:23:27 tron Exp $
+#$ NetBSD: GENERIC,v 1.122 1999/05/01 10:20:01 tron Exp $
include "arch/amiga/conf/std.amiga"
@@ -50,6 +50,7 @@
options IPFILTER_LOG # ipmon(8) log support
file-system FFS # Berkeley fast file system
+file-system EXT2FS # second extended file system (linux)
#file-system LFS # log-structured filesystem (experimental)
file-system MFS # Memory based filesystem
file-system NFS # Network File System client side code
@@ -65,9 +66,11 @@
file-system UNION # union filesystem
#Filesystem options
-options NFSSERVER # Network File System server side code
options QUOTA # User and group quotas in FFS
#options FFS_EI # FFS Endian Independant support
+options NFSSERVER # Network File System server side code
+#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
+ # immutable) behave as system flags.
#Compatability options for various existing systems
@@ -78,9 +81,10 @@
options COMPAT_12 # compatibility with NetBSD 1.2
options COMPAT_13 # compatibility with NetBSD 1.3
options COMPAT_SUNOS # Support to run Sun (m68k) executables
+options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
options COMPAT_NOMID # allow nonvalid machine id executables
#options COMPAT_LINUX # Support to run Linux/m68k executables
-#options EXEC_ELF32 # 32-bit ELF executables (Linux)
+#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
#Support for System V IPC facilities.
@@ -319,4 +323,3 @@
#options RND_COM # use "com" randomness as well (BROKEN)
config netbsd root on ? type ?
-
diff -r 42d9c54519f2 -r f9c36e4d0265 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Sat May 01 10:20:01 1999 +0000
+++ b/sys/arch/amiga/conf/DRACO Sat May 01 10:21:22 1999 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: DRACO,v 1.33 1999/04/10 21:37:00 tron Exp $
+# $NetBSD: DRACO,v 1.34 1999/05/01 10:21:22 tron Exp $
#
# This file was automatically created. Changes will be
# lost when running make in this directory.
#
# Created from:
-#$ NetBSD: GENERIC,v 1.120 1999/04/10 21:23:27 tron Exp $
+#$ NetBSD: GENERIC,v 1.122 1999/05/01 10:20:01 tron Exp $
include "arch/amiga/conf/std.amiga"
@@ -39,6 +39,7 @@
options IPFILTER_LOG # ipmon(8) log support
file-system FFS # Berkeley fast file system
+file-system EXT2FS # second extended file system (linux)
#file-system LFS # log-structured filesystem (experimental)
file-system MFS # Memory based filesystem
file-system NFS # Network File System client side code
@@ -54,9 +55,11 @@
file-system UNION # union filesystem
#Filesystem options
-options NFSSERVER # Network File System server side code
options QUOTA # User and group quotas in FFS
#options FFS_EI # FFS Endian Independant support
+options NFSSERVER # Network File System server side code
+#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
+ # immutable) behave as system flags.
#Compatability options for various existing systems
@@ -67,9 +70,10 @@
options COMPAT_12 # compatibility with NetBSD 1.2
options COMPAT_13 # compatibility with NetBSD 1.3
options COMPAT_SUNOS # Support to run Sun (m68k) executables
+options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
options COMPAT_NOMID # allow nonvalid machine id executables
#options COMPAT_LINUX # Support to run Linux/m68k executables
-#options EXEC_ELF32 # 32-bit ELF executables (Linux)
+#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
#Support for System V IPC facilities.
@@ -217,4 +221,3 @@
#options RND_COM # use "com" randomness as well (BROKEN)
config netbsd root on ? type ?
-
Home |
Main Index |
Thread Index |
Old Index