Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Both ext2 and iso9660 are useful when d...



details:   https://anonhg.NetBSD.org/src/rev/a5ed1880f799
branches:  trunk
changeset: 336107:a5ed1880f799
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Feb 13 13:48:17 2015 +0000

description:
Both ext2 and iso9660 are useful when dealing with external devices, so
include them.

diffstat:

 sys/arch/evbarm/conf/CUBIEBOARD      |  6 +++---
 sys/arch/evbarm/conf/HUMMINGBIRD_A31 |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r b61061818d08 -r a5ed1880f799 sys/arch/evbarm/conf/CUBIEBOARD
--- a/sys/arch/evbarm/conf/CUBIEBOARD   Fri Feb 13 13:26:50 2015 +0000
+++ b/sys/arch/evbarm/conf/CUBIEBOARD   Fri Feb 13 13:48:17 2015 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: CUBIEBOARD,v 1.37 2014/11/16 18:54:52 martin Exp $
+#      $NetBSD: CUBIEBOARD,v 1.38 2015/02/13 13:48:17 joerg Exp $
 #
 #      CUBIEBOARD -- Allwinner A10/A20 Eval Board Kernel
 #
@@ -36,8 +36,8 @@
 file-system    MFS             # memory file system
 file-system    NFS             # Network file system
 #file-system   ADOSFS          # AmigaDOS-compatible file system
-#file-system   EXT2FS          # second extended file system (linux)
-#file-system   CD9660          # ISO 9660 + Rock Ridge file system
+file-system    EXT2FS          # second extended file system (linux)
+file-system    CD9660          # ISO 9660 + Rock Ridge file system
 file-system    MSDOSFS         # MS-DOS file system
 #file-system   FDESC           # /dev/fd
 file-system    KERNFS          # /kern
diff -r b61061818d08 -r a5ed1880f799 sys/arch/evbarm/conf/HUMMINGBIRD_A31
--- a/sys/arch/evbarm/conf/HUMMINGBIRD_A31      Fri Feb 13 13:26:50 2015 +0000
+++ b/sys/arch/evbarm/conf/HUMMINGBIRD_A31      Fri Feb 13 13:48:17 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: HUMMINGBIRD_A31,v 1.21 2015/02/08 20:25:10 joerg Exp $
+#      $NetBSD: HUMMINGBIRD_A31,v 1.22 2015/02/13 13:48:17 joerg Exp $
 #
 #      HUMMINGBIRD_A31 - Merrii Hummingbird A31
 #
@@ -36,8 +36,8 @@
 file-system    MFS             # memory file system
 file-system    NFS             # Network file system
 #file-system   ADOSFS          # AmigaDOS-compatible file system
-#file-system   EXT2FS          # second extended file system (linux)
-#file-system   CD9660          # ISO 9660 + Rock Ridge file system
+file-system    EXT2FS          # second extended file system (linux)
+file-system    CD9660          # ISO 9660 + Rock Ridge file system
 file-system    MSDOSFS         # MS-DOS file system
 #file-system   FDESC           # /dev/fd
 file-system    KERNFS          # /kern



Home | Main Index | Thread Index | Old Index