PR kern/51208

Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.
This commit is contained in:
rin 2017-02-19 07:46:59 +00:00
parent ede747a0c4
commit 913d426efd
118 changed files with 279 additions and 149 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: ALL,v 1.51 2017/02/18 14:43:34 maxv Exp $
# $NetBSD: ALL,v 1.52 2017/02/19 07:46:59 rin Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@ -17,7 +17,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "ALL-$Revision: 1.51 $"
#ident "ALL-$Revision: 1.52 $"
maxusers 64 # estimated number of users
@ -198,6 +198,7 @@ file-system CHFS # Chip File System
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
options UFS_DIRHASH # UFS Large Directory Hashing - Experimental

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.451 2017/02/16 08:45:42 knakahara Exp $
# $NetBSD: GENERIC,v 1.452 2017/02/19 07:46:59 rin Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.451 $"
#ident "GENERIC-$Revision: 1.452 $"
maxusers 64 # estimated number of users
@ -172,6 +172,7 @@ file-system PTYFS # /dev/ptm support
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3_DOM0,v 1.128 2017/01/23 17:35:34 christos Exp $
# $NetBSD: XEN3_DOM0,v 1.129 2017/02/19 07:46:59 rin Exp $
include "arch/amd64/conf/std.xen"
@ -112,6 +112,7 @@ file-system TMPFS # Efficient memory file-system
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3_DOMU,v 1.69 2017/01/23 17:35:34 christos Exp $
# $NetBSD: XEN3_DOMU,v 1.70 2017/02/19 07:46:59 rin Exp $
include "arch/amd64/conf/std.xen"
@ -104,6 +104,7 @@ file-system TMPFS # Efficient memory file-system
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.152 2016/12/14 14:00:16 martin Exp $
# $NetBSD: GENERIC,v 1.153 2017/02/19 07:47:00 rin Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/bebox/conf/std.bebox"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.152 $"
#ident "GENERIC-$Revision: 1.153 $"
maxusers 32
@ -99,6 +99,7 @@ file-system TMPFS # Efficient memory file-system
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.59 2016/12/13 20:42:16 christos Exp $
# $NetBSD: INSTALL,v 1.60 2017/02/19 07:47:00 rin Exp $
#
# First try for BeBox config file
#
@ -67,6 +67,8 @@ file-system PTYFS # /dev/pts/N support
#file-system TMPFS
# Filesystem options
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options NFS_V2_ONLY # Exclude NFS3 code to save space
#options FFS_NO_SNAPSHOT # No FFS snapshot support
#options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.17 2016/12/09 22:50:10 nat Exp $
# $NetBSD: GENERIC,v 1.18 2017/02/19 07:47:00 rin Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/emips/conf/std.emips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.17 $"
#ident "GENERIC-$Revision: 1.18 $"
maxusers 64
@ -91,6 +91,7 @@ file-system UDF # experimental - OSTA UDF CD/DVD file-system
options NFSSERVER # Sun NFS-compatible filesystem (server)
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.6 2014/10/14 17:09:12 uebayasi Exp $
# $NetBSD: INSTALL,v 1.7 2017/02/19 07:47:00 rin Exp $
#
# Distribution install kernel (any model)
# netbsd: cut-down kernel for miniroots.
@ -35,6 +35,8 @@ file-system KERNFS # kernel data-structure filesystem
# Filesystem options
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.12 2016/12/14 14:01:10 martin Exp $
# $NetBSD: GENERIC,v 1.13 2017/02/19 07:47:00 rin Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/epoc32/conf/std.epoc32"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.12 $"
#ident "GENERIC-$Revision: 1.13 $"
maxusers 32 # estimated number of users
@ -49,6 +49,7 @@ file-system TMPFS # Efficient memory file-system
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: ADI_BRH,v 1.70 2015/08/07 13:53:28 maxv Exp $
# $NetBSD: ADI_BRH,v 1.71 2017/02/19 07:47:00 rin Exp $
#
# ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board
#
@ -48,6 +48,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,5 +1,5 @@
#
# $NetBSD: ARMADAXP,v 1.17 2015/08/12 07:53:57 maxv Exp $
# $NetBSD: ARMADAXP,v 1.18 2017/02/19 07:47:00 rin Exp $
#
# ARMADA XP DEV BOARD
#
@ -50,6 +50,7 @@ file-system PUFFS # Pass-to-Userspace Framework File System
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: ARMADILLO-IOT-G3,v 1.4 2016/11/26 13:59:45 christos Exp $
# $NetBSD: ARMADILLO-IOT-G3,v 1.5 2017/02/19 07:47:00 rin Exp $
#
# ARMADILLO-IOT-G3 -- Atmark Techno, Armadillo-IoT G3
#
@ -132,6 +132,7 @@ file-system PTYFS # /dev/ptm support
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.

View File

