Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.
This commit is contained in:
ad 2008-11-24 11:41:07 +00:00
parent 2fcedf9ef1
commit 6ba528b5bc
156 changed files with 231 additions and 387 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: FOURMEG,v 1.30 2008/11/12 12:35:54 ad Exp $
# $NetBSD: FOURMEG,v 1.31 2008/11/24 11:41:07 ad Exp $
# FOURMEG arm26 configuration -- something small
@ -52,7 +52,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options NFSSERVER # Sun NFS-compatible file system server
options FFS_EI # FFS endianness-independence support
#options SOFTDEP # FFS soft updates support.
options NFS_V2_ONLY # Make a smaller NFS
options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.56 2008/11/12 12:35:55 ad Exp $
# $NetBSD: GENERIC,v 1.57 2008/11/24 11:41:07 ad Exp $
#
# GENERIC machine description file
#
@ -68,7 +68,6 @@ file-system PTYFS # /dev/pts/N support
options QUOTA # UFS quotas
options NFSSERVER # Sun NFS-compatible file system server
options FFS_EI # FFS endianness-independence support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.23 2008/11/12 12:35:55 ad Exp $
# $NetBSD: INSTALL,v 1.24 2008/11/24 11:41:07 ad Exp $
# INSTALL configuration, used to generate installation media
@ -50,7 +50,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options NFSSERVER # Sun NFS-compatible file system server
options FFS_EI # FFS endianness-independence support
#options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
options NFS_V2_ONLY # Make a smaller NFS
options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: EB7500ATX,v 1.34 2008/11/12 12:35:55 ad Exp $
# $NetBSD: EB7500ATX,v 1.35 2008/11/24 11:41:07 ad Exp $
#
# EB7500ATX --- NetBSD/acorn32 complete configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "EB7500ATX-$Revision: 1.34 $"
#ident "EB7500ATX-$Revision: 1.35 $"
# estimated number of users
maxusers 32
@ -64,7 +64,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
options NFSSERVER
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.89 2008/11/12 12:35:55 ad Exp $
# $NetBSD: GENERIC,v 1.90 2008/11/24 11:41:07 ad Exp $
#
# GENERIC --- NetBSD/acorn32 complete configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.89 $"
#ident "GENERIC-$Revision: 1.90 $"
# estimated number of users
maxusers 32
@ -71,7 +71,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options NFSSERVER

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.50 2008/11/12 12:35:55 ad Exp $
# $NetBSD: INSTALL,v 1.51 2008/11/24 11:41:07 ad Exp $
#
# INSTALL -- NetBSD/acorn32 install configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "INSTALL-$Revision: 1.50 $"
#ident "INSTALL-$Revision: 1.51 $"
# estimated number of users
maxusers 32
@ -69,7 +69,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
#options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options NFSSERVER
options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: P4032,v 1.49 2008/11/12 12:35:55 ad Exp $
# $NetBSD: P4032,v 1.50 2008/11/24 11:41:07 ad Exp $
#
# Algorithmics P-4032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P4032-$Revision: 1.49 $"
#ident "P4032-$Revision: 1.50 $"
maxusers 32
@ -47,7 +47,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
options NFSSERVER # Sun NFS-compatible file system server
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: P5064,v 1.55 2008/11/12 12:35:55 ad Exp $
# $NetBSD: P5064,v 1.56 2008/11/24 11:41:07 ad Exp $
#
# Algorithmics P-5064 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P5064-$Revision: 1.55 $"
#ident "P5064-$Revision: 1.56 $"
maxusers 32
@ -42,7 +42,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
options NFSSERVER # Sun NFS-compatible file system server
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: P6032,v 1.48 2008/11/12 12:35:55 ad Exp $
# $NetBSD: P6032,v 1.49 2008/11/24 11:41:07 ad Exp $
#
# Algorithmics P-6032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P6032-$Revision: 1.48 $"
#ident "P6032-$Revision: 1.49 $"
maxusers 32
@ -42,7 +42,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
options NFSSERVER # Sun NFS-compatible file system server
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: BASIL,v 1.50 2008/11/12 12:35:55 ad Exp $
# $NetBSD: BASIL,v 1.51 2008/11/24 11:41:07 ad Exp $
#
# basil.shagadelic.org -- thorpej's API UP1000
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "BASIL-$Revision: 1.50 $"
#ident "BASIL-$Revision: 1.51 $"
maxusers 64
@ -55,7 +55,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
options NFSSERVER # Sun NFS-compatible file system server
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
#options FFS_NO_SNAPSHOT # No FFS snapshot support
# Networking options

View File

