options<space><tab>

This commit is contained in:
tsutsui 2008-02-13 14:05:06 +00:00
parent 1112a56975
commit 824240f743
3 changed files with 30 additions and 30 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.139 2007/12/31 15:32:04 ad Exp $
# $NetBSD: GENERIC,v 1.140 2008/02/13 14:05:06 tsutsui Exp $
#
# GENERIC machine description file
#
@ -22,15 +22,15 @@ include "arch/prep/conf/std.prep"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.139 $"
#ident "GENERIC-$Revision: 1.140 $"
maxusers 32
# Platform support
options PIC_OPENPIC # OpenPIC support (7043-140)
options PIC_PREPIVR
options PIC_I8259
options PIC_PREPIVR
options PIC_I8259
# Standard system options
@ -47,7 +47,7 @@ options P1003_1B_SEMAPHORE # p1003.1b semaphore support
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
@ -73,7 +73,7 @@ options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_43 # and 4.3BSD
#options COMPAT_LINUX # Linux binary compatibility
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # UFS
@ -101,7 +101,7 @@ file-system PTYFS # /dev/pts/N support
options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant 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 FFS_NO_SNAPSHOT # No FFS snapshot support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
@ -149,7 +149,7 @@ options PCIVERBOSE # verbose PCI device autoconfig messages
options SCSIVERBOSE # human readable SCSI error messages
#options USBVERBOSE # verbose USB device autoconfig messages
#options RESIDUAL_DATA_DUMP # verbosely dump residual data
#options NVRAM_DUMP # verbosely dump contents of nvram.
#options NVRAM_DUMP # verbosely dump contents of nvram.
# Warning: output may not be ascii!
#options NFS_BOOT_BOOTP
@ -530,13 +530,13 @@ pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
# 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 # disk-like interface to files
@ -559,7 +559,7 @@ pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device stf # 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
pseudo-device agr # IEEE 802.3ad link aggregation
# miscellaneous pseudo-devices
@ -579,7 +579,7 @@ pseudo-device ksyms # /dev/ksyms
pseudo-device wsmux # mouse & keyboard multiplexor
pseudo-device wsfont
options FILEASSOC # fileassoc(9) - required for Veriexec
options FILEASSOC # fileassoc(9) - required for Veriexec
# Veriexec
#

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.49 2007/10/17 19:56:49 garbled Exp $
# $NetBSD: INSTALL,v 1.50 2008/02/13 14:05:06 tsutsui Exp $
#
# INSTALL -- Installation kernel
#
@ -13,14 +13,14 @@ makeoptions COPTS="-Os -mmultiple" # -Os -mmultiple to reduce size.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
options MEMORY_DISK_ROOT_SIZE=4096 # 2mb
options MEMORY_DISK_SERVER=0 # don't need for install
options MEMORY_DISK_SERVER=0 # don't need for install
maxusers 8
# Platform support
options PIC_OPENPIC # OpenPIC support (7043-140)
options PIC_PREPIVR
options PIC_I8259
options PIC_PREPIVR
options PIC_I8259
# Compatibility options
#options COMPAT_13 # NetBSD 1.3,
@ -28,7 +28,7 @@ options PIC_I8259
#options COMPAT_15 # NetBSD 1.5,
#options COMPAT_16 # NetBSD 1.6,
#options COMPAT_43 # and 4.3BSD
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # UFS
@ -48,7 +48,7 @@ options FFS_NO_SNAPSHOT # No FFS snapshot support
#options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
options NFS_V2_ONLY # Exclude NFS3 code to save space
options NFS_V2_ONLY # Exclude NFS3 code to save space
# Networking options
options INET # IP + ICMP + TCP + UDP
@ -263,7 +263,7 @@ include "arch/prep/conf/INSTALL.local"
pseudo-device md 1 # memory disk device (ramdisk)
#pseudo-device fss 4 # file system snapshot device
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
options RAID_AUTOCONFIG # auto-configuration of RAID components
# network pseudo-devices
pseudo-device loop # network loopback

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_SMALL,v 1.4 2007/10/17 19:56:49 garbled Exp $
# $NetBSD: INSTALL_SMALL,v 1.5 2008/02/13 14:05:06 tsutsui Exp $
#
# INSTALL -- Installation kernel
#
@ -13,14 +13,14 @@ makeoptions COPTS="-Os -mmultiple" # -Os -mmultiple to reduce size.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
options MEMORY_DISK_ROOT_SIZE=4096 # 2mb
options MEMORY_DISK_SERVER=0 # don't need for install
options MEMORY_DISK_SERVER=0 # don't need for install
maxusers 8
# Platform support
options PIC_OPENPIC # OpenPIC support (7043-140)
options PIC_PREPIVR
options PIC_I8259
options PIC_PREPIVR
options PIC_I8259
# Compatibility options
#options COMPAT_13 # NetBSD 1.3,
@ -28,7 +28,7 @@ options PIC_I8259
#options COMPAT_15 # NetBSD 1.5,
#options COMPAT_16 # NetBSD 1.6,
#options COMPAT_43 # and 4.3BSD
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # UFS
@ -48,7 +48,7 @@ options FFS_NO_SNAPSHOT # No FFS snapshot support
#options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
options NFS_V2_ONLY # Exclude NFS3 code to save space
options NFS_V2_ONLY # Exclude NFS3 code to save space
# Networking options
options INET # IP + ICMP + TCP + UDP