@ -1,4 +1,4 @@
# $NetBSD: ARMADILLO210,v 1.35 2015/08/07 13:53:28 maxv Exp $
# $NetBSD: ARMADILLO210,v 1.36 2017/02/19 07:47:00 rin Exp $
#
# ARMADILLO210 -- Atmark Techno, Armadillo-210
#
@ -41,6 +41,7 @@ file-system NFS # Network file system
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental

View File

@ -1,4 +1,4 @@
# $NetBSD: ARMADILLO9,v 1.52 2016/12/13 20:42:17 christos Exp $
# $NetBSD: ARMADILLO9,v 1.53 2017/02/19 07:47:00 rin Exp $
#
# ARMADILLO9 -- Atmark Techno, Armadillo-9
#
@ -41,6 +41,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental

View File

@ -1,5 +1,5 @@
#
# $NetBSD: BCM5301X,v 1.25 2015/08/07 13:53:28 maxv Exp $
# $NetBSD: BCM5301X,v 1.26 2017/02/19 07:47:00 rin Exp $
#
# BCM5301X -- Broadcom BCM5301X Eval Board Kernel
#
@ -55,6 +55,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,5 +1,5 @@
#
# $NetBSD: BCM56340,v 1.10 2015/08/07 13:53:28 maxv Exp $
# $NetBSD: BCM56340,v 1.11 2017/02/19 07:47:00 rin Exp $
#
# BCM5301X -- Broadcom BCM5301X Eval Board Kernel
#
@ -55,6 +55,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,5 +1,5 @@
#
# $NetBSD: BEAGLEBOARD,v 1.60 2015/08/12 07:53:57 maxv Exp $
# $NetBSD: BEAGLEBOARD,v 1.61 2017/02/19 07:47:00 rin Exp $
#
# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
#
@ -47,6 +47,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,5 +1,5 @@
#
# $NetBSD: BEAGLEBOARDXM,v 1.22 2016/10/05 13:25:25 kiyohara Exp $
# $NetBSD: BEAGLEBOARDXM,v 1.23 2017/02/19 07:47:00 rin Exp $
#
# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
#
@ -46,6 +46,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,5 +1,5 @@
#
# $NetBSD: BEAGLEBONE,v 1.36 2016/07/04 15:45:38 kiyohara Exp $
# $NetBSD: BEAGLEBONE,v 1.37 2017/02/19 07:47:00 rin Exp $
#
# BEAGLEBONE -- TI AM335x board Kernel
#
@ -50,6 +50,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: CP3100,v 1.43 2015/08/07 13:53:28 maxv Exp $
# $NetBSD: CP3100,v 1.44 2017/02/19 07:47:00 rin Exp $
#
# CP3100 -- Certance CP3100 Kernel
#
@ -48,6 +48,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: CUBOX,v 1.1 2017/01/07 16:24:07 kiyohara Exp $
# $NetBSD: CUBOX,v 1.2 2017/02/19 07:47:00 rin Exp $
#
# CUBOX -- SolidRun Ltd. Cubox kernel
#
@ -129,6 +129,7 @@ file-system PTYFS # /dev/ptm support
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.

View File

@ -1,4 +1,4 @@
# $NetBSD: CUBOX-I,v 1.7 2016/11/26 13:59:45 christos Exp $
# $NetBSD: CUBOX-I,v 1.8 2017/02/19 07:47:00 rin Exp $
#
# CuBox-i
# - http://www.solid-run.com/products/cubox-i-mini-computer/
@ -129,6 +129,7 @@ file-system PTYFS # /dev/ptm support
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.

View File

@ -1,5 +1,5 @@
#
# $NetBSD: DUOVERO,v 1.2 2016/11/26 13:59:45 christos Exp $
# $NetBSD: DUOVERO,v 1.3 2017/02/19 07:47:00 rin Exp $
#
# DUOOVERO -- Gumstix. Inc. DuoVero COMS platforms kernel
#
@ -67,6 +67,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental

View File

@ -1,5 +1,5 @@
#
# $NetBSD: EXYNOS,v 1.11 2016/08/19 18:08:50 maxv Exp $
# $NetBSD: EXYNOS,v 1.12 2017/02/19 07:47:00 rin Exp $
#
# ODROID-XU -- ODROID-XU4 Exynos5422 based kernel
#
@ -73,6 +73,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options NFSSERVER
options WAPBL # File system journaling support

View File

@ -43,6 +43,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
#options WAPBL # File system journaling support

View File

@ -44,6 +44,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
#options WAPBL # File system journaling support

View File

@ -43,6 +43,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
#options WAPBL # File system journaling support

View File