@ -1,4 +1,4 @@
# $NetBSD: FRAU-FARBISSINA,v 1.54 2008/11/12 12:35:55 ad Exp $
# $NetBSD: FRAU-FARBISSINA,v 1.55 2008/11/24 11:41:07 ad Exp $
#
# frau-farbissina.shagadelic.org -- thorpej's AlphaServer 1200 MP hacking
# box
@ -7,7 +7,7 @@ include "arch/alpha/conf/std.alpha"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "FRAU-FARBISSINA-$Revision: 1.54 $"
#ident "FRAU-FARBISSINA-$Revision: 1.55 $"
maxusers 64
@ -55,7 +55,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
options NFSSERVER # Sun NFS-compatible file system server
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
#options FFS_NO_SNAPSHOT # No FFS snapshot support
# Networking options

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.326 2008/11/12 12:35:56 ad Exp $
# $NetBSD: GENERIC,v 1.327 2008/11/24 11:41:07 ad Exp $
#
# This machine description file is used to generate the default NetBSD
# kernel.
@ -19,7 +19,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "GENERIC-$Revision: 1.326 $"
ident "GENERIC-$Revision: 1.327 $"
maxusers 32
@ -93,7 +93,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options NFSSERVER # Sun NFS-compatible file system server

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.233 2008/11/12 14:36:31 ad Exp $
# $NetBSD: GENERIC,v 1.234 2008/11/24 11:41:07 ad 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.233 $"
#ident "GENERIC-$Revision: 1.234 $"
maxusers 64 # estimated number of users
@ -156,7 +156,6 @@ file-system TMPFS # Efficient memory file-system
# File system options
options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
# It is not recommended for general use.

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3_DOM0,v 1.34 2008/11/12 12:35:56 ad Exp $
# $NetBSD: XEN3_DOM0,v 1.35 2008/11/24 11:41:07 ad Exp $
include "arch/amd64/conf/std.xen"
@ -93,7 +93,6 @@ file-system TMPFS # Efficient memory file-system
# File system options
options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options NFSSERVER # Network File System server

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3_DOMU,v 1.14 2008/11/12 12:35:56 ad Exp $
# $NetBSD: XEN3_DOMU,v 1.15 2008/11/24 11:41:07 ad Exp $
include "arch/amd64/conf/std.xen"
@ -92,7 +92,6 @@ file-system TMPFS # Efficient memory file-system
# File system options
options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options NFSSERVER # Network File System server

View File

@ -1,4 +1,4 @@
# $NetBSD: DRACO,v 1.128 2008/11/12 12:35:56 ad Exp $
# $NetBSD: DRACO,v 1.129 2008/11/24 11:41:07 ad Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.128 $"
#ident "GENERIC-$Revision: 1.129 $"
maxusers 8
@ -116,7 +116,6 @@ file-system PTYFS # /dev/pts/N support
options WAPBL # File system journaling support - Experimental
options QUOTA # User and group quotas in FFS
options SOFTDEP # FFS soft updates support.
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options NFSSERVER # Network File System server side code
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.257 2008/11/12 12:35:56 ad Exp $
# $NetBSD: GENERIC,v 1.258 2008/11/24 11:41:08 ad Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.257 $"
#ident "GENERIC-$Revision: 1.258 $"
maxusers 8
@ -128,7 +128,6 @@ file-system PTYFS # /dev/pts/N support
options WAPBL # File system journaling support - Experimental
options QUOTA # User and group quotas in FFS
options SOFTDEP # FFS soft updates support.
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options NFSSERVER # Network File System server side code
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC.in,v 1.70 2008/11/12 12:35:56 ad Exp $
# $NetBSD: GENERIC.in,v 1.71 2008/11/24 11:41:08 ad Exp $
#
# GENERIC machine description file
#
@ -56,7 +56,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.70 $"
#ident "GENERIC-$Revision: 1.71 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os"
@ -172,7 +172,6 @@ options WAPBL # File system journaling support - Experimental
m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
options QUOTA # User and group quotas in FFS
options SOFTDEP # FFS soft updates support.
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options NFSSERVER # Network File System server side code
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: ARCTIC,v 1.49 2008/11/12 12:35:56 ad Exp $
# $NetBSD: ARCTIC,v 1.50 2008/11/24 11:41:08 ad Exp $
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
#
# configuration file for DeskStation
@ -89,7 +89,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.159 2008/11/20 13:57:09 tsutsui Exp $
# $NetBSD: GENERIC,v 1.160 2008/11/24 11:41:08 ad Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.159 $"
#ident "GENERIC-$Revision: 1.160 $"
maxusers 32 # estimated number of users
@ -120,7 +120,6 @@ file-system TMPFS # Efficient memory file-system
# File system options
options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options NFSSERVER # Network File System server

View File

@ -1,4 +1,4 @@
# $NetBSD: M403,v 1.46 2008/11/12 12:35:57 ad Exp $
# $NetBSD: M403,v 1.47 2008/11/24 11:41:08 ad Exp $
#
# configuration file for MIPS Magnum 4000 system
#
@ -82,7 +82,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and

View File

@ -1,4 +1,4 @@
# $NetBSD: MIMORI,v 1.50 2008/11/12 12:35:57 ad Exp $
# $NetBSD: MIMORI,v 1.51 2008/11/24 11:41:08 ad Exp $
# NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
#
# MIMORI -- My NEC RISCstation 2250 (ur)
@ -84,7 +84,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.

View File

@ -1,4 +1,4 @@
# $NetBSD: PICA,v 1.62 2008/11/12 12:35:57 ad Exp $
# $NetBSD: PICA,v 1.63 2008/11/24 11:41:08 ad Exp $
#
# configuration file for ACER PICA system
#
@ -83,7 +83,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and

View File

