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 Apply patch (requested by abs):



details:   https://anonhg.NetBSD.org/src/rev/427beaf9a1c2
branches:  netbsd-1-4
changeset: 470029:427beaf9a1c2
user:      he <he%NetBSD.org@localhost>
date:      Sat Jan 15 16:39:59 2000 +0000

description:
Apply patch (requested by abs):
  Add commented-out ext2fs entries.

diffstat:

 sys/arch/amiga/conf/GENERIC |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 511abad00cb1 -r 427beaf9a1c2 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Sat Jan 15 16:34:00 2000 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Sat Jan 15 16:39:59 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.119.2.3 1999/06/18 17:29:02 perry Exp $
+#      $NetBSD: GENERIC,v 1.119.2.4 2000/01/15 16:39:59 he Exp $
 
 #
 #if 0
@@ -65,6 +65,7 @@
 # Filesystems
 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
@@ -82,6 +83,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