@ -1,5 +1,5 @@
#
# $NetBSD: GENERIC.common,v 1.14 2016/11/26 13:59:45 christos Exp $
# $NetBSD: GENERIC.common,v 1.15 2017/02/19 07:47:00 rin Exp $
#
# GENERIC evbarm kernel config (template)
#
@ -27,6 +27,7 @@ no pseudo-device vcoda
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,5 +1,5 @@
#
# $NetBSD: GOLDENGATE,v 1.12 2015/08/07 13:53:28 maxv Exp $
# $NetBSD: GOLDENGATE,v 1.13 2017/02/19 07:47:00 rin Exp $
#
# GOLDENGATE -- Cortina GOLDENGATE Eval Board Kernel
#
@ -52,6 +52,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: GUMSTIX,v 1.89 2016/12/13 20:42:17 christos Exp $
# $NetBSD: GUMSTIX,v 1.90 2017/02/19 07:47:00 rin Exp $
#
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
#
@ -62,6 +62,7 @@ file-system TMPFS # Efficient memory file-system
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.

View File

@ -1,4 +1,4 @@
# $NetBSD: HAWK,v 1.6 2015/08/21 01:52:07 uebayasi Exp $
# $NetBSD: HAWK,v 1.7 2017/02/19 07:47:00 rin Exp $
#
# HAWK -- TI OMAPL138 based Board Kernel
#
@ -33,6 +33,8 @@ file-system MSDOSFS # MS-DOS file system
file-system PTYFS # /dev/pts/N support
# File system options
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental

View File

@ -1,4 +1,4 @@
# $NetBSD: HDL_G,v 1.48 2016/12/13 20:42:17 christos Exp $
# $NetBSD: HDL_G,v 1.49 2017/02/19 07:47:00 rin Exp $
#
# HDL_G -- I-O DATA HDL-G Kernel
#
@ -51,6 +51,7 @@ file-system UNION # union file system
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: HPT5325,v 1.30 2016/12/13 20:42:17 christos Exp $
# $NetBSD: HPT5325,v 1.31 2017/02/19 07:47:00 rin Exp $
#
# This configuration supports for HP T5325 Thin Client
#
@ -58,6 +58,7 @@ file-system UDF # experimental - OSTA UDF CD/DVD file-system
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.

View File

@ -1,5 +1,5 @@
#
# $NetBSD: IGEPV2,v 1.27 2015/08/12 07:53:57 maxv Exp $
# $NetBSD: IGEPV2,v 1.28 2017/02/19 07:47:00 rin Exp $
#
# IGEPv2 -- TI OMAP 3530 Eval Board Kernel
#
@ -46,6 +46,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
#options SOFTDEP

View File

@ -1,4 +1,4 @@
# $Id: IMX23_OLINUXINO,v 1.15 2016/12/13 20:42:17 christos Exp $
# $Id: IMX23_OLINUXINO,v 1.16 2017/02/19 07:47:00 rin Exp $
#
# IMX23_OLINUXINO -- Olimex i.MX23 OLinuXino kernel configuration file.
#
@ -123,6 +123,8 @@ file-system PROCFS
file-system PTYFS
file-system NFS
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL
pseudo-device pty # pseudo-terminals

View File

@ -1,4 +1,4 @@
# $NetBSD: IMX31LITE,v 1.30 2015/08/07 07:29:33 maxv Exp $
# $NetBSD: IMX31LITE,v 1.31 2017/02/19 07:47:00 rin Exp $
#
# IMX31LITE -- Freescale IMX31LITE Evaluation Board Kernel
#
@ -47,6 +47,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: INTEGRATOR,v 1.80 2015/08/12 07:53:57 maxv Exp $
# $NetBSD: INTEGRATOR,v 1.81 2017/02/19 07:47:00 rin Exp $
#
# GENERIC -- ARM Integrator board Generic kernel
#
@ -48,6 +48,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: INTEGRATOR_CP,v 1.11 2015/08/07 13:53:28 maxv Exp $
# $NetBSD: INTEGRATOR_CP,v 1.12 2017/02/19 07:47:00 rin Exp $
#
# INTEGRATOR_CP -- ARM Integrator CP kernel
#
@ -47,6 +47,7 @@ file-system TMPFS # memory file system
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ31244,v 1.70 2015/08/07 13:53:28 maxv Exp $
# $NetBSD: IQ31244,v 1.71 2017/02/19 07:47:00 rin Exp $
#
# IQ31244 -- Intel IQ31244 Evaluation Board Kernel
#
@ -48,6 +48,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ80310,v 1.88 2015/08/07 13:53:28 maxv Exp $
# $NetBSD: IQ80310,v 1.89 2017/02/19 07:47:00 rin Exp $
#
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
#
@ -48,6 +48,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ80321,v 1.85 2015/08/07 13:53:28 maxv Exp $
# $NetBSD: IQ80321,v 1.86 2017/02/19 07:47:00 rin Exp $
#
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
#
@ -48,6 +48,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: IXDP425,v 1.50 2015/08/12 07:53:57 maxv Exp $
# $NetBSD: IXDP425,v 1.51 2017/02/19 07:47:00 rin Exp $
#
# IXDP425 -- Intel IXDP425/IXCDP1100 Development Platform
#
@ -52,6 +52,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: IXM1200,v 1.61 2015/08/07 07:29:33 maxv Exp $
# $NetBSD: IXM1200,v 1.62 2017/02/19 07:47:00 rin Exp $
#
# IXM1200 -- Intel IXM1200 Evaluation Board Kernel
#
@ -47,6 +47,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options NFSSERVER
options WAPBL # File system journaling support