@ -1,4 +1,4 @@
# $NetBSD: RPC44,v 1.32 2008/11/12 12:35:57 ad Exp $
# $NetBSD: RPC44,v 1.33 2008/11/24 11:41:08 ad Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.32 $"
#ident "GENERIC-$Revision: 1.33 $"
maxusers 32 # estimated number of users
@ -109,7 +109,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and

View File

@ -1,5 +1,5 @@
#
# $NetBSD: ATARITT,v 1.90 2008/11/15 21:22:03 abs Exp $
# $NetBSD: ATARITT,v 1.91 2008/11/24 11:41:08 ad Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -41,7 +41,6 @@ file-system LFS # log-structured file system
file-system PTYFS # /dev/pts/N support
options WAPBL # File system journaling support - Experimental
options QUOTA # Disk quotas for local disks
options SOFTDEP # FFS soft updates support.
options NFSSERVER # Network File System server side code
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger

View File

@ -1,5 +1,5 @@
#
# $NetBSD: FALCON,v 1.88 2008/11/15 21:22:03 abs Exp $
# $NetBSD: FALCON,v 1.89 2008/11/24 11:41:08 ad Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -44,7 +44,6 @@ file-system LFS # log-structured file system
file-system PTYFS # /dev/pts/N support
options WAPBL # File system journaling support - Experimental
options QUOTA # Disk quotas for local disks
options SOFTDEP # FFS soft updates support.
options NFSSERVER # Network File System server side code
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger

View File

@ -1,5 +1,5 @@
#
# $NetBSD: GENERIC.in,v 1.76 2008/11/15 21:21:23 abs Exp $
# $NetBSD: GENERIC.in,v 1.77 2008/11/24 11:41:08 ad Exp $
#
# Generic atari
#
@ -122,7 +122,6 @@ options WAPBL # File system journaling support - Experimental
#ifndef INSTALL_KERNEL
options QUOTA # Disk quotas for local disks
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options NFSSERVER # Network File System server side code
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and

View File

@ -1,5 +1,5 @@
#
# $NetBSD: HADES,v 1.80 2008/11/15 21:22:03 abs Exp $
# $NetBSD: HADES,v 1.81 2008/11/24 11:41:08 ad Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -43,7 +43,6 @@ file-system LFS # log-structured file system
file-system PTYFS # /dev/pts/N support
options WAPBL # File system journaling support - Experimental
options QUOTA # Disk quotas for local disks
options SOFTDEP # FFS soft updates support.
options NFSSERVER # Network File System server side code
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MILAN-ISAIDE,v 1.57 2008/11/15 21:22:03 abs Exp $
# $NetBSD: MILAN-ISAIDE,v 1.58 2008/11/24 11:41:08 ad Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -43,7 +43,6 @@ file-system LFS # log-structured file system
file-system PTYFS # /dev/pts/N support
options WAPBL # File system journaling support - Experimental
options QUOTA # Disk quotas for local disks
options SOFTDEP # FFS soft updates support.
options NFSSERVER # Network File System server side code
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MILAN-PCIIDE,v 1.61 2008/11/15 21:22:03 abs Exp $
# $NetBSD: MILAN-PCIIDE,v 1.62 2008/11/24 11:41:08 ad Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -43,7 +43,6 @@ file-system LFS # log-structured file system
file-system PTYFS # /dev/pts/N support
options WAPBL # File system journaling support - Experimental
options QUOTA # Disk quotas for local disks
options SOFTDEP # FFS soft updates support.
options NFSSERVER # Network File System server side code
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.113 2008/11/12 12:35:57 ad Exp $
# $NetBSD: GENERIC,v 1.114 2008/11/24 11:41:08 ad 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.113 $"
#ident "GENERIC-$Revision: 1.114 $"
maxusers 32
@ -102,7 +102,6 @@ file-system UNION # union file system
# File system options
options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options NFSSERVER # Network File System server

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.125 2008/11/12 12:35:57 ad Exp $
# $NetBSD: GENERIC,v 1.126 2008/11/24 11:41:08 ad Exp $
#
# GENERIC machine description file
#
@ -79,7 +79,6 @@ file-system PTYFS # /dev/pts/N support
options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options NFSSERVER
options SOFTDEP # FFS soft updates support
options WAPBL # File system journaling support - Experimental
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.68 2008/11/12 12:35:57 ad Exp $
# $NetBSD: INSTALL,v 1.69 2008/11/24 11:41:08 ad Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@ -53,7 +53,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER
#options SOFTDEP # FFS soft updates support
options WAPBL # File system journaling support - Experimental
options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.120 2008/11/12 12:35:58 ad Exp $
# $NetBSD: GENERIC,v 1.121 2008/11/24 11:41:09 ad Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.120 $"
#ident "GENERIC-$Revision: 1.121 $"
maxusers 32
@ -95,7 +95,6 @@ file-system PTYFS # /dev/pts/N support
options NFSSERVER # Sun NFS-compatible filesystem server
options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.38 2008/11/12 12:35:58 ad Exp $
# $NetBSD: INSTALL,v 1.39 2008/11/24 11:41:09 ad Exp $
#
# INSTALL -- installation and rescue kernel.
#
@ -10,7 +10,7 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "INSTALL-$Revision: 1.38 $"
#ident "INSTALL-$Revision: 1.39 $"
makeoptions COPTS="-Os -mmemcpy"
makeoptions CPUFLAGS="-march=vr5000 -mabi=32"
@ -87,7 +87,6 @@ file-system MFS # memory-based filesystem
#options NFSSERVER # Sun NFS-compatible filesystem server
#options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independant support
#options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.87 2008/09/27 23:10:02 he Exp $
# $NetBSD: GENERIC,v 1.88 2008/11/24 11:41:09 ad Exp $
#
# GENERIC machine description file
#
@ -92,7 +92,6 @@ file-system PROCFS # /proc
# File system options
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independent supoprt
#options SOFTDEP # FFS soft updates support
options WAPBL # File system journaling support - Experimental
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options NFSSERVER # Network File System server

