options<space><tab>
This commit is contained in:
parent
15d2107a88
commit
ea32b7cc13
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.137 2007/12/31 15:32:08 ad Exp $
|
||||
# $NetBSD: GENERIC,v 1.138 2008/02/24 03:13:47 isaki Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/x68k/conf/std.x68k"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.137 $"
|
||||
#ident "GENERIC-$Revision: 1.138 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
|
@ -82,7 +82,7 @@ options P1003_1B_SEMAPHORE # p1003.1b semaphore support
|
|||
#options LKM
|
||||
|
||||
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
|
||||
|
@ -165,7 +165,7 @@ options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
|
|||
#options COMPAT_SVR4 # SVR4 binary compatibility; broken
|
||||
#options COMPAT_LINUX # Linux/m68k 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 # Berkeley Fast Filesystem
|
||||
|
@ -192,7 +192,7 @@ options NFSSERVER # Sun NFS-compatible filesystem server
|
|||
#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 FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
## Network protocol support. In most environments, INET is required.
|
||||
|
@ -313,7 +313,7 @@ bmd* at intio0 addr 0xecebf0 # Nereid
|
|||
# Nereid USB controllers
|
||||
#slhci0 at intio0 addr 0xece380 intr 251
|
||||
#slhci1 at intio0 addr 0xeceb80 intr 250
|
||||
#options SLHCI_DEBUG
|
||||
#options SLHCI_DEBUG
|
||||
|
||||
# USB bus support
|
||||
#usb* at slhci?
|
||||
|
@ -442,13 +442,13 @@ pseudo-device vnd
|
|||
pseudo-device raid 8
|
||||
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_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_PARITY_DECLUSTERING_DS=1
|
||||
|
||||
|
||||
## Memory disk device, used on boot floppies with compressed
|
||||
|
@ -496,7 +496,7 @@ pseudo-device vlan
|
|||
|
||||
## Simple inter-network traffic bridging
|
||||
pseudo-device bridge
|
||||
#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
|
||||
|
||||
#### Other device configuration
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.76 2006/12/29 21:49:03 yamt Exp $
|
||||
# $NetBSD: INSTALL,v 1.77 2008/02/24 03:13:47 isaki 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.76 $"
|
||||
#ident "INSTALL-$Revision: 1.77 $"
|
||||
|
||||
makeoptions COPTS="-Os" # Optimise for space. Implies -O2
|
||||
|
||||
|
@ -78,7 +78,7 @@ options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
|||
#options LKM
|
||||
|
||||
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
|
||||
|
||||
## NFS boot options; not supported currently: needs nfsboot program
|
||||
|
@ -154,7 +154,7 @@ options COMPAT_30 # NetBSD 3.0 compatibility.
|
|||
#options COMPAT_SVR4 # SVR4 binary compatibility; broken
|
||||
#options COMPAT_LINUX # Linux/m68k 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 # Berkeley Fast Filesystem
|
||||
|
|
Loading…
Reference in New Issue