Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arc/conf options<space><tab>
details: https://anonhg.NetBSD.org/src/rev/6c37b45858e2
branches: trunk
changeset: 583894:6c37b45858e2
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Aug 28 13:23:22 2005 +0000
description:
options<space><tab>
diffstat:
sys/arch/arc/conf/ARCTIC | 6 +++---
sys/arch/arc/conf/GENERIC | 10 +++++-----
sys/arch/arc/conf/M403 | 6 +++---
sys/arch/arc/conf/MIMORI | 6 +++---
sys/arch/arc/conf/PCCONS | 6 +++---
sys/arch/arc/conf/PICA | 6 +++---
sys/arch/arc/conf/RAMDISK | 20 ++++++++++----------
sys/arch/arc/conf/RPC44 | 22 +++++++++++-----------
8 files changed, 41 insertions(+), 41 deletions(-)
diffs (285 lines):
diff -r ec68732a7382 -r 6c37b45858e2 sys/arch/arc/conf/ARCTIC
--- a/sys/arch/arc/conf/ARCTIC Sun Aug 28 13:10:20 2005 +0000
+++ b/sys/arch/arc/conf/ARCTIC Sun Aug 28 13:23:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ARCTIC,v 1.38 2005/08/19 05:19:49 christos Exp $
+# $NetBSD: ARCTIC,v 1.39 2005/08/28 13:23:22 tsutsui Exp $
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
#
# configuration file for DeskStation
@@ -33,7 +33,7 @@
options LKM # loadable kernel modules
options USERCONF # userconf(4) support
-#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# Diagnostic/debugging support options
@@ -63,7 +63,7 @@
# mipsel specific
options COMPAT_ULTRIX # Ultrix binary compatibility
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
-options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
+options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # fast filesystem
diff -r ec68732a7382 -r 6c37b45858e2 sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Sun Aug 28 13:10:20 2005 +0000
+++ b/sys/arch/arc/conf/GENERIC Sun Aug 28 13:23:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.122 2005/08/19 05:19:49 christos Exp $
+# $NetBSD: GENERIC,v 1.123 2005/08/28 13:23:22 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.122 $"
+#ident "GENERIC-$Revision: 1.123 $"
maxusers 32 # estimated number of users
@@ -92,7 +92,7 @@
options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_43 # and 4.3BSD
options COMPAT_386BSD_MBRPART # recognize old partition ID
-options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
+options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# mipsel specific
options COMPAT_ULTRIX # Ultrix binary compatibility
@@ -122,7 +122,7 @@
options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
-#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
+#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
@@ -433,7 +433,7 @@
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device bridge # simple inter-network bridging
-#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
+#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
# miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals
diff -r ec68732a7382 -r 6c37b45858e2 sys/arch/arc/conf/M403
--- a/sys/arch/arc/conf/M403 Sun Aug 28 13:10:20 2005 +0000
+++ b/sys/arch/arc/conf/M403 Sun Aug 28 13:23:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: M403,v 1.35 2005/08/19 05:19:49 christos Exp $
+# $NetBSD: M403,v 1.36 2005/08/28 13:23:22 tsutsui Exp $
#
# configuration file for MIPS Magnum 4000 system
#
@@ -26,7 +26,7 @@
options LKM # loadable kernel modules
-#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# Diagnostic/debugging support options
@@ -56,7 +56,7 @@
# mipsel specific
options COMPAT_ULTRIX # Ultrix binary compatibility
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
-options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
+options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # fast filesystem
diff -r ec68732a7382 -r 6c37b45858e2 sys/arch/arc/conf/MIMORI
--- a/sys/arch/arc/conf/MIMORI Sun Aug 28 13:10:20 2005 +0000
+++ b/sys/arch/arc/conf/MIMORI Sun Aug 28 13:23:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MIMORI,v 1.40 2005/08/19 05:19:49 christos Exp $
+# $NetBSD: MIMORI,v 1.41 2005/08/28 13:23:22 tsutsui Exp $
# NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
#
# MIMORI -- My NEC RISCstation 2250 (ur)
@@ -28,7 +28,7 @@
options LKM # loadable kernel modules
options USERCONF # userconf(4) support
-#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# Diagnostic/debugging support options
@@ -58,7 +58,7 @@
# mipsel specific
#options COMPAT_ULTRIX # Ultrix binary compatibility
#options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
-options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
+options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # fast filesystem
diff -r ec68732a7382 -r 6c37b45858e2 sys/arch/arc/conf/PCCONS
--- a/sys/arch/arc/conf/PCCONS Sun Aug 28 13:10:20 2005 +0000
+++ b/sys/arch/arc/conf/PCCONS Sun Aug 28 13:23:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: PCCONS,v 1.48 2005/08/19 05:19:49 christos Exp $
+# $NetBSD: PCCONS,v 1.49 2005/08/28 13:23:22 tsutsui Exp $
# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
#
# PCCONS -- generic but pccons rather than wscons
@@ -37,7 +37,7 @@
options LKM # loadable kernel modules
options USERCONF # userconf(4) support
-#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# Diagnostic/debugging support options
@@ -67,7 +67,7 @@
# mipsel specific
options COMPAT_ULTRIX # Ultrix binary compatibility
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
-options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
+options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # fast filesystem
diff -r ec68732a7382 -r 6c37b45858e2 sys/arch/arc/conf/PICA
--- a/sys/arch/arc/conf/PICA Sun Aug 28 13:10:20 2005 +0000
+++ b/sys/arch/arc/conf/PICA Sun Aug 28 13:23:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: PICA,v 1.51 2005/08/19 05:19:49 christos Exp $
+# $NetBSD: PICA,v 1.52 2005/08/28 13:23:22 tsutsui Exp $
#
# configuration file for ACER PICA system
#
@@ -27,7 +27,7 @@
options LKM # loadable kernel modules
options USERCONF # userconf(4) support
-#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# Diagnostic/debugging support options
@@ -57,7 +57,7 @@
# mipsel specific
options COMPAT_ULTRIX # Ultrix binary compatibility
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
-options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
+options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # fast filesystem
diff -r ec68732a7382 -r 6c37b45858e2 sys/arch/arc/conf/RAMDISK
--- a/sys/arch/arc/conf/RAMDISK Sun Aug 28 13:10:20 2005 +0000
+++ b/sys/arch/arc/conf/RAMDISK Sun Aug 28 13:23:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.63 2005/08/19 05:19:49 christos Exp $
+# $NetBSD: RAMDISK,v 1.64 2005/08/28 13:23:22 tsutsui Exp $
#
# memory disk based configuration file for MIPS R4x00 ARC Systems
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.63 $"
+#ident "GENERIC-$Revision: 1.64 $"
maxusers 32 # estimated number of users
@@ -80,7 +80,7 @@
# mipsel specific
#options COMPAT_ULTRIX # Ultrix binary compatibility
#options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
-options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
+options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # fast filesystem
@@ -376,13 +376,13 @@
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
# Options to enable various other RAIDframe RAID types.
-# options RF_INCLUDE_EVENODD=1
-# options RF_INCLUDE_RAID5_RS=1
-# options RF_INCLUDE_PARITYLOGGING=1
-# options RF_INCLUDE_CHAINDECLUSTER=1
-# options RF_INCLUDE_INTERDECLUSTER=1
-# options RF_INCLUDE_PARITY_DECLUSTERING=1
-# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
+#options RF_INCLUDE_EVENODD=1
+#options RF_INCLUDE_RAID5_RS=1
+#options RF_INCLUDE_PARITYLOGGING=1
+#options RF_INCLUDE_CHAINDECLUSTER=1
+#options RF_INCLUDE_INTERDECLUSTER=1
+#options RF_INCLUDE_PARITY_DECLUSTERING=1
+#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
#pseudo-device fss 4 # file system snapshot device
pseudo-device md 1 # memory disk device (ramdisk)
#pseudo-device vnd 4 # disk-like interface to files
diff -r ec68732a7382 -r 6c37b45858e2 sys/arch/arc/conf/RPC44
--- a/sys/arch/arc/conf/RPC44 Sun Aug 28 13:10:20 2005 +0000
+++ b/sys/arch/arc/conf/RPC44 Sun Aug 28 13:23:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RPC44,v 1.20 2005/08/19 05:19:49 christos Exp $
+# $NetBSD: RPC44,v 1.21 2005/08/28 13:23:22 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.20 $"
+#ident "GENERIC-$Revision: 1.21 $"
maxusers 32 # estimated number of users
@@ -49,7 +49,7 @@
options LKM # loadable kernel modules
options USERCONF # userconf(4) support
-#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# Enable experimental buffer queue strategy for better responsiveness under
@@ -84,7 +84,7 @@
# mipsel specific
options COMPAT_ULTRIX # Ultrix binary compatibility
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
-options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
+options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # fast filesystem
@@ -264,13 +264,13 @@
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
# Options to enable various other RAIDframe RAID types.
-# options RF_INCLUDE_EVENODD=1
-# options RF_INCLUDE_RAID5_RS=1
-# options RF_INCLUDE_PARITYLOGGING=1
-# options RF_INCLUDE_CHAINDECLUSTER=1
-# options RF_INCLUDE_INTERDECLUSTER=1
-# options RF_INCLUDE_PARITY_DECLUSTERING=1
-# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
+#options RF_INCLUDE_EVENODD=1
+#options RF_INCLUDE_RAID5_RS=1
+#options RF_INCLUDE_PARITYLOGGING=1
+#options RF_INCLUDE_CHAINDECLUSTER=1
+#options RF_INCLUDE_INTERDECLUSTER=1
+#options RF_INCLUDE_PARITY_DECLUSTERING=1
+#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
#pseudo-device fss 4 # file system snapshot device
pseudo-device md 1 # memory disk device (ramdisk)
pseudo-device vnd 4 # disk-like interface to files
Home |
Main Index |
Thread Index |
Old Index