View File

@ -46,6 +46,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: MARVELL_NAS,v 1.24 2016/11/26 13:59:45 christos Exp $
# $NetBSD: MARVELL_NAS,v 1.25 2017/02/19 07:47:00 rin Exp $
#
# This configuration supports for generically Marvell NAS.
@ -54,6 +54,7 @@ file-system HFS # experimental - Apple HFS+ (read-only)
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.

View File

@ -1,4 +1,4 @@
# $NetBSD: MINI2440,v 1.19 2016/12/13 20:42:17 christos Exp $
# $NetBSD: MINI2440,v 1.20 2017/02/19 07:47:00 rin Exp $
#
# MINI2440 -- Friendly ARM evaluation board based on Samsung S3C2440
#
@ -72,6 +72,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
#options SOFTDEP

View File

@ -1,4 +1,4 @@
# $NetBSD: MMNET_GENERIC,v 1.26 2016/12/13 20:42:17 christos Exp $
# $NetBSD: MMNET_GENERIC,v 1.27 2017/02/19 07:47:00 rin Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mmnet"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.26 $"
#ident "GENERIC-$Revision: 1.27 $"
maxusers 32 # estimated number of users
@ -146,6 +146,7 @@ file-system TMPFS # Efficient memory file-system
# File system options
#options QUOTA # UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.

View File

@ -1,4 +1,4 @@
# $NetBSD: MPCSA_GENERIC,v 1.48 2016/12/13 20:42:17 christos Exp $
# $NetBSD: MPCSA_GENERIC,v 1.49 2017/02/19 07:47:00 rin Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mpcsa"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.48 $"
#ident "GENERIC-$Revision: 1.49 $"
maxusers 32 # estimated number of users
@ -143,6 +143,7 @@ file-system TMPFS # Efficient memory file-system
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.

View File

@ -1,4 +1,4 @@
# $NetBSD: MV2120,v 1.30 2016/12/13 20:42:17 christos Exp $
# $NetBSD: MV2120,v 1.31 2017/02/19 07:47:00 rin Exp $
#
# This configuration supports for HP MV2120/MV5140/MV5150.
@ -58,6 +58,7 @@ file-system HFS # experimental - Apple HFS+ (read-only)
# File system options
options QUOTA # UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.

View File

@ -1,5 +1,5 @@
#
# $NetBSD: N900,v 1.22 2015/08/12 07:53:57 maxv Exp $
# $NetBSD: N900,v 1.23 2017/02/19 07:47:00 rin Exp $
#
# N900 -- Nokia N900 Kernel
#
@ -47,6 +47,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: NAPPI,v 1.57 2015/08/07 07:29:33 maxv Exp $
# $NetBSD: NAPPI,v 1.58 2017/02/19 07:47:00 rin Exp $
#
# NAPPI -- Netwise APlication Platform Board Kernel
#
@ -47,6 +47,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: NITROGEN6X,v 1.9 2016/11/26 13:59:45 christos Exp $
# $NetBSD: NITROGEN6X,v 1.10 2017/02/19 07:47:00 rin Exp $
#
# Nitrogen6X
# - http://boundarydevices.com/products/nitrogen6x-board-imx6-arm-cortex-a9-sbc/
@ -129,6 +129,7 @@ file-system PTYFS # /dev/ptm support
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.

View File

@ -1,4 +1,4 @@
# $NetBSD: NSLU2,v 1.39 2015/08/07 13:53:28 maxv Exp $
# $NetBSD: NSLU2,v 1.40 2017/02/19 07:47:00 rin Exp $
#
# Linksys NSLU2 "Slug" NAS Device
#
@ -54,6 +54,7 @@ file-system PTYFS # /dev/ptm support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER

View File

