From 2a32b6081e36998a50720313d6d26d1f809c88b1 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Wed, 7 Dec 2005 12:40:46 +0000 Subject: [PATCH] Remove obsolete options VNODE_OP_NOINLINE. --- sys/arch/acorn26/conf/FOURMEG | 3 +-- sys/arch/acorn26/conf/INSTALL | 3 +-- sys/arch/acorn32/conf/INSTALL | 6 ++---- sys/arch/alpha/conf/INSTALL | 3 +-- sys/arch/amd64/conf/SIMICS | 3 +-- sys/arch/amiga/conf/GENERIC.in | 8 +++----- sys/arch/amiga/conf/MDINSTALL | 3 +-- sys/arch/bebox/conf/INSTALL | 3 +-- sys/arch/cats/conf/INSTALL | 3 +-- sys/arch/evbppc/conf/INSTALL_OPENBLOCKS266 | 5 ++--- sys/arch/evbppc/conf/INSTALL_WALNUT | 5 ++--- sys/arch/hp300/conf/INSTALL | 3 +-- sys/arch/hpcmips/conf/GENERIC | 5 ++--- sys/arch/hpcmips/conf/LROUTER | 3 +-- sys/arch/hpcmips/conf/MPC303 | 5 ++--- sys/arch/hpcmips/conf/TX3912 | 3 +-- sys/arch/hpcmips/conf/TX3922 | 3 +-- sys/arch/hpcmips/conf/VR41XX | 5 ++--- sys/arch/i386/conf/GENERIC_TINY | 3 +-- sys/arch/i386/conf/INSTALL | 3 +-- sys/arch/i386/conf/INSTALL_LAPTOP | 3 +-- sys/arch/i386/conf/INSTALL_SMALL | 3 +-- sys/arch/i386/conf/INSTALL_TINY | 3 +-- sys/arch/i386/conf/INSTALL_XENU | 3 +-- sys/arch/i386/conf/NET4501 | 5 ++--- sys/arch/ibmnws/conf/GENERIC | 3 +-- sys/arch/mac68k/conf/INSTALL | 3 +-- sys/arch/mac68k/conf/INSTALLSBC | 3 +-- sys/arch/macppc/conf/INSTALL | 3 +-- sys/arch/mipsco/conf/INSTALL | 3 +-- sys/arch/news68k/conf/GENERIC_TINY | 5 ++--- sys/arch/news68k/conf/INSTALL | 3 +-- sys/arch/newsmips/conf/INSTALL | 3 +-- sys/arch/pc532/conf/INSTALL | 3 +-- sys/arch/playstation2/conf/config.playstation2 | 3 +-- sys/arch/pmax/conf/GENERIC | 6 ++---- sys/arch/pmax/conf/INSTALL | 3 +-- sys/arch/pmax/conf/WSCONS | 6 ++---- sys/arch/pmppc/conf/INSTALL | 4 +--- sys/arch/prep/conf/INSTALL | 3 +-- sys/arch/shark/conf/INSTALL | 4 +--- sys/arch/sparc/conf/INSTALL | 3 +-- sys/arch/sparc64/conf/INSTALL | 5 ++--- sys/arch/sun2/conf/DISKLESS | 5 ++--- sys/arch/sun2/conf/FOURMEG | 5 ++--- sys/arch/sun2/conf/GENERIC | 5 ++--- sys/arch/sun2/conf/INSTALL | 5 ++--- sys/arch/sun2/conf/RAMDISK | 3 +-- sys/arch/sun2/conf/VME | 5 ++--- sys/arch/sun3/conf/INSTALL | 3 +-- sys/arch/sun3/conf/INSTALL3X | 3 +-- sys/arch/vax/conf/INSTALL | 3 +-- sys/arch/x68k/conf/INSTALL | 5 ++--- 53 files changed, 72 insertions(+), 131 deletions(-) diff --git a/sys/arch/acorn26/conf/FOURMEG b/sys/arch/acorn26/conf/FOURMEG index d7a8846cdd40..632964f694af 100644 --- a/sys/arch/acorn26/conf/FOURMEG +++ b/sys/arch/acorn26/conf/FOURMEG @@ -1,4 +1,4 @@ -# $NetBSD: FOURMEG,v 1.24 2005/12/07 09:10:11 tsutsui Exp $ +# $NetBSD: FOURMEG,v 1.25 2005/12/07 12:40:46 tsutsui Exp $ # FOURMEG arm26 configuration -- something small @@ -111,7 +111,6 @@ options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options INSECURE # Reduce kernel size a little -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options MALLOC_NOINLINE # Not inlining MALLOC saves memory # NFS boot options diff --git a/sys/arch/acorn26/conf/INSTALL b/sys/arch/acorn26/conf/INSTALL index be839f38a84b..a44f10c45f7b 100644 --- a/sys/arch/acorn26/conf/INSTALL +++ b/sys/arch/acorn26/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.14 2005/12/07 09:10:11 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.15 2005/12/07 12:40:46 tsutsui Exp $ # INSTALL configuration, used to generate installation media @@ -107,7 +107,6 @@ options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options INSECURE # Reduce kernel size a little -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options MALLOC_NOINLINE # Not inlining MALLOC saves memory # NFS boot options diff --git a/sys/arch/acorn32/conf/INSTALL b/sys/arch/acorn32/conf/INSTALL index eb843ce50d60..9895f6443d73 100644 --- a/sys/arch/acorn32/conf/INSTALL +++ b/sys/arch/acorn32/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.35 2005/12/07 09:10:11 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.36 2005/12/07 12:40:46 tsutsui 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.35 $" +#ident "INSTALL-$Revision: 1.36 $" # estimated number of users maxusers 32 @@ -73,8 +73,6 @@ file-system PTYFS # /dev/pts/N support #options NFSSERVER options FFS_NO_SNAPSHOT # No FFS snapshot support -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem - # Networking options #options GATEWAY # packet forwarding diff --git a/sys/arch/alpha/conf/INSTALL b/sys/arch/alpha/conf/INSTALL index 21863c717edb..dca3a7840e40 100644 --- a/sys/arch/alpha/conf/INSTALL +++ b/sys/arch/alpha/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.87 2005/12/07 09:10:12 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.88 2005/12/07 12:40:46 tsutsui Exp $ # # Alpha INSTALL kernel. @@ -48,7 +48,6 @@ file-system KERNFS # Kernel variable file system (/kern) # Filesystem options #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem #options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/amd64/conf/SIMICS b/sys/arch/amd64/conf/SIMICS index 7e6d5bb88e7e..62b2b4b45357 100644 --- a/sys/arch/amd64/conf/SIMICS +++ b/sys/arch/amd64/conf/SIMICS @@ -1,4 +1,4 @@ -# $NetBSD: SIMICS,v 1.23 2005/12/07 09:10:12 tsutsui Exp $ +# $NetBSD: SIMICS,v 1.24 2005/12/07 12:40:46 tsutsui Exp $ # # INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines. # @@ -107,7 +107,6 @@ file-system FFS # UFS #options QUOTA # UFS quotas #options NFSSERVER # Network File System server #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -#options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and # immutable) behave as system flags. options FFS_NO_SNAPSHOT # No FFS snapshot support diff --git a/sys/arch/amiga/conf/GENERIC.in b/sys/arch/amiga/conf/GENERIC.in index b2cc04a5de7c..a6bfe669798d 100644 --- a/sys/arch/amiga/conf/GENERIC.in +++ b/sys/arch/amiga/conf/GENERIC.in @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC.in,v 1.46 2005/12/07 09:10:12 tsutsui Exp $ +# $NetBSD: GENERIC.in,v 1.47 2005/12/07 12:40:46 tsutsui 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.46 $" +#ident "GENERIC-$Revision: 1.47 $" m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl makeoptions COPTS="-Os" @@ -170,9 +170,7 @@ file-system PTYFS # /dev/pts/N support #options FFS_EI # FFS Endian Independant support -m4_ifdef(`INSTALL_CONFIGURATION', ` -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem -', `m4_dnl +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 diff --git a/sys/arch/amiga/conf/MDINSTALL b/sys/arch/amiga/conf/MDINSTALL index 9f495579be1d..a7257217718f 100644 --- a/sys/arch/amiga/conf/MDINSTALL +++ b/sys/arch/amiga/conf/MDINSTALL @@ -1,4 +1,4 @@ -# $NetBSD: MDINSTALL,v 1.23 2005/12/07 12:22:29 tsutsui Exp $ +# $NetBSD: MDINSTALL,v 1.24 2005/12/07 12:40:46 tsutsui Exp $ # # INSTALL kernel for ramdisk installation @@ -49,7 +49,6 @@ file-system MSDOSFS # MS-DOS filesystem file-system KERNFS # kernel data-structure filesystem file-system PTYFS # /dev/pts/N support -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support # diff --git a/sys/arch/bebox/conf/INSTALL b/sys/arch/bebox/conf/INSTALL index b964c416ecab..7076deee2833 100644 --- a/sys/arch/bebox/conf/INSTALL +++ b/sys/arch/bebox/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.34 2005/12/07 09:10:12 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.35 2005/12/07 12:40:46 tsutsui Exp $ # # First try for BEBOX config file # @@ -66,7 +66,6 @@ file-system PTYFS # /dev/pts/N support # Filesystem options #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support #options NFSSERVER diff --git a/sys/arch/cats/conf/INSTALL b/sys/arch/cats/conf/INSTALL index 101d0beefcd3..989742834dac 100644 --- a/sys/arch/cats/conf/INSTALL +++ b/sys/arch/cats/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.54 2005/12/07 09:10:12 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.55 2005/12/07 12:40:47 tsutsui Exp $ # # CATSINST -- CHALTECH CATS Install kernel # @@ -54,7 +54,6 @@ file-system PTYFS # /dev/pts/N support #options FFS_EI # FFS Endian Independant support #options NFSSERVER #options SOFTDEP # FFS soft updates support -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/evbppc/conf/INSTALL_OPENBLOCKS266 b/sys/arch/evbppc/conf/INSTALL_OPENBLOCKS266 index 9f69ff265fa2..644e9b2ed14d 100644 --- a/sys/arch/evbppc/conf/INSTALL_OPENBLOCKS266 +++ b/sys/arch/evbppc/conf/INSTALL_OPENBLOCKS266 @@ -1,8 +1,8 @@ -# $NetBSD: INSTALL_OPENBLOCKS266,v 1.2 2005/08/31 15:23:06 he Exp $ +# $NetBSD: INSTALL_OPENBLOCKS266,v 1.3 2005/12/07 12:40:47 tsutsui Exp $ include "arch/evbppc/conf/OPENBLOCKS266" -#ident "INSTALL_OPENBLOCKS266-$Revision: 1.2 $" +#ident "INSTALL_OPENBLOCKS266-$Revision: 1.3 $" # # DEBUG options turned on: @@ -14,7 +14,6 @@ include "arch/evbppc/conf/OPENBLOCKS266" options DIAGNOSTIC options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options MALLOC_NOINLINE # Not inlining MALLOC saves memory -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem # # Enable the hooks used for initializing the root memory-disk. diff --git a/sys/arch/evbppc/conf/INSTALL_WALNUT b/sys/arch/evbppc/conf/INSTALL_WALNUT index fbf9c34a3e10..8f65ac43ce28 100644 --- a/sys/arch/evbppc/conf/INSTALL_WALNUT +++ b/sys/arch/evbppc/conf/INSTALL_WALNUT @@ -1,8 +1,8 @@ -# $NetBSD: INSTALL_WALNUT,v 1.5 2005/01/18 12:38:41 simonb Exp $ +# $NetBSD: INSTALL_WALNUT,v 1.6 2005/12/07 12:40:47 tsutsui Exp $ include "arch/evbppc/conf/WALNUT" -#ident "INSTALL_WALNUT-$Revision: 1.5 $" +#ident "INSTALL_WALNUT-$Revision: 1.6 $" # DEBUG options turned on: @@ -13,7 +13,6 @@ options DIAGNOSTIC #options SYSCALL_DEBUG options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options MALLOC_NOINLINE # Not inlining MALLOC saves memory -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem # Enable the hooks used for initializing the root memory-disk. options MEMORY_DISK_HOOKS diff --git a/sys/arch/hp300/conf/INSTALL b/sys/arch/hp300/conf/INSTALL index 1e0cf46eadcc..69468b0d480f 100644 --- a/sys/arch/hp300/conf/INSTALL +++ b/sys/arch/hp300/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.27 2005/12/07 09:10:13 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.28 2005/12/07 12:40:47 tsutsui Exp $ # # INSTALL machine description file # @@ -21,7 +21,6 @@ options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel options MALLOC_NOINLINE # Not inlining MALLOC saves memory -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem # Support for various CPU types options HP320 diff --git a/sys/arch/hpcmips/conf/GENERIC b/sys/arch/hpcmips/conf/GENERIC index 8ff7417c6704..760623ee4360 100644 --- a/sys/arch/hpcmips/conf/GENERIC +++ b/sys/arch/hpcmips/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.178 2005/12/07 09:10:13 tsutsui Exp $ +# $NetBSD: GENERIC,v 1.179 2005/12/07 12:40:47 tsutsui 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.178 $" +#ident "GENERIC-$Revision: 1.179 $" maxusers 16 @@ -95,7 +95,6 @@ options NFSSERVER # Sun NFS-compatible filesystem (server) options SOFTDEP # FFS soft updates support. #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental #options QUOTA # UFS quotas -options VNODE_OP_NOINLINE # don't inline vnode op calls #options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/hpcmips/conf/LROUTER b/sys/arch/hpcmips/conf/LROUTER index 0dfb1c80404c..a644d9294f33 100644 --- a/sys/arch/hpcmips/conf/LROUTER +++ b/sys/arch/hpcmips/conf/LROUTER @@ -1,5 +1,5 @@ # -# $NetBSD: LROUTER,v 1.29 2005/12/07 09:10:13 tsutsui Exp $ +# $NetBSD: LROUTER,v 1.30 2005/12/07 12:40:47 tsutsui Exp $ # From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp # # Kernel configuration file for LASER5 L-Router @@ -78,7 +78,6 @@ file-system PTYFS # /dev/pts/N support options NFSSERVER # Sun NFS-compatible filesystem (server) options SOFTDEP # FFS soft updates support. #options QUOTA # UFS quotas -options VNODE_OP_NOINLINE # don't inline vnode op calls #options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/hpcmips/conf/MPC303 b/sys/arch/hpcmips/conf/MPC303 index 01661d40e138..ca198445a7ba 100644 --- a/sys/arch/hpcmips/conf/MPC303 +++ b/sys/arch/hpcmips/conf/MPC303 @@ -1,5 +1,5 @@ # -# $NetBSD: MPC303,v 1.39 2005/12/07 09:10:13 tsutsui Exp $ +# $NetBSD: MPC303,v 1.40 2005/12/07 12:40:47 tsutsui 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.39 $" +#ident "GENERIC-$Revision: 1.40 $" maxusers 16 @@ -75,7 +75,6 @@ file-system PTYFS # /dev/pts/N support #options NFSSERVER # Sun NFS-compatible filesystem (server) options SOFTDEP # FFS soft updates support. #options QUOTA # UFS quotas -options VNODE_OP_NOINLINE # don't inline vnode op calls options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/hpcmips/conf/TX3912 b/sys/arch/hpcmips/conf/TX3912 index 0e98621d4e05..81c76170e772 100644 --- a/sys/arch/hpcmips/conf/TX3912 +++ b/sys/arch/hpcmips/conf/TX3912 @@ -2,7 +2,7 @@ # Distribution kernel (TOSHIBA TX3912 based model) kernel config file # -# $NetBSD: TX3912,v 1.62 2005/12/07 09:10:13 tsutsui Exp $ +# $NetBSD: TX3912,v 1.63 2005/12/07 12:40:47 tsutsui Exp $ # include "arch/hpcmips/conf/std.hpcmips" @@ -95,7 +95,6 @@ options INET6 # IPV6 options NFSSERVER # Sun NFS-compatible filesystem (server) options SOFTDEP # FFS soft updates support. #options QUOTA # UFS quotas -options VNODE_OP_NOINLINE # don't inline vnode op calls options FFS_NO_SNAPSHOT # No FFS snapshot support options NFS_BOOT_DHCP diff --git a/sys/arch/hpcmips/conf/TX3922 b/sys/arch/hpcmips/conf/TX3922 index 6b0c8cd8cffd..9309213b74d9 100644 --- a/sys/arch/hpcmips/conf/TX3922 +++ b/sys/arch/hpcmips/conf/TX3922 @@ -1,7 +1,7 @@ # # Distribution kernel (TOSHIBA TX3922 based model) kernel config file # -# $NetBSD: TX3922,v 1.70 2005/12/07 09:10:13 tsutsui Exp $ +# $NetBSD: TX3922,v 1.71 2005/12/07 12:40:47 tsutsui Exp $ # include "arch/hpcmips/conf/std.hpcmips" @@ -84,7 +84,6 @@ options INET6 # IPV6 options NFSSERVER # Sun NFS-compatible filesystem (server) options SOFTDEP # FFS soft updates support. #options QUOTA # UFS quotas -options VNODE_OP_NOINLINE # don't inline vnode op calls options FFS_NO_SNAPSHOT # No FFS snapshot support options NFS_BOOT_DHCP diff --git a/sys/arch/hpcmips/conf/VR41XX b/sys/arch/hpcmips/conf/VR41XX index 28d54fa7b3d2..1d1e005f66c6 100644 --- a/sys/arch/hpcmips/conf/VR41XX +++ b/sys/arch/hpcmips/conf/VR41XX @@ -1,4 +1,4 @@ -# $NetBSD: VR41XX,v 1.32 2005/12/07 09:10:13 tsutsui Exp $ +# $NetBSD: VR41XX,v 1.33 2005/12/07 12:40:47 tsutsui 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.32 $" +#ident "GENERIC-$Revision: 1.33 $" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary @@ -88,7 +88,6 @@ file-system PTYFS # /dev/pts/N support #options NFSSERVER # Sun NFS-compatible filesystem (server) options SOFTDEP # FFS soft updates support. #options QUOTA # UFS quotas -options VNODE_OP_NOINLINE # don't inline vnode op calls options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/i386/conf/GENERIC_TINY b/sys/arch/i386/conf/GENERIC_TINY index dcdf1fb4672c..b6f58d7dda07 100644 --- a/sys/arch/i386/conf/GENERIC_TINY +++ b/sys/arch/i386/conf/GENERIC_TINY @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC_TINY,v 1.93 2005/12/07 09:10:15 tsutsui Exp $ +# $NetBSD: GENERIC_TINY,v 1.94 2005/12/07 12:40:47 tsutsui Exp $ # # GENERIC_TINY -- suitable default for 4M machines # No EISA, PCI, or SCSI. @@ -121,7 +121,6 @@ file-system KERNFS # /kern options FFS_NO_SNAPSHOT # No FF snapshot support #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and # immutable) behave as system flags. -options VNODE_OP_NOINLINE # don't inline vnode op calls # Networking options #options GATEWAY # packet forwarding diff --git a/sys/arch/i386/conf/INSTALL b/sys/arch/i386/conf/INSTALL index 2fa66dbb1bf0..6e5a1d44a8f8 100644 --- a/sys/arch/i386/conf/INSTALL +++ b/sys/arch/i386/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.274 2005/12/07 09:10:15 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.275 2005/12/07 12:40:47 tsutsui Exp $ # # INSTALL - Installation kernel. # @@ -127,7 +127,6 @@ file-system KERNFS # /kern #options QUOTA # UFS quotas #options NFSSERVER # Network File System server options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and # immutable) behave as system flags. diff --git a/sys/arch/i386/conf/INSTALL_LAPTOP b/sys/arch/i386/conf/INSTALL_LAPTOP index e64057a8be47..fc6363c0da68 100644 --- a/sys/arch/i386/conf/INSTALL_LAPTOP +++ b/sys/arch/i386/conf/INSTALL_LAPTOP @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL_LAPTOP,v 1.93 2005/12/07 09:10:15 tsutsui Exp $ +# $NetBSD: INSTALL_LAPTOP,v 1.94 2005/12/07 12:40:47 tsutsui Exp $ # # INSTALL - Installation kernel. # @@ -127,7 +127,6 @@ file-system KERNFS # /kern #options NFSSERVER # Network File System server #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and # immutable) behave as system flags. -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/i386/conf/INSTALL_SMALL b/sys/arch/i386/conf/INSTALL_SMALL index 44b534228c40..a1a6cfb26dd0 100644 --- a/sys/arch/i386/conf/INSTALL_SMALL +++ b/sys/arch/i386/conf/INSTALL_SMALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL_SMALL,v 1.121 2005/12/07 09:10:15 tsutsui Exp $ +# $NetBSD: INSTALL_SMALL,v 1.122 2005/12/07 12:40:47 tsutsui Exp $ # # INSTALL_SMALL - Small Installation kernel. # @@ -127,7 +127,6 @@ file-system MSDOSFS # MS-DOS file system #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and # immutable) behave as system flags. options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/i386/conf/INSTALL_TINY b/sys/arch/i386/conf/INSTALL_TINY index 873dd981f4dd..d686edffe5f2 100644 --- a/sys/arch/i386/conf/INSTALL_TINY +++ b/sys/arch/i386/conf/INSTALL_TINY @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL_TINY,v 1.98 2005/12/07 09:10:15 tsutsui Exp $ +# $NetBSD: INSTALL_TINY,v 1.99 2005/12/07 12:40:47 tsutsui Exp $ # # This kernel should be derived from INSTALL (which is derived # from GENERIC) with some features commented out. @@ -124,7 +124,6 @@ file-system MSDOSFS # MS-DOS file system #options QUOTA # UFS quotas #options NFSSERVER # Network File System server options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and # immutable) behave as system flags. diff --git a/sys/arch/i386/conf/INSTALL_XENU b/sys/arch/i386/conf/INSTALL_XENU index 564e6ea037f6..471ff775ac40 100644 --- a/sys/arch/i386/conf/INSTALL_XENU +++ b/sys/arch/i386/conf/INSTALL_XENU @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL_XENU,v 1.8 2005/12/07 09:10:15 tsutsui Exp $ +# $NetBSD: INSTALL_XENU,v 1.9 2005/12/07 12:40:47 tsutsui Exp $ include "arch/xen/conf/std.xen" @@ -101,7 +101,6 @@ file-system KERNFS # /kern #options QUOTA # UFS quotas #options NFSSERVER # Network File System server #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and # immutable) behave as system flags. diff --git a/sys/arch/i386/conf/NET4501 b/sys/arch/i386/conf/NET4501 index 5fb284953e34..5ba8178adb60 100644 --- a/sys/arch/i386/conf/NET4501 +++ b/sys/arch/i386/conf/NET4501 @@ -1,4 +1,4 @@ -# $NetBSD: NET4501,v 1.43 2005/12/07 09:10:15 tsutsui Exp $ +# $NetBSD: NET4501,v 1.44 2005/12/07 12:40:47 tsutsui Exp $ # # NET4501 -- kernel configuration for a Soekris Engineering net4501 # single-board computer. @@ -10,7 +10,7 @@ include "arch/i386/conf/std.i386" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "NET4501-$Revision: 1.43 $" +#ident "NET4501-$Revision: 1.44 $" maxusers 32 # estimated number of users @@ -24,7 +24,6 @@ options I486_CPU options TIMER_FREQ=1189200 makeoptions COPTS="-Os -mcpu=i486" -options VNODE_OP_NOINLINE # CPU-related options. #options MATH_EMULATE # floating point emulation diff --git a/sys/arch/ibmnws/conf/GENERIC b/sys/arch/ibmnws/conf/GENERIC index bbe9f403c167..d82c3f7e5215 100644 --- a/sys/arch/ibmnws/conf/GENERIC +++ b/sys/arch/ibmnws/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.18 2005/12/07 09:10:15 tsutsui Exp $ +# $NetBSD: GENERIC,v 1.19 2005/12/07 12:40:47 tsutsui Exp $ # # @@ -40,7 +40,6 @@ file-system PTYFS # /dev/pts/N support #file-system TMPFS # experimental - Efficient memory file-system # File system options -options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls #options FFS_EI # FFS Endian Independant support #options FFS_NO_SNAPSHOT # No FFS snapshot support #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and diff --git a/sys/arch/mac68k/conf/INSTALL b/sys/arch/mac68k/conf/INSTALL index e6e4a10ef191..933d5769ad83 100644 --- a/sys/arch/mac68k/conf/INSTALL +++ b/sys/arch/mac68k/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.35 2005/12/07 09:10:16 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.36 2005/12/07 12:40:47 tsutsui Exp $ # # INSTALL @@ -61,7 +61,6 @@ file-system KERNFS # /kern # Filesystem options #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/mac68k/conf/INSTALLSBC b/sys/arch/mac68k/conf/INSTALLSBC index 53048fb3914a..8012692102f1 100644 --- a/sys/arch/mac68k/conf/INSTALLSBC +++ b/sys/arch/mac68k/conf/INSTALLSBC @@ -1,4 +1,4 @@ -# $NetBSD: INSTALLSBC,v 1.26 2005/12/07 09:10:16 tsutsui Exp $ +# $NetBSD: INSTALLSBC,v 1.27 2005/12/07 12:40:47 tsutsui Exp $ # # INSTALLSBC @@ -61,7 +61,6 @@ file-system KERNFS # /kern # Filesystem options #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/macppc/conf/INSTALL b/sys/arch/macppc/conf/INSTALL index 61c5561ba33c..0f5bba7b8695 100644 --- a/sys/arch/macppc/conf/INSTALL +++ b/sys/arch/macppc/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.94 2005/12/07 09:10:16 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.95 2005/12/07 12:40:47 tsutsui Exp $ # # config file for INSTALL FLOPPY # @@ -43,7 +43,6 @@ file-system MSDOSFS # MS-DOS file system # Filesystem options options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options APPLE_UFS # Apple UFS support in FFS #options FFS_NO_SNAPSHOT # No FFS snapshot support diff --git a/sys/arch/mipsco/conf/INSTALL b/sys/arch/mipsco/conf/INSTALL index dc41e65c5804..04f08348cb12 100644 --- a/sys/arch/mipsco/conf/INSTALL +++ b/sys/arch/mipsco/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.19 2005/12/07 09:10:16 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.20 2005/12/07 12:40:47 tsutsui Exp $ # include "arch/mipsco/conf/std.mipsco" @@ -46,7 +46,6 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system # Options for saving space in install kernels options NFS_V2_ONLY # Exclude NFS3 and NQNFS -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/news68k/conf/GENERIC_TINY b/sys/arch/news68k/conf/GENERIC_TINY index 41a5772b7dc2..472f9d255b7d 100644 --- a/sys/arch/news68k/conf/GENERIC_TINY +++ b/sys/arch/news68k/conf/GENERIC_TINY @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC_TINY,v 1.46 2005/12/07 09:10:17 tsutsui Exp $ +# $NetBSD: GENERIC_TINY,v 1.47 2005/12/07 12:40:47 tsutsui Exp $ # news68k GENERIC config file for low memory machines; # @@ -6,7 +6,7 @@ include "arch/news68k/conf/std.news68k" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC_TINY-$Revision: 1.46 $" +#ident "GENERIC_TINY-$Revision: 1.47 $" maxusers 4 @@ -91,7 +91,6 @@ options NFSSERVER # nfs server support #options FFS_EI # ffs endian independant support options SOFTDEP # ffs soft updates support #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem #options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/news68k/conf/INSTALL b/sys/arch/news68k/conf/INSTALL index 74789df40c1e..934e1af1c13e 100644 --- a/sys/arch/news68k/conf/INSTALL +++ b/sys/arch/news68k/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.34 2005/12/07 09:10:17 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.35 2005/12/07 12:40:47 tsutsui Exp $ # config for bootable floppy kernel # @@ -69,7 +69,6 @@ file-system MSDOSFS # MS-DOS FAT file system #options QUOTA # ffs quotas #options FFS_EI # ffs endian independant support options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/newsmips/conf/INSTALL b/sys/arch/newsmips/conf/INSTALL index 4223df1f3b1d..4c65bf67a89a 100644 --- a/sys/arch/newsmips/conf/INSTALL +++ b/sys/arch/newsmips/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.28 2005/12/07 09:10:17 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.29 2005/12/07 12:40:47 tsutsui Exp $ # # INSTALL kernel for RISC-NEWS @@ -46,7 +46,6 @@ file-system MSDOSFS # MS-DOS FAT filesystem(s). # Filesystem options options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/pc532/conf/INSTALL b/sys/arch/pc532/conf/INSTALL index 4a70832f73b6..af29bc045f62 100644 --- a/sys/arch/pc532/conf/INSTALL +++ b/sys/arch/pc532/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.37 2005/12/07 09:10:18 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.38 2005/12/07 12:40:47 tsutsui Exp $ # # INSTALL -- install kernel # @@ -29,7 +29,6 @@ file-system NFS # Network File System client # Filesystem options #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support options KMEMSTATS # saves about 50k diff --git a/sys/arch/playstation2/conf/config.playstation2 b/sys/arch/playstation2/conf/config.playstation2 index b06197df698c..4afbea6bbe11 100644 --- a/sys/arch/playstation2/conf/config.playstation2 +++ b/sys/arch/playstation2/conf/config.playstation2 @@ -1,7 +1,7 @@ # # deafult config file. # -# $NetBSD: config.playstation2,v 1.15 2005/12/07 09:10:18 tsutsui Exp $ +# $NetBSD: config.playstation2,v 1.16 2005/12/07 12:40:47 tsutsui Exp $ # maxusers 16 @@ -19,7 +19,6 @@ file-system PROCFS # /proc file-system PTYFS # /dev/pts/N support options SOFTDEP # FFS soft updates support. -options VNODE_OP_NOINLINE # don't inline vnode op calls options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/pmax/conf/GENERIC b/sys/arch/pmax/conf/GENERIC index df6b4cffdfa0..c5a564892cb9 100644 --- a/sys/arch/pmax/conf/GENERIC +++ b/sys/arch/pmax/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.138 2005/12/07 09:10:18 tsutsui Exp $ +# $NetBSD: GENERIC,v 1.139 2005/12/07 12:40:47 tsutsui Exp $ # # GENERIC machine description file # @@ -23,7 +23,7 @@ include "arch/pmax/conf/files.pmax_rcons" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.138 $" +#ident "GENERIC-$Revision: 1.139 $" maxusers 64 @@ -108,8 +108,6 @@ options QUOTA # UFS quotas options SOFTDEP # FFS soft updates support. #options FFS_NO_SNAPSHOT # No FFS snapshot support #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental -# VNODE_OP_NOINLINE will produce smaller and possibly slightly faster kernels -#options VNODE_OP_NOINLINE # don't inline vnode op calls # Networking options options INET # Internet protocols diff --git a/sys/arch/pmax/conf/INSTALL b/sys/arch/pmax/conf/INSTALL index 8b8a2addfcdf..a0dc43d2fbe5 100644 --- a/sys/arch/pmax/conf/INSTALL +++ b/sys/arch/pmax/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.58 2005/12/07 09:10:18 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.59 2005/12/07 12:40:47 tsutsui Exp $ # # Distribution install kernel (any model) # netbsd: cut-down kernel for miniroots. @@ -56,7 +56,6 @@ file-system KERNFS # kernel data-structure filesystem # Filesystem options #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support diff --git a/sys/arch/pmax/conf/WSCONS b/sys/arch/pmax/conf/WSCONS index 24ebfd1d0533..2752a2094f8f 100644 --- a/sys/arch/pmax/conf/WSCONS +++ b/sys/arch/pmax/conf/WSCONS @@ -1,4 +1,4 @@ -# $NetBSD: WSCONS,v 1.19 2005/12/07 09:10:18 tsutsui Exp $ +# $NetBSD: WSCONS,v 1.20 2005/12/07 12:40:47 tsutsui Exp $ # # GENERIC machine description file # @@ -33,7 +33,7 @@ options WSCONS options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.19 $" +#ident "GENERIC-$Revision: 1.20 $" maxusers 64 @@ -118,8 +118,6 @@ options QUOTA # UFS quotas options SOFTDEP # FFS soft updates support. #options FFS_NO_SNAPSHOT # No FFS snapshot support #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental -# VNODE_OP_NOINLINE will produce smaller and possibly slightly faster kernels -#options VNODE_OP_NOINLINE # don't inline vnode op calls # Networking options options INET # Internet protocols diff --git a/sys/arch/pmppc/conf/INSTALL b/sys/arch/pmppc/conf/INSTALL index 780c6548bde5..c599830ab75d 100644 --- a/sys/arch/pmppc/conf/INSTALL +++ b/sys/arch/pmppc/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.21 2005/12/07 09:10:18 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.22 2005/12/07 12:40:47 tsutsui Exp $ # # INSTALL # @@ -89,8 +89,6 @@ options FFS_NO_SNAPSHOT # No FFS snapshot support #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and # immutable) behave as system flags. -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem - options NFS_BOOT_DHCP # Support DHCP NFS root # Networking options diff --git a/sys/arch/prep/conf/INSTALL b/sys/arch/prep/conf/INSTALL index eee676820f28..91e5c6e7b685 100644 --- a/sys/arch/prep/conf/INSTALL +++ b/sys/arch/prep/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.35 2005/12/07 09:10:19 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.36 2005/12/07 12:40:47 tsutsui Exp $ # # INSTALL -- Installation kernel # @@ -44,7 +44,6 @@ file-system MSDOSFS # MS-DOS file system #file-system PTYFS # /dev/pts/N support # File system options -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem #options FFS_EI # FFS Endian Independant support #options FFS_NO_SNAPSHOT # No FFS snapshot support #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and diff --git a/sys/arch/shark/conf/INSTALL b/sys/arch/shark/conf/INSTALL index 17699d367095..d31a06160c9b 100644 --- a/sys/arch/shark/conf/INSTALL +++ b/sys/arch/shark/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.23 2005/12/07 09:10:19 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.24 2005/12/07 12:40:47 tsutsui Exp $ # # Shark installation kernel # @@ -63,8 +63,6 @@ file-system KERNFS # /kern #options NFSSERVER #options FFS_NO_SNAPSHOT # No FFS snapshot support -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem - # Networking options #options GATEWAY # packet forwarding diff --git a/sys/arch/sparc/conf/INSTALL b/sys/arch/sparc/conf/INSTALL index 8e9aac78a0cd..b01e232807ec 100644 --- a/sys/arch/sparc/conf/INSTALL +++ b/sys/arch/sparc/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.51 2005/12/07 09:10:19 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.52 2005/12/07 12:40:47 tsutsui Exp $ # # from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp # @@ -175,7 +175,6 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system #options QUOTA # FFS quotas #options FFS_EI # FFS Endian Independent support #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support ## Network protocol support. In most environments, INET is required. diff --git a/sys/arch/sparc64/conf/INSTALL b/sys/arch/sparc64/conf/INSTALL index d0e7ec081c69..81bf66b83707 100644 --- a/sys/arch/sparc64/conf/INSTALL +++ b/sys/arch/sparc64/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.18 2003/09/19 16:34:24 martin Exp $ +# $NetBSD: INSTALL,v 1.19 2005/12/07 12:40:47 tsutsui Exp $ # # NOTE: this file only needs *additional* things for the install # kernel, that are not already included in GENERIC32! @@ -6,7 +6,7 @@ include "arch/sparc64/conf/GENERIC32" -#ident "INSTALL-$Revision: 1.18 $" +#ident "INSTALL-$Revision: 1.19 $" include "arch/sparc64/conf/std.sparc64-64" @@ -24,7 +24,6 @@ makeoptions COPTS="-Os" #options SYSCALL_DEBUG options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options MALLOC_NOINLINE # Not inlining MALLOC saves memory -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem #MEMORY DISK ROOT options: diff --git a/sys/arch/sun2/conf/DISKLESS b/sys/arch/sun2/conf/DISKLESS index c0718d032e2d..5be85f0fca61 100644 --- a/sys/arch/sun2/conf/DISKLESS +++ b/sys/arch/sun2/conf/DISKLESS @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS,v 1.26 2005/09/04 10:40:51 isaki Exp $ +# $NetBSD: DISKLESS,v 1.27 2005/12/07 12:40:48 tsutsui Exp $ # DISKLESS Sun2 (2/120, 2/170, 2/50, ...) # Supports root on: ie0, ec0 @@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "DISKLESS-$Revision: 1.26 $" +#ident "DISKLESS-$Revision: 1.27 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -73,7 +73,6 @@ file-system PTYFS # /dev/pts/N support #options FFS_EI # FFS Endian Independant support #options SOFTDEP # FFS soft updates support. #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem # Networking options options INET # IP protocol stack support diff --git a/sys/arch/sun2/conf/FOURMEG b/sys/arch/sun2/conf/FOURMEG index 26000eeb489b..566ecd59f1fc 100644 --- a/sys/arch/sun2/conf/FOURMEG +++ b/sys/arch/sun2/conf/FOURMEG @@ -1,4 +1,4 @@ -# $NetBSD: FOURMEG,v 1.30 2005/12/07 09:10:19 tsutsui Exp $ +# $NetBSD: FOURMEG,v 1.31 2005/12/07 12:40:48 tsutsui Exp $ # FOURMEG Sun2 (2/120, 2/170, 2/50, ...) # Supports root on: ie0, sd*, ... @@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "FOURMEG-$Revision: 1.30 $" +#ident "FOURMEG-$Revision: 1.31 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -73,7 +73,6 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system #options FFS_EI # FFS Endian Independant support #options SOFTDEP # FFS soft updates support. #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/sun2/conf/GENERIC b/sys/arch/sun2/conf/GENERIC index 33df6d6365fe..983ca433960b 100644 --- a/sys/arch/sun2/conf/GENERIC +++ b/sys/arch/sun2/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.50 2005/12/07 09:10:19 tsutsui Exp $ +# $NetBSD: GENERIC,v 1.51 2005/12/07 12:40:48 tsutsui Exp $ # # GENERIC machine description file # @@ -25,7 +25,7 @@ include "arch/sun2/conf/std.sun2" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.50 $" +#ident "GENERIC-$Revision: 1.51 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -103,7 +103,6 @@ options QUOTA # FFS quotas options SOFTDEP # FFS soft updates support. #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/sun2/conf/INSTALL b/sys/arch/sun2/conf/INSTALL index 6026dec83669..4932c2e873a0 100644 --- a/sys/arch/sun2/conf/INSTALL +++ b/sys/arch/sun2/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.25 2005/12/07 09:10:19 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.26 2005/12/07 12:40:48 tsutsui Exp $ # INSTALL Sun2 (2/120, 2/170, 2/50, ...) @@ -6,7 +6,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "INSTALL-$Revision: 1.25 $" +#ident "INSTALL-$Revision: 1.26 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -69,7 +69,6 @@ file-system KERNFS # /kern #options FFS_EI # FFS Endian Independant support #options SOFTDEP # FFS soft updates support. #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/sun2/conf/RAMDISK b/sys/arch/sun2/conf/RAMDISK index 231c07894e70..9bd5791b0c06 100644 --- a/sys/arch/sun2/conf/RAMDISK +++ b/sys/arch/sun2/conf/RAMDISK @@ -1,4 +1,4 @@ -# $NetBSD: RAMDISK,v 1.28 2005/12/07 09:10:19 tsutsui Exp $ +# $NetBSD: RAMDISK,v 1.29 2005/12/07 12:40:48 tsutsui Exp $ # RAMDISK: Root/swap on ramdisk # This kernel is used to: @@ -73,7 +73,6 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system #options FFS_EI # FFS Endian Independant support #options SOFTDEP # FFS soft updates support. #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/sun2/conf/VME b/sys/arch/sun2/conf/VME index 6a2ddb2826c7..1162f9f574d3 100644 --- a/sys/arch/sun2/conf/VME +++ b/sys/arch/sun2/conf/VME @@ -1,4 +1,4 @@ -# $NetBSD: VME,v 1.22 2005/12/07 09:10:19 tsutsui Exp $ +# $NetBSD: VME,v 1.23 2005/12/07 12:40:48 tsutsui Exp $ # VME Sun2 (2/50, 2/130, 2/160...) # Supports root on: ie0, sd*, ... @@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "VME-$Revision: 1.22 $" +#ident "VME-$Revision: 1.23 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -76,7 +76,6 @@ options NFSSERVER # nfs server support #options FFS_EI # FFS Endian Independant support #options SOFTDEP # FFS soft updates support. #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/sun3/conf/INSTALL b/sys/arch/sun3/conf/INSTALL index f79c06a13498..2780fec61337 100644 --- a/sys/arch/sun3/conf/INSTALL +++ b/sys/arch/sun3/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.32 2005/12/07 09:10:20 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.33 2005/12/07 12:40:48 tsutsui Exp $ # # INSTALL - Installation kernel for the Sun3 # @@ -81,7 +81,6 @@ file-system KERNFS # /kern #options QUOTA # FFS quotas #options FFS_EI # FFS Endian Independant support #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/sun3/conf/INSTALL3X b/sys/arch/sun3/conf/INSTALL3X index 64a24d4d58ae..2d3a416e06cf 100644 --- a/sys/arch/sun3/conf/INSTALL3X +++ b/sys/arch/sun3/conf/INSTALL3X @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL3X,v 1.31 2005/12/07 09:10:20 tsutsui Exp $ +# $NetBSD: INSTALL3X,v 1.32 2005/12/07 12:40:48 tsutsui Exp $ # # INSTALL3X - Installation kernel for the Sun3X # @@ -81,7 +81,6 @@ file-system KERNFS # /kern #options QUOTA # FFS quotas #options FFS_EI # FFS Endian Independant support #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support # Networking options diff --git a/sys/arch/vax/conf/INSTALL b/sys/arch/vax/conf/INSTALL index 054d10431d33..7af89e336303 100644 --- a/sys/arch/vax/conf/INSTALL +++ b/sys/arch/vax/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.40 2005/12/07 09:10:20 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.41 2005/12/07 12:40:48 tsutsui Exp $ # # INSTALL kernel; all supported devices but nothing fancy. # @@ -67,7 +67,6 @@ file-system CD9660 #options FFS_EI # FFS Endian Independant support #options NFSSERVER #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support #options NFS_BOOT_BOOTP,NFS_BOOT_DHCP # Use bootp <> dhcp diff --git a/sys/arch/x68k/conf/INSTALL b/sys/arch/x68k/conf/INSTALL index 92965703d364..994fe08d4a85 100644 --- a/sys/arch/x68k/conf/INSTALL +++ b/sys/arch/x68k/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.71 2005/12/07 09:10:20 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.72 2005/12/07 12:40:48 tsutsui Exp $ # # INSTALL -- installation kernel. @@ -8,7 +8,7 @@ include "arch/x68k/conf/std.x68k" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "INSTALL-$Revision: 1.71 $" +#ident "INSTALL-$Revision: 1.72 $" makeoptions COPTS="-Os" # Optimise for space. Implies -O2 @@ -181,7 +181,6 @@ file-system MSDOSFS # MS-DOS FAT filesystem(s). #options FFS_EI # FFS Endian Independent support #options SOFTDEP # FFS soft updates support. #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space -options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem options FFS_NO_SNAPSHOT # No FFS snapshot support ## Network protocol support. In most environments, INET is required.