View File

@ -1,4 +1,4 @@
# $NetBSD: ADI_BRH,v 1.44 2008/11/12 12:35:58 ad Exp $
# $NetBSD: ADI_BRH,v 1.45 2008/11/24 11:41:09 ad Exp $
#
# ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board
#
@ -49,7 +49,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: ARMADILLO210,v 1.9 2008/11/12 12:35:58 ad Exp $
# $NetBSD: ARMADILLO210,v 1.10 2008/11/24 11:41:09 ad Exp $
#
# ARMADILLO210 -- Atmark Techno, Armadillo-210
#
@ -41,7 +41,6 @@ file-system NFS # Network file system
# File system options
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
#options SOFTDEP # FFS soft updates support
options WAPBL # File system journaling support - Experimental
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options NFSSERVER # Network File System server

View File

@ -1,4 +1,4 @@
# $NetBSD: ARMADILLO9,v 1.22 2008/11/12 12:35:58 ad Exp $
# $NetBSD: ARMADILLO9,v 1.23 2008/11/24 11:41:09 ad Exp $
#
# ARMADILLO9 -- Atmark Techno, Armadillo-9
#
@ -41,7 +41,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support
options WAPBL # File system journaling support - Experimental
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options NFSSERVER # Network File System server

View File

@ -1,5 +1,5 @@
#
# $NetBSD: BEAGLEBOARD,v 1.3 2008/11/12 12:35:58 ad Exp $
# $NetBSD: BEAGLEBOARD,v 1.4 2008/11/24 11:41:09 ad Exp $
#
# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
#
@ -47,7 +47,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER
#options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: CP3100,v 1.10 2008/11/12 12:35:58 ad Exp $
# $NetBSD: CP3100,v 1.11 2008/11/24 11:41:09 ad Exp $
#
# CP3100 -- Certance CP3100 Kernel
#
@ -50,7 +50,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -44,7 +44,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER
#options SOFTDEP
#options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -45,7 +45,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER
#options SOFTDEP
#options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -44,7 +44,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER
#options SOFTDEP
#options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: GUMSTIX,v 1.30 2008/11/12 12:35:58 ad Exp $
# $NetBSD: GUMSTIX,v 1.31 2008/11/24 11:41:09 ad Exp $
#
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
#
@ -54,7 +54,6 @@ file-system TMPFS # Efficient memory file-system
# File system options
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
# It is not recommended for general use.

View File

@ -1,4 +1,4 @@
# $NetBSD: HDL_G,v 1.12 2008/11/12 12:35:58 ad Exp $
# $NetBSD: HDL_G,v 1.13 2008/11/24 11:41:09 ad Exp $
#
# HDL_G -- I-O DATA HDL-G Kernel
#
@ -52,7 +52,6 @@ file-system UNION # union file system
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options NFSSERVER
#options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: IMX31LITE,v 1.5 2008/11/12 12:35:58 ad Exp $
# $NetBSD: IMX31LITE,v 1.6 2008/11/24 11:41:09 ad Exp $
#
# IMX31LITE -- Freescale IMX31LITE Evaluation Board Kernel
#
@ -47,7 +47,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: INTEGRATOR,v 1.53 2008/11/12 12:35:58 ad Exp $
# $NetBSD: INTEGRATOR,v 1.54 2008/11/24 11:41:09 ad Exp $
#
# GENERIC -- ARM Integrator board Generic kernel
#
@ -49,7 +49,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ31244,v 1.41 2008/11/12 12:35:58 ad Exp $
# $NetBSD: IQ31244,v 1.42 2008/11/24 11:41:09 ad Exp $
#
# IQ31244 -- Intel IQ31244 Evaluation Board Kernel
#
@ -49,7 +49,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ80310,v 1.62 2008/11/12 12:35:58 ad Exp $
# $NetBSD: IQ80310,v 1.63 2008/11/24 11:41:09 ad Exp $
#
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
#
@ -49,7 +49,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ80321,v 1.57 2008/11/12 12:35:58 ad Exp $
# $NetBSD: IQ80321,v 1.58 2008/11/24 11:41:09 ad Exp $
#
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
#
@ -49,7 +49,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: IXDP425,v 1.25 2008/11/12 12:35:58 ad Exp $
# $NetBSD: IXDP425,v 1.26 2008/11/24 11:41:09 ad Exp $
#
# IXDP425 -- Intel IXDP425/IXCDP1100 Development Platform
#
@ -53,7 +53,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: IXM1200,v 1.36 2008/11/12 12:35:58 ad Exp $
# $NetBSD: IXM1200,v 1.37 2008/11/24 11:41:09 ad Exp $
#
# IXM1200 -- Intel IXM1200 Evaluation Board Kernel
#
@ -48,7 +48,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -47,7 +47,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: MPCSA_GENERIC,v 1.6 2008/11/12 12:35:58 ad Exp $
# $NetBSD: MPCSA_GENERIC,v 1.7 2008/11/24 11:41:09 ad 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.6 $"
#ident "GENERIC-$Revision: 1.7 $"
maxusers 32 # estimated number of users
@ -154,7 +154,6 @@ file-system TMPFS # Efficient memory file-system
# File system options
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
# It is not recommended for general use.