@ -1,5 +1,5 @@
#
# $NetBSD: ODROID-U,v 1.19 2015/10/29 00:15:48 mrg Exp $
# $NetBSD: ODROID-U,v 1.20 2017/02/19 07:47:00 rin Exp $
#
# ODROID-U -- ODROID-U{2,3} series Exynos4x12(P) based kernel
#
@ -59,6 +59,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,5 +1,5 @@
#
# $NetBSD: ODROID-XU,v 1.6 2015/10/29 00:15:48 mrg Exp $
# $NetBSD: ODROID-XU,v 1.7 2017/02/19 07:47:00 rin Exp $
#
# ODROID-XU -- ODROID-XU Exynos5410 based kernel
#
@ -57,6 +57,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,5 +1,5 @@
#
# $NetBSD: OMAP5EVM,v 1.9 2015/08/12 07:53:57 maxv Exp $
# $NetBSD: OMAP5EVM,v 1.10 2017/02/19 07:47:00 rin Exp $
#
# PANDABOARD -- TI OMAP 4430 Eval Board Kernel
#
@ -48,6 +48,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support - Experimental

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS_A6,v 1.26 2016/11/26 13:59:45 christos Exp $
# $NetBSD: OPENBLOCKS_A6,v 1.27 2017/02/19 07:47:00 rin Exp $
#
# OPENBLOCKS_A6 -- Plat'Home. OpenBlockS A6 kernel
#
@ -56,6 +56,7 @@ file-system TMPFS # Efficient memory file-system
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS_AX3,v 1.19 2016/11/26 13:59:45 christos Exp $
# $NetBSD: OPENBLOCKS_AX3,v 1.20 2017/02/19 07:47:00 rin Exp $
#
# OPENBLOCKS_AX3 -- Plat'Home. OpenBlockS AX3 kernel
#
@ -64,6 +64,7 @@ file-system TMPFS # Efficient memory file-system
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options NFSSERVER # Network File System server
options WAPBL # File system journaling support

View File

@ -41,6 +41,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,5 +1,5 @@
#
# $NetBSD: OVERO,v 1.46 2016/11/26 13:59:45 christos Exp $
# $NetBSD: OVERO,v 1.47 2017/02/19 07:47:00 rin Exp $
#
# OVERO -- Gumstix. Inc. Overo COMS platforms kernel
#
@ -66,6 +66,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental

View File

@ -1,5 +1,5 @@
#
# $NetBSD: PANDABOARD,v 1.20 2016/08/04 07:06:14 kiyohara Exp $
# $NetBSD: PANDABOARD,v 1.21 2017/02/19 07:47:00 rin Exp $
#
# PANDABOARD -- TI OMAP 4430 Eval Board Kernel
#
@ -46,6 +46,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support - Experimental

View File

@ -1,5 +1,5 @@
#
# $NetBSD: PEPPER,v 1.3 2016/11/26 13:59:45 christos Exp $
# $NetBSD: PEPPER,v 1.4 2017/02/19 07:47:00 rin Exp $
#
# PEPPER -- Gumstix. Inc. Pepper Single Board Computer platforms kernel
#
@ -66,6 +66,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental

View File

@ -1,4 +1,4 @@
# $NetBSD: SHEEVAPLUG,v 1.52 2016/12/13 20:42:17 christos Exp $
# $NetBSD: SHEEVAPLUG,v 1.53 2017/02/19 07:47:00 rin Exp $
#
# This configuration supports for generically Marvell SheevaPlug
#
@ -58,6 +58,7 @@ file-system TMPFS # Efficient memory file-system
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.

View File

@ -1,4 +1,4 @@
# $NetBSD: SMDK2410,v 1.62 2016/12/13 20:42:17 christos Exp $
# $NetBSD: SMDK2410,v 1.63 2017/02/19 07:47:00 rin Exp $
#
# SMDK2410 -- Samsung's S3C2410 evaluation board.
#
@ -59,6 +59,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: SMDK2800,v 1.57 2015/08/12 07:53:57 maxv Exp $
# $NetBSD: SMDK2800,v 1.58 2017/02/19 07:47:00 rin Exp $
#
# SMDK2800 -- Samsung's S3C2800 evaluation board.
#
@ -55,6 +55,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: TEAMASA_NPWR,v 1.89 2015/08/07 07:29:33 maxv Exp $
# $NetBSD: TEAMASA_NPWR,v 1.90 2017/02/19 07:47:00 rin Exp $
#
# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
# server appliance.
@ -52,6 +52,7 @@ file-system TMPFS # Efficient memory file-system
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: TEAMASA_NPWR_FC,v 1.49 2015/08/07 13:53:28 maxv Exp $
# $NetBSD: TEAMASA_NPWR_FC,v 1.50 2017/02/19 07:47:00 rin Exp $
#
# TeamASA NPWR-FC, i80321-based SBC
#
@ -49,6 +49,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,5 +1,5 @@
#
# $NetBSD: TISDP2420,v 1.34 2016/06/25 17:31:45 skrll Exp $
# $NetBSD: TISDP2420,v 1.35 2017/02/19 07:47:00 rin Exp $
#
# TISDP2420 -- TI OMAP 2420 Eval Board Kernel
#
@ -46,6 +46,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,5 +1,5 @@
#
# $NetBSD: TISDP2430,v 1.33 2015/08/07 13:53:28 maxv Exp $
# $NetBSD: TISDP2430,v 1.34 2017/02/19 07:47:00 rin Exp $
#
# TISDP2430 -- TI OMAP 2430 Eval Board Kernel
#
@ -45,6 +45,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: TS7200,v 1.66 2016/12/13 20:42:17 christos Exp $
# $NetBSD: TS7200,v 1.67 2017/02/19 07:47:00 rin Exp $
#
# TS7200 - Kernel for Technologic Systems TS7200 ARM hardware
#
@ -54,6 +54,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: TWINTAIL,v 1.69 2016/12/13 20:42:17 christos Exp $
# $NetBSD: TWINTAIL,v 1.70 2017/02/19 07:47:00 rin Exp $
#
# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
#
@ -52,6 +52,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,5 +1,5 @@
#
# $NetBSD: VEXPRESS_A15,v 1.6 2016/04/02 08:48:35 skrll Exp $
# $NetBSD: VEXPRESS_A15,v 1.7 2017/02/19 07:47:00 rin Exp $
#
# VEXPRESS_A15 -- Versatile Express A15 kernel
#
@ -54,6 +54,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: VIPER,v 1.38 2015/08/07 07:29:33 maxv Exp $
# $NetBSD: VIPER,v 1.39 2017/02/19 07:47:00 rin Exp $
#
# Arcom Viper
#
@ -46,6 +46,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options NFSSERVER

