Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf enable ext2fs, nullfs, cd9660, disable...



details:   https://anonhg.NetBSD.org/src/rev/045f722dc4d8
branches:  trunk
changeset: 433477:045f722dc4d8
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Sep 16 10:15:22 2018 +0000

description:
enable ext2fs, nullfs, cd9660, disable FFS_NO_SNAPSHOT, and remove
not relevant PCI IDE stuff.

diffstat:

 sys/arch/evbmips/conf/ERLITE |  19 ++++++-------------
 1 files changed, 6 insertions(+), 13 deletions(-)

diffs (61 lines):

diff -r 96ce61c5439f -r 045f722dc4d8 sys/arch/evbmips/conf/ERLITE
--- a/sys/arch/evbmips/conf/ERLITE      Sun Sep 16 09:25:46 2018 +0000
+++ b/sys/arch/evbmips/conf/ERLITE      Sun Sep 16 10:15:22 2018 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ERLITE,v 1.19 2018/08/01 20:04:11 maxv Exp $
+#      $NetBSD: ERLITE,v 1.20 2018/09/16 10:15:22 mrg Exp $
 
 include        "arch/mips/conf/std.octeon"
 include        "arch/evbmips/conf/files.octeon"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ERLITE-$Revision: 1.19 $"
+#ident                 "ERLITE-$Revision: 1.20 $"
 
 maxusers       32
 
@@ -54,17 +54,17 @@
 # File systems
 file-system    FFS             # Berkeley Fast Filesystem
 file-system    MFS             # memory-based filesystem
-#file-system   EXT2FS          # second extended file system (linux)
+file-system    EXT2FS          # second extended file system (linux)
 file-system    NFS             # Sun NFS-compatible filesystem client
 file-system    TMPFS           # Efficient memory file-system
 file-system    KERNFS          # kernel data-structure filesystem
-#file-system   NULLFS          # NULL layered filesystem
+file-system    NULLFS          # NULL layered filesystem
 #file-system   OVERLAY         # overlay file system
 #file-system   FDESC           # user file descriptor filesystem
 #file-system   UMAPFS          # uid/gid remapping filesystem
 #file-system   LFS             # Log-based filesystem (still experimental)
 file-system    PROCFS          # /proc
-#file-system   CD9660          # ISO 9660 + Rock Ridge file system
+file-system    CD9660          # ISO 9660 + Rock Ridge file system
 #file-system   UNION           # union file system
 file-system    MSDOSFS         # MS-DOS FAT filesystem(s).
 #file-system   CODA            # Coda File System; also needs vcoda (below)
@@ -77,7 +77,7 @@
 #options       DISKLABEL_EI    # disklabel Endian Independent support
 #options       FFS_EI          # FFS Endian Independent support
 options        WAPBL           # File system journaling support
-options        FFS_NO_SNAPSHOT # No FFS snapshot support
+#options       FFS_NO_SNAPSHOT # No FFS snapshot support
 #options       EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
                                # immutable) behave as system flags.
 
@@ -100,13 +100,6 @@
 # Warning, these may compile large string tables into the kernel!
 options        MIIVERBOSE      # verbose PHY autoconfig messages
 
-# Bitmask for enabling the PCI IDE channels in the southbridge.
-# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
-#
-# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE
-# channels for you (thus causing the NetBSD `pciide' driver to ignore them).
-#options       PCI_NETBSD_ENABLE_IDE=0x1
-
 options        NFS_BOOT_DHCP
 
 config         netbsd  root on ? type ?



Home | Main Index | Thread Index | Old Index