View File

@ -1,4 +1,4 @@
# $NetBSD: NAPPI,v 1.30 2008/11/12 12:35:58 ad Exp $
# $NetBSD: NAPPI,v 1.31 2008/11/24 11:41:10 ad Exp $
#
# NAPPI -- Netwise APlication Platform Board Kernel
#
@ -48,7 +48,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: NSLU2,v 1.12 2008/11/12 12:35:58 ad Exp $
# $NetBSD: NSLU2,v 1.13 2008/11/24 11:41:10 ad Exp $
#
# Linksys NSLU2 "Slug" NAS Device
#
@ -54,7 +54,6 @@ file-system NFS # Network file system
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER
#options SOFTDEP
# Networking options

View File

@ -42,7 +42,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: SMDK2410,v 1.35 2008/11/12 12:35:58 ad Exp $
# $NetBSD: SMDK2410,v 1.36 2008/11/24 11:41:10 ad Exp $
#
# SMDK2410 -- Samsung's S3C2410 evaluation board.
#
@ -60,7 +60,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: SMDK2800,v 1.36 2008/11/12 12:35:58 ad Exp $
# $NetBSD: SMDK2800,v 1.37 2008/11/24 11:41:10 ad Exp $
#
# SMDK2800 -- Samsung's S3C2800 evaluation board.
#
@ -56,7 +56,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: TEAMASA_NPWR,v 1.58 2008/11/12 12:35:58 ad Exp $
# $NetBSD: TEAMASA_NPWR,v 1.59 2008/11/24 11:41:10 ad Exp $
#
# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
# server appliance.
@ -52,7 +52,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: TEAMASA_NPWR_FC,v 1.23 2008/11/12 12:35:58 ad Exp $
# $NetBSD: TEAMASA_NPWR_FC,v 1.24 2008/11/24 11:41:10 ad Exp $
#
# TeamASA NPWR-FC, i80321-based SBC
#
@ -50,7 +50,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,5 +1,5 @@
#
# $NetBSD: TISDP2420,v 1.7 2008/11/12 12:35:58 ad Exp $
# $NetBSD: TISDP2420,v 1.8 2008/11/24 11:41:10 ad Exp $
#
# TISDP2420 -- TI OMAP 2420 Eval Board Kernel
#
@ -47,7 +47,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER
#options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,5 +1,5 @@
#
# $NetBSD: TISDP2430,v 1.7 2008/11/12 12:35:58 ad Exp $
# $NetBSD: TISDP2430,v 1.8 2008/11/24 11:41:10 ad Exp $
#
# TISDP2430 -- TI OMAP 2430 Eval Board Kernel
#
@ -46,7 +46,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER
#options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: TS7200,v 1.34 2008/11/12 12:35:58 ad Exp $
# $NetBSD: TS7200,v 1.35 2008/11/24 11:41:10 ad Exp $
#
# GENERIC -- Generic kernel
#
@ -45,7 +45,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: TWINTAIL,v 1.26 2008/11/12 12:35:58 ad Exp $
# $NetBSD: TWINTAIL,v 1.27 2008/11/24 11:41:10 ad Exp $
#
# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
#
@ -53,7 +53,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: VIPER,v 1.14 2008/11/12 12:35:58 ad Exp $
# $NetBSD: VIPER,v 1.15 2008/11/24 11:41:10 ad Exp $
#
# Arcom Viper
#
@ -47,7 +47,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options NFSSERVER
options SOFTDEP
# Networking options

View File

@ -1,4 +1,4 @@
# $NetBSD: ZAO425,v 1.33 2008/11/12 12:35:58 ad Exp $
# $NetBSD: ZAO425,v 1.34 2008/11/24 11:41:10 ad Exp $
#
# ZAO425 -- Intel IXP425
#
@ -53,7 +53,6 @@ file-system PTYFS # /dev/pts/N support
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options NFSSERVER
options SOFTDEP
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,11 +1,11 @@
# $NetBSD: ADM5120,v 1.3 2008/05/30 20:10:01 tsutsui Exp $
# $NetBSD: ADM5120,v 1.4 2008/11/24 11:41:10 ad 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.3 $"
#ident "GENERIC-$Revision: 1.4 $"
maxusers 32
@ -77,7 +77,6 @@ file-system NFS # Sun NFS-compatible filesystem client
#options NFSSERVER # Sun NFS-compatible filesystem server
#options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independant support
#options SOFTDEP # FFS soft updates 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.3 2008/05/30 20:10:02 tsutsui Exp $
# $NetBSD: ADM5120-NB,v 1.4 2008/11/24 11:41:10 ad 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.3 $"
#ident "GENERIC-$Revision: 1.4 $"
maxusers 32
@ -77,7 +77,6 @@ file-system NFS # Sun NFS-compatible filesystem client
#options NFSSERVER # Sun NFS-compatible filesystem server
#options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independant support
#options SOFTDEP # FFS soft updates 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.2 2007/04/03 21:54:01 dyoung Exp $
# $NetBSD: ADM5120-USB,v 1.3 2008/11/24 11:41:10 ad 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.2 $"
#ident "GENERIC-$Revision: 1.3 $"
maxusers 32
@ -73,7 +73,6 @@ file-system NFS # Sun NFS-compatible filesystem client
#options NFSSERVER # Sun NFS-compatible filesystem server
#options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independant support
#options SOFTDEP # FFS soft updates support.
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.

