Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/arch/amiga/conf Pull up regenerated file (requested...



details:   https://anonhg.NetBSD.org/src/rev/f816f35e168b
branches:  netbsd-1-4
changeset: 470281:f816f35e168b
user:      he <he%NetBSD.org@localhost>
date:      Fri Feb 04 23:19:51 2000 +0000

description:
Pull up regenerated file (requested by is):
  Add reboot code for Phase5 68040+PPC boards.

diffstat:

 sys/arch/amiga/conf/AMIGA |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r 7ce9f31dc36e -r f816f35e168b sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Fri Feb 04 23:19:29 2000 +0000
+++ b/sys/arch/amiga/conf/AMIGA Fri Feb 04 23:19:51 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: AMIGA,v 1.13.2.3 1999/06/18 17:32:10 perry Exp $
+# $NetBSD: AMIGA,v 1.13.2.4 2000/02/04 23:19:51 he Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
 # Created from: 
-#$ NetBSD: GENERIC,v 1.124 1999/05/17 19:42:56 is Exp $
+#$ NetBSD: GENERIC,v 1.119.2.4 2000/01/15 16:39:59 he Exp $
 
 include "arch/amiga/conf/std.amiga"
 
@@ -19,6 +19,7 @@
                                # bootblock.
                                # You do not need this if you have a DraCo,
                                # have no 68060 or NEVER use the bootblock
+options                P5PPC68KBOARD   # Phase5 PPC/68K board support
 
 #processors this kernel should support
 
@@ -51,6 +52,7 @@
 
 file-system    FFS             # Berkeley fast file system
 #file-system   LFS             # log-structured filesystem (experimental)
+#file-system   EXT2FS          # second extended file system (linux)
 file-system    MFS             # Memory based filesystem
 file-system    NFS             # Network File System client side code
 file-system    ADOSFS          # AmigaDOS file system
@@ -68,6 +70,8 @@
 options        NFSSERVER       # Network File System server side code
 options        QUOTA           # User and group quotas in FFS
 #options       FFS_EI          # FFS Endian Independant support
+#options       EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
+                               # immutable) behave as system flags.
 
 #Compatability options for various existing systems
 



Home | Main Index | Thread Index | Old Index