View File

@ -1,5 +1,5 @@
#
# $NetBSD: VTC100,v 1.10 2016/10/18 14:48:11 kiyohara Exp $
# $NetBSD: VTC100,v 1.11 2017/02/19 07:47:00 rin Exp $
#
# VTC100 -- NEXCOM VTC100 Kernel
#
@ -50,6 +50,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: ZAO425,v 1.58 2015/08/12 07:53:57 maxv Exp $
# $NetBSD: ZAO425,v 1.59 2017/02/19 07:47:00 rin Exp $
#
# ZAO425 -- Intel IXP425
#
@ -52,6 +52,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options NFSSERVER
options WAPBL # File system journaling support

View File

@ -1,4 +1,4 @@
# $NetBSD: A64EMUL,v 1.6 2016/11/26 13:59:45 christos Exp $
# $NetBSD: A64EMUL,v 1.7 2017/02/19 07:47:00 rin Exp $
#
# This machine description file is used to generate the default NetBSD
# kernel.
@ -19,7 +19,7 @@ include "arch/evbarm64/conf/std.a64emul"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "A64EMUL-$Revision: 1.6 $"
ident "A64EMUL-$Revision: 1.7 $"
maxusers 32
@ -73,6 +73,7 @@ file-system TMPFS # Efficient memory file-system
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental

View File

@ -1,11 +1,11 @@
# $NetBSD: ADM5120,v 1.21 2015/08/07 07:29:33 maxv Exp $
# $NetBSD: ADM5120,v 1.22 2017/02/19 07:47:00 rin Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.adm5120"
#ident "GENERIC-$Revision: 1.21 $"
#ident "GENERIC-$Revision: 1.22 $"
maxusers 32
@ -74,6 +74,7 @@ file-system NFS # Sun NFS-compatible filesystem client
#options NFSSERVER # Sun NFS-compatible filesystem server
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.

View File

@ -1,11 +1,11 @@
# $NetBSD: ADM5120-NB,v 1.20 2015/08/07 07:29:33 maxv Exp $
# $NetBSD: ADM5120-NB,v 1.21 2017/02/19 07:47:00 rin Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.adm5120"
#ident "GENERIC-$Revision: 1.20 $"
#ident "GENERIC-$Revision: 1.21 $"
maxusers 32
@ -74,6 +74,7 @@ file-system NFS # Sun NFS-compatible filesystem client
#options NFSSERVER # Sun NFS-compatible filesystem server
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.

View File

@ -1,11 +1,11 @@
# $NetBSD: ADM5120-USB,v 1.20 2015/08/07 07:29:33 maxv Exp $
# $NetBSD: ADM5120-USB,v 1.21 2017/02/19 07:47:00 rin Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.adm5120"
#ident "GENERIC-$Revision: 1.20 $"
#ident "GENERIC-$Revision: 1.21 $"
maxusers 32
@ -70,6 +70,7 @@ file-system NFS # Sun NFS-compatible filesystem client
#options NFSSERVER # Sun NFS-compatible filesystem server
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.

View File

@ -1,4 +1,4 @@
# $NetBSD: CI20,v 1.21 2016/01/29 01:54:13 macallan Exp $
# $NetBSD: CI20,v 1.22 2017/02/19 07:47:00 rin Exp $
#
# MIPS Creator CI20
#
@ -7,7 +7,7 @@ include "arch/evbmips/conf/std.ingenic"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "CI20-$Revision: 1.21 $"
#ident "CI20-$Revision: 1.22 $"
maxusers 32
@ -95,6 +95,7 @@ file-system TMPFS # Efficient memory file-system
#options NFSSERVER # Sun NFS-compatible filesystem server
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#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

View File