View File

@ -1,11 +1,11 @@
# $NetBSD: ALCHEMY,v 1.21 2008/11/12 12:35:59 ad Exp $
# $NetBSD: ALCHEMY,v 1.22 2008/11/24 11:41:10 ad Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.alchemy"
#ident "ALCHEMY-$Revision: 1.21 $"
#ident "ALCHEMY-$Revision: 1.22 $"
maxusers 32
@ -89,7 +89,6 @@ file-system FDESC # user file descriptor filesystem
#options NFSSERVER # Sun NFS-compatible filesystem server
#options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independant support
#options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and

View File

@ -1,10 +1,10 @@
# $NetBSD: AP30,v 1.11 2008/11/12 12:35:59 ad Exp $
# $NetBSD: AP30,v 1.12 2008/11/24 11:41:10 ad Exp $
include "arch/evbmips/conf/std.atheros"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "AP30-$Revision: 1.11 $"
#ident "AP30-$Revision: 1.12 $"
maxusers 32
@ -88,7 +88,6 @@ file-system NFS # Sun NFS-compatible filesystem client
#options NFSSERVER # Sun NFS-compatible filesystem server
#options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independant support
#options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and

View File

@ -1,10 +1,10 @@
# $NetBSD: MALTA,v 1.49 2008/11/12 12:35:59 ad Exp $
# $NetBSD: MALTA,v 1.50 2008/11/24 11:41:10 ad Exp $
include "arch/evbmips/conf/std.malta"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "MALTA-$Revision: 1.49 $"
#ident "MALTA-$Revision: 1.50 $"
maxusers 32
@ -79,7 +79,6 @@ file-system NFS # Sun NFS-compatible filesystem client
#options NFSSERVER # Sun NFS-compatible filesystem server
#options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independant support
#options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and

View File

@ -1,10 +1,10 @@
# $NetBSD: MERAKI,v 1.7 2008/11/12 12:35:59 ad Exp $
# $NetBSD: MERAKI,v 1.8 2008/11/24 11:41:10 ad Exp $
include "arch/evbmips/conf/std.meraki"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "AP30-$Revision: 1.7 $"
#ident "AP30-$Revision: 1.8 $"
maxusers 32
@ -87,7 +87,6 @@ file-system NFS # Sun NFS-compatible filesystem client
#options NFSSERVER # Sun NFS-compatible filesystem server
#options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independant support
#options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and

View File

@ -1,11 +1,11 @@
# $NetBSD: RB153,v 1.2 2007/04/03 18:05:57 dyoung Exp $
# $Id: RB153,v 1.2 2007/04/03 18:05:57 dyoung Exp $
# $NetBSD: RB153,v 1.3 2008/11/24 11:41:10 ad Exp $
# $Id: RB153,v 1.3 2008/11/24 11:41:10 ad Exp $
#
# Example kernel config for the RouterBOARD 153.
include "arch/evbmips/conf/std.adm5120"
#ident "GENERIC-$Revision: 1.2 $"
#ident "GENERIC-$Revision: 1.3 $"
maxusers 32
@ -63,7 +63,6 @@ file-system NULLFS # NULL layered filesystem
#options NFSSERVER # Sun NFS-compatible filesystem server
#options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independant support
#options SOFTDEP # FFS soft updates support.
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.

View File

@ -1,10 +1,10 @@
# $NetBSD: WGT624V3,v 1.4 2008/11/12 12:35:59 ad Exp $
# $NetBSD: WGT624V3,v 1.5 2008/11/24 11:41:10 ad Exp $
include "arch/evbmips/conf/std.atheros"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "AP30-$Revision: 1.4 $"
#ident "AP30-$Revision: 1.5 $"
maxusers 32
@ -89,7 +89,6 @@ file-system NFS # Sun NFS-compatible filesystem client
#options NFSSERVER # Sun NFS-compatible filesystem server
#options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independant support
#options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and

View File