@ -1,4 +1,4 @@
# $NetBSD: CPMBR1400,v 1.21 2015/08/07 14:12:04 maxv Exp $
# $NetBSD: CPMBR1400,v 1.22 2017/02/19 07:47:00 rin Exp $
include "arch/evbmips/conf/std.rasoc"
@ -104,6 +104,7 @@ file-system TMPFS # Efficient memory file-system
# File system options
#options QUOTA # UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER # Network File System server
options FFS_NO_SNAPSHOT # No FF snapshot support

View File

@ -1,11 +1,11 @@
# $NetBSD: ERLITE,v 1.14 2016/12/28 03:49:16 mrg Exp $
# $NetBSD: ERLITE,v 1.15 2017/02/19 07:47:00 rin 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.14 $"
#ident "ERLITE-$Revision: 1.15 $"
maxusers 32
@ -83,6 +83,7 @@ file-system PTYFS # /dev/pts/N support
options NFSSERVER # Sun NFS-compatible filesystem server
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#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

View File

@ -1,4 +1,4 @@
# $NetBSD: GDIUM,v 1.26 2014/08/23 20:26:57 dholland Exp $
# $NetBSD: GDIUM,v 1.27 2017/02/19 07:47:00 rin Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/evbmips/conf/std.gdium"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GDIUM-$Revision: 1.26 $"
#ident "GDIUM-$Revision: 1.27 $"
maxusers 16
@ -87,6 +87,8 @@ options WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options FFS_NO_SNAPSHOT # No FFS snapshot support
# Networking options

View File

@ -1,4 +1,4 @@
# $NetBSD: LINKITSMART7688,v 1.1 2016/10/05 15:54:58 ryo Exp $
# $NetBSD: LINKITSMART7688,v 1.2 2017/02/19 07:47:00 rin Exp $
#
# MediaTek MT7688
#
@ -104,6 +104,7 @@ file-system TMPFS # Efficient memory file-system
# File system options
#options QUOTA # UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER # Network File System server
options FFS_NO_SNAPSHOT # No FF snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: LOONGSON,v 1.29 2016/12/13 20:42:17 christos Exp $
# $NetBSD: LOONGSON,v 1.30 2017/02/19 07:47:00 rin Exp $
#
# LOONGSON machine description file
#
@ -22,7 +22,7 @@ include "arch/evbmips/conf/std.loongson"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "LOONGSON-$Revision: 1.29 $"
#ident "LOONGSON-$Revision: 1.30 $"
maxusers 16
@ -95,6 +95,8 @@ options WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options FFS_NO_SNAPSHOT # No FFS snapshot support
# Networking options

View File

@ -1,10 +1,10 @@
# $NetBSD: RB153,v 1.17 2015/08/07 07:29:33 maxv Exp $
# $NetBSD: RB153,v 1.18 2017/02/19 07:47:00 rin Exp $
#
# Example kernel config for the RouterBOARD 153.
include "arch/evbmips/conf/std.adm5120"
#ident "RB153-$Revision: 1.17 $"
#ident "RB153-$Revision: 1.18 $"
maxusers 32
@ -59,6 +59,7 @@ file-system NULLFS # NULL layered filesystem
#options NFSSERVER # Sun NFS-compatible filesystem server
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.

View File

@ -1,4 +1,4 @@
# $NetBSD: ZYXELKX,v 1.6 2015/08/07 14:12:04 maxv Exp $
# $NetBSD: ZYXELKX,v 1.7 2017/02/19 07:47:00 rin Exp $
include "arch/evbmips/conf/std.rasoc"
@ -100,6 +100,7 @@ file-system TMPFS # Efficient memory file-system
# File system options
#options QUOTA # UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER # Network File System server
options FFS_NO_SNAPSHOT # No FF snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: MPC8536DS,v 1.22 2014/08/23 20:26:57 dholland Exp $
# $NetBSD: MPC8536DS,v 1.23 2017/02/19 07:47:00 rin Exp $
#
# MPC8536DS -- everything that's currently supported
#
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "MPC8536DS-$Revision: 1.22 $"
ident "MPC8536DS-$Revision: 1.23 $"
maxusers 32
@ -90,6 +90,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
options NFSSERVER # Network File System server

View File

@ -1,4 +1,4 @@
# $NetBSD: MPC8548CDS,v 1.21 2014/08/23 20:26:57 dholland Exp $
# $NetBSD: MPC8548CDS,v 1.22 2017/02/19 07:47:00 rin Exp $
#
# MPC8548CDS -- everything that's currently supported
#
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "MPC8548CDS-$Revision: 1.21 $"
ident "MPC8548CDS-$Revision: 1.22 $"
maxusers 32
@ -92,6 +92,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
options NFSSERVER # Network File System server

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS600,v 1.21 2015/08/07 14:12:04 maxv Exp $
# $NetBSD: OPENBLOCKS600,v 1.22 2017/02/19 07:47:00 rin Exp $
#
# GENERIC -- everything that's currently supported
#
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.obs600"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "OPENBLOCKS600-$Revision: 1.21 $"
#ident "OPENBLOCKS600-$Revision: 1.22 $"
maxusers 32
@ -99,6 +99,7 @@ file-system TMPFS # Efficient memory file-system
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
options NFSSERVER # Network File System server