@ -1,4 +1,4 @@
# $NetBSD: EV64260,v 1.37 2008/11/12 12:35:59 ad Exp $
# $NetBSD: EV64260,v 1.38 2008/11/24 11:41:10 ad Exp $
#
# MVP -- Motorola's Multiprocessing Verification Platform
#
@ -99,7 +99,6 @@ file-system MSDOSFS # MS-DOS file system
# File system options
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: EXPLORA451,v 1.36 2008/11/12 12:35:59 ad Exp $
# $NetBSD: EXPLORA451,v 1.37 2008/11/24 11:41:11 ad Exp $
#
# GENERIC -- everything that's currently supported
#
@ -97,7 +97,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS200,v 1.20 2008/11/12 12:35:59 ad Exp $
# $NetBSD: OPENBLOCKS200,v 1.21 2008/11/24 11:41:11 ad Exp $
#
# GENERIC -- everything that's currently supported
#
@ -80,7 +80,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # UFS quotas
options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS266,v 1.42 2008/11/12 12:35:59 ad Exp $
# $NetBSD: OPENBLOCKS266,v 1.43 2008/11/24 11:41:11 ad Exp $
#
# GENERIC -- everything that's currently supported
#
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.obs405"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "OPENBLOCKS266-$Revision: 1.42 $"
#ident "OPENBLOCKS266-$Revision: 1.43 $"
maxusers 32
@ -99,7 +99,6 @@ file-system TMPFS # Efficient memory file-system
options QUOTA # UFS quotas
options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: PMPPC,v 1.6 2008/11/12 12:35:59 ad Exp $
# $NetBSD: PMPPC,v 1.7 2008/11/24 11:41:11 ad Exp $
#
# PMPPC
#
@ -79,7 +79,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: VIRTEX_DFC,v 1.4 2008/11/12 12:36:00 ad Exp $
# $NetBSD: VIRTEX_DFC,v 1.5 2008/11/24 11:41:11 ad Exp $
#
# VIRTEX_DFC
#
@ -97,7 +97,6 @@ file-system TMPFS # virtual memory file system
# File system options
options QUOTA # UFS quotas
options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: VIRTEX_GSRD1,v 1.4 2008/11/12 12:36:00 ad Exp $
# $NetBSD: VIRTEX_GSRD1,v 1.5 2008/11/24 11:41:11 ad Exp $
#
# VIRTEX_GSRD1
#
@ -91,7 +91,6 @@ file-system TMPFS # virtual memory file system
# File system options
options QUOTA # UFS quotas
options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: VIRTEX_GSRD2,v 1.5 2008/11/12 12:36:00 ad Exp $
# $NetBSD: VIRTEX_GSRD2,v 1.6 2008/11/24 11:41:11 ad Exp $
#
# VIRTEX_GSRD2
#
@ -99,7 +99,6 @@ file-system TMPFS # virtual memory file system
# File system options
options QUOTA # UFS quotas
options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: WALNUT,v 1.38 2008/11/12 12:36:00 ad Exp $
# $NetBSD: WALNUT,v 1.39 2008/11/24 11:41:11 ad Exp $
#
# GENERIC -- everything that's currently supported
#
@ -83,7 +83,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # UFS quotas
options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.26 2008/11/12 12:36:00 ad Exp $
# $NetBSD: GENERIC,v 1.27 2008/11/24 11:41:11 ad Exp $
#
# GENERIC machine description file
# This machine description file is used to generate the default NetBSD
@ -25,7 +25,7 @@ include "arch/ews4800mips/conf/std.ews4800mips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.26 $"
#ident "GENERIC-$Revision: 1.27 $"
maxusers 16
@ -116,7 +116,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Indpendent support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options NFSSERVER # Network File System server

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.148 2008/11/12 12:36:00 ad Exp $
# $NetBSD: GENERIC,v 1.149 2008/11/24 11:41:11 ad Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/hp300/conf/std.hp300"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.148 $"
#ident "GENERIC-$Revision: 1.149 $"
maxusers 32 # estimated number of users
@ -118,7 +118,6 @@ file-system PTYFS # /dev/pts/N support
# Filesystem options
options QUOTA # User and group quotas in FFS
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options NFSSERVER # Network filesystem server

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.37 2008/11/12 12:36:00 ad Exp $
# $NetBSD: INSTALL,v 1.38 2008/11/24 11:41:11 ad Exp $
#
# INSTALL machine description file
#
@ -82,7 +82,6 @@ file-system MFS # Memory-based filesystem
# Filesystem options
#options QUOTA # User and group quotas in FFS
#options FFS_EI # FFS Endian Independant support
#options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options NFSSERVER # Network filesystem server
#options NFS_BOOT_BOOTP # use bootp for NFS boot

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.84 2008/11/12 12:36:00 ad Exp $
# $NetBSD: GENERIC,v 1.85 2008/11/24 11:41:11 ad Exp $
#
# GENERIC machine description file
#
@ -23,7 +23,7 @@ include "arch/hp700/conf/std.hp700"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
#ident "GENERIC-$Revision: 1.84 $"
#ident "GENERIC-$Revision: 1.85 $"
maxusers 32 # estimated number of users
@ -111,7 +111,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options NFSSERVER # Network File System server

View File

@ -1,4 +1,4 @@
# $NetBSD: IPAQ,v 1.55 2008/11/12 12:36:01 ad Exp $
# $NetBSD: IPAQ,v 1.56 2008/11/24 11:41:11 ad Exp $
#
# iPAQ H3600 -- Windows-CE based PDA
#
@ -49,7 +49,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support
#options NFSSERVER

View File

@ -1,4 +1,4 @@
# $NetBSD: JORNADA720,v 1.71 2008/11/12 12:36:01 ad Exp $
# $NetBSD: JORNADA720,v 1.72 2008/11/24 11:41:11 ad Exp $
#
# JORNADA -- Windows-CE based jornada 720
#
@ -7,7 +7,7 @@ include "arch/hpcarm/conf/std.hpcarm"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.71 $"
#ident "GENERIC-$Revision: 1.72 $"
# estimated number of users
maxusers 32
@ -53,7 +53,6 @@ file-system TMPFS # Efficient memory file-system
# File system options
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support
#options NFSSERVER

View File

@ -1,4 +1,4 @@
# $NetBSD: JORNADA820,v 1.13 2008/11/12 12:36:01 ad Exp $
# $NetBSD: JORNADA820,v 1.14 2008/11/24 11:41:11 ad Exp $
#
# JORNADA -- Windows-CE based jornada 820
#
@ -7,7 +7,7 @@ include "arch/hpcarm/conf/std.hpcarm"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.13 $"
#ident "GENERIC-$Revision: 1.14 $"
# estimated number of users
maxusers 32
@ -51,7 +51,6 @@ file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
#options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support
#options NFSSERVER

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.204 2008/11/12 12:36:01 ad Exp $
# $NetBSD: GENERIC,v 1.205 2008/11/24 11:41:11 ad Exp $
#
# GENERIC machine description file
#
@ -24,7 +24,7 @@ include "arch/hpcmips/conf/std.hpcmips.tx39"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.204 $"
#ident "GENERIC-$Revision: 1.205 $"
maxusers 16
@ -92,7 +92,6 @@ file-system PTYFS # /dev/pts/N support
#file-system UDF # experimental - OSTA UDF CD/DVD file-system
options NFSSERVER # Sun NFS-compatible filesystem (server)
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options QUOTA # UFS quotas

View File

@ -1,5 +1,5 @@
#
# $NetBSD: LROUTER,v 1.38 2008/07/31 07:41:01 simonb Exp $
# $NetBSD: LROUTER,v 1.39 2008/11/24 11:41:11 ad Exp $
# From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
#
# Kernel configuration file for LASER5 L-Router
@ -75,7 +75,6 @@ file-system UNION
file-system PTYFS # /dev/pts/N support
options NFSSERVER # Sun NFS-compatible filesystem (server)
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options QUOTA # UFS quotas
#options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MPC303,v 1.50 2008/07/31 07:41:01 simonb Exp $
# $NetBSD: MPC303,v 1.51 2008/11/24 11:41:11 ad Exp $
# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
#
# Kernel configuration file for Victor MP-C303; enami's test machine.
@ -9,7 +9,7 @@ include "arch/hpcmips/conf/std.hpcmips"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.50 $"
#ident "GENERIC-$Revision: 1.51 $"
maxusers 16
@ -73,7 +73,6 @@ file-system UNION
file-system PTYFS # /dev/pts/N support
#options NFSSERVER # Sun NFS-compatible filesystem (server)
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options QUOTA # UFS quotas
options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -2,7 +2,7 @@
# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
#
# $NetBSD: TX3912,v 1.71 2008/07/31 07:41:01 simonb Exp $
# $NetBSD: TX3912,v 1.72 2008/11/24 11:41:11 ad Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -96,7 +96,6 @@ options INET6 # IPV6
#options EON # OSI tunneling over IP
options NFSSERVER # Sun NFS-compatible filesystem (server)
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options QUOTA # UFS quotas
options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,7 +1,7 @@
#
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
#
# $NetBSD: TX3922,v 1.84 2008/07/31 07:41:01 simonb Exp $
# $NetBSD: TX3922,v 1.85 2008/11/24 11:41:11 ad Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -85,7 +85,6 @@ options INET6 # IPV6
#options EON # OSI tunneling over IP
options NFSSERVER # Sun NFS-compatible filesystem (server)
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options QUOTA # UFS quotas
options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: VR41XX,v 1.45 2008/07/31 07:41:01 simonb Exp $
# $NetBSD: VR41XX,v 1.46 2008/11/24 11:41:11 ad Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/hpcmips/conf/std.hpcmips"
include "arch/hpcmips/conf/std.hpcmips.vr41"
#ident "GENERIC-$Revision: 1.45 $"
#ident "GENERIC-$Revision: 1.46 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@ -86,7 +86,6 @@ file-system UNION
file-system PTYFS # /dev/pts/N support
#options NFSSERVER # Sun NFS-compatible filesystem (server)
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
#options QUOTA # UFS quotas
options FFS_NO_SNAPSHOT # No FFS snapshot support

View File

@ -1,4 +1,4 @@
# $NetBSD: ALL,v 1.184 2008/11/12 12:36:01 ad Exp $
# $NetBSD: ALL,v 1.185 2008/11/24 11:41:11 ad 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.184 $"
#ident "ALL-$Revision: 1.185 $"
maxusers 32 # estimated number of users
@ -183,7 +183,6 @@ file-system ADOSFS # AmigaDOS file system
# File system options
options QUOTA # UFS quotas
options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
options WAPBL # File system journaling support - Experimental
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
# It is not recommended for general use.

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