View File

@ -1,4 +1,4 @@
# $NetBSD: P2020DS,v 1.25 2014/08/24 07:59:22 jnemeth Exp $
# $NetBSD: P2020DS,v 1.26 2017/02/19 07:47:00 rin Exp $
#
# P2020DS -- everything that's currently supported
#
@ -8,7 +8,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "P2020DS-$Revision: 1.25 $"
ident "P2020DS-$Revision: 1.26 $"
maxusers 32
@ -97,6 +97,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
options NFSSERVER # Network File System server

View File

@ -1,4 +1,4 @@
# $NetBSD: P2020RDB,v 1.25 2014/08/23 20:26:57 dholland Exp $
# $NetBSD: P2020RDB,v 1.26 2017/02/19 07:47:00 rin Exp $
#
# P2020RBD -- everything that's currently supported
#
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "P2020RBD-$Revision: 1.25 $"
ident "P2020RBD-$Revision: 1.26 $"
maxusers 32
@ -92,6 +92,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
options NFSSERVER # Network File System server

View File

@ -1,4 +1,4 @@
# $NetBSD: PMPPC,v 1.39 2016/12/13 20:42:17 christos Exp $
# $NetBSD: PMPPC,v 1.40 2017/02/19 07:47:00 rin Exp $
#
# PMPPC
#
@ -81,6 +81,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
#options NFSSERVER # Network File System server

View File

@ -1,4 +1,4 @@
# $NetBSD: RB800,v 1.31 2015/03/06 14:18:14 nonaka Exp $
# $NetBSD: RB800,v 1.32 2017/02/19 07:47:00 rin Exp $
#
# RB800 -- everything that's currently supported
#
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "RB800-$Revision: 1.31 $"
ident "RB800-$Revision: 1.32 $"
maxusers 32
@ -95,6 +95,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
options NFSSERVER # Network File System server

View File

@ -1,4 +1,4 @@
# $NetBSD: RB850GX2,v 1.1 2015/01/30 15:04:35 nonaka Exp $
# $NetBSD: RB850GX2,v 1.2 2017/02/19 07:47:00 rin Exp $
#
# RouterBOARD RB850Gx2
#
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "RB850GX2-$Revision: 1.1 $"
ident "RB850GX2-$Revision: 1.2 $"
maxusers 32
@ -92,6 +92,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
options NFSSERVER # Network File System server

View File

@ -1,4 +1,4 @@
# $NetBSD: TWRP1025,v 1.21 2015/06/26 21:54:41 matt Exp $
# $NetBSD: TWRP1025,v 1.22 2017/02/19 07:47:00 rin Exp $
#
# TWRP1025 -- everything that's currently supported
#
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "TWRP1025-$Revision: 1.21 $"
ident "TWRP1025-$Revision: 1.22 $"
maxusers 32
@ -92,6 +92,7 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
options NFSSERVER # Network File System server

View File

@ -1,4 +1,4 @@
# $NetBSD: ALL,v 1.412 2017/02/18 14:36:32 maxv Exp $
# $NetBSD: ALL,v 1.413 2017/02/19 07:47:00 rin Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "ALL-$Revision: 1.412 $"
#ident "ALL-$Revision: 1.413 $"
maxusers 64 # estimated number of users
@ -197,6 +197,7 @@ file-system CHFS # Chip File System
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
options UFS_DIRHASH # UFS Large Directory Hashing - Experimental

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.1148 2017/02/18 14:36:32 maxv Exp $
# $NetBSD: GENERIC,v 1.1149 2017/02/19 07:47:00 rin Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.1148 $"
#ident "GENERIC-$Revision: 1.1149 $"
maxusers 64 # estimated number of users
@ -186,6 +186,7 @@ file-system TMPFS # Efficient memory file-system
# File system options
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_PS2TINY,v 1.75 2015/08/21 01:52:08 uebayasi Exp $
# $NetBSD: GENERIC_PS2TINY,v 1.76 2017/02/19 07:47:01 rin Exp $
#
# GENERIC-style kernel config for IBM PS/2 with MCA bus. It only contains
# IBM PS/2 related stuff and has been generally trimmed down somewhat,
@ -87,6 +87,7 @@ file-system KERNFS # /kern
# File system options
options QUOTA # UFS quotas
#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

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_TINY,v 1.147 2017/01/07 11:21:05 flxd Exp $
# $NetBSD: GENERIC_TINY,v 1.148 2017/02/19 07:47:01 rin Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, or SCSI.
@ -102,6 +102,7 @@ file-system KERNFS # /kern
# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
#options NFSSERVER # Network File System server
options FFS_NO_SNAPSHOT # No FF snapshot support

Some files were not shown because too many files have changed in this diff Show More