Use options<SPC><TAB> consistently (except for GENERIC_ISDN since it is
indented rather differently).
This commit is contained in:
parent
e716956a0e
commit
03b4b0dfdd
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ARMADA,v 1.7 2001/11/04 09:00:38 yamt Exp $
|
||||
# $NetBSD: ARMADA,v 1.8 2001/11/06 01:57:06 enami Exp $
|
||||
#
|
||||
# CARDBUS: GENERIC + CardBus support. Additionally, some
|
||||
# things typically not found on laptops have been commented out.
|
||||
|
@ -8,7 +8,7 @@
|
|||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "CARDBUS-$Revision: 1.7 $"
|
||||
#ident "CARDBUS-$Revision: 1.8 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -147,7 +147,7 @@ options PCIVERBOSE # verbose PCI device autoconfig messages
|
|||
options SCSIVERBOSE # human readable SCSI error messages
|
||||
options USBVERBOSE # verbose USB device autoconfig messages
|
||||
#options PNPBIOSVERBOSE # verbose PnP BIOS messages
|
||||
#options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages
|
||||
#options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages
|
||||
#options I2OVERBOSE # verbose I2O driver messages
|
||||
|
||||
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
|
||||
|
@ -284,8 +284,8 @@ cardslot* at cbb?
|
|||
# CardBus bus support
|
||||
# following makes ARMADA M700's happy
|
||||
options RBUS_MIN_START=0x20000000
|
||||
options RBUS_IO_BASE=0x600
|
||||
options RBUS_IO_SIZE=0x100
|
||||
options RBUS_IO_BASE=0x600
|
||||
options RBUS_IO_SIZE=0x100
|
||||
cardbus* at cardslot?
|
||||
pcmcia* at cardslot?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: CARDBUS,v 1.42 2001/11/04 09:00:38 yamt Exp $
|
||||
# $NetBSD: CARDBUS,v 1.43 2001/11/06 01:57:06 enami Exp $
|
||||
#
|
||||
# CARDBUS: GENERIC + CardBus support. Additionally, some
|
||||
# things typically not found on laptops have been commented out.
|
||||
|
@ -8,7 +8,7 @@
|
|||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "CARDBUS-$Revision: 1.42 $"
|
||||
#ident "CARDBUS-$Revision: 1.43 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -25,7 +25,7 @@ options USER_LDT # user-settable LDT; used by WINE
|
|||
# eliminate delay no-ops in I/O; recommended on all but very old machines
|
||||
#options DUMMY_NOPS
|
||||
|
||||
options MTRR # memory-type range register syscall support
|
||||
options MTRR # memory-type range register syscall support
|
||||
|
||||
# delay between "rebooting ..." message and hardware reset, in milliseconds
|
||||
#options CPURESET_DELAY=2000
|
||||
|
@ -155,7 +155,7 @@ options PCIVERBOSE # verbose PCI device autoconfig messages
|
|||
options SCSIVERBOSE # human readable SCSI error messages
|
||||
options USBVERBOSE # verbose USB device autoconfig messages
|
||||
#options PNPBIOSVERBOSE # verbose PnP BIOS messages
|
||||
#options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages
|
||||
#options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages
|
||||
#options I2OVERBOSE # verbose I2O driver messages
|
||||
#options MCAVERBOSE # verbose MCA device autoconfig messages
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_LAPTOP,v 1.28 2001/11/04 09:00:39 yamt Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.29 2001/11/06 01:57:07 enami Exp $
|
||||
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
|
||||
#
|
||||
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
|
||||
|
@ -6,7 +6,7 @@
|
|||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.28 $"
|
||||
#ident "GENERIC-$Revision: 1.29 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -55,10 +55,10 @@ options KTRACE # system call tracing via ktrace(1)
|
|||
|
||||
options SYSVMSG # System V-like message queues
|
||||
options SYSVSEM # System V-like semaphores
|
||||
#options SEMMNI=10 # number of semaphore identifiers
|
||||
#options SEMMNS=60 # number of semaphores in system
|
||||
#options SEMUME=10 # max number of undo entries per process
|
||||
#options SEMMNU=30 # number of undo structures in system
|
||||
#options SEMMNI=10 # number of semaphore identifiers
|
||||
#options SEMMNS=60 # number of semaphores in system
|
||||
#options SEMUME=10 # max number of undo entries per process
|
||||
#options SEMMNU=30 # number of undo structures in system
|
||||
options SYSVSHM # System V-like memory sharing
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
|
||||
|
@ -91,8 +91,8 @@ options COMPAT_SVR4 # binary compatibility with SVR4
|
|||
options COMPAT_IBCS2 # binary compatibility with SCO and ISC
|
||||
options COMPAT_LINUX # binary compatibility with Linux
|
||||
options COMPAT_FREEBSD # binary compatibility with FreeBSD
|
||||
#options COMPAT_MACH # binary compatibility with Mach binaries
|
||||
#options EXEC_MACHO # exec MACH-O binaries
|
||||
#options COMPAT_MACH # binary compatibility with Mach binaries
|
||||
#options EXEC_MACHO # exec MACH-O binaries
|
||||
#options COMPAT_PECOFF # kernel support to run Win32 apps
|
||||
|
||||
# File systems
|
||||
|
@ -152,7 +152,7 @@ options PCIVERBOSE # verbose PCI device autoconfig messages
|
|||
options SCSIVERBOSE # human readable SCSI error messages
|
||||
options USBVERBOSE # verbose USB device autoconfig messages
|
||||
#options PNPBIOSVERBOSE # verbose PnP BIOS messages
|
||||
#options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages
|
||||
#options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages
|
||||
|
||||
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_PS2TINY,v 1.3 2001/09/01 21:52:27 atatat Exp $
|
||||
# $NetBSD: GENERIC_PS2TINY,v 1.4 2001/11/06 01:57:07 enami Exp $
|
||||
#
|
||||
# GENERIC-style kernel config for IBM PS/2 with MCA bus. It only contains
|
||||
# IBM PS/2 related stuff and has been generally trimmed down somewhat,
|
||||
|
@ -49,17 +49,17 @@ options USER_LDT # user-settable LDT; used by WINE
|
|||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||
options INSECURE # disable kernel security levels
|
||||
|
||||
options RTC_OFFSET=-600 # hardware clock is this many mins. west of GMT
|
||||
options RTC_OFFSET=-600 # hardware clock is this many mins. west of GMT
|
||||
options NTP # NTP phase/frequency locked loop
|
||||
|
||||
#options KTRACE # system call tracing via ktrace(1)
|
||||
|
||||
options SYSVMSG # System V-like message queues
|
||||
options SYSVSEM # System V-like semaphores
|
||||
#options SEMMNI=10 # number of semaphore identifiers
|
||||
#options SEMMNS=60 # number of semaphores in system
|
||||
#options SEMUME=10 # max number of undo entries per process
|
||||
#options SEMMNU=30 # number of undo structures in system
|
||||
#options SEMMNI=10 # number of semaphore identifiers
|
||||
#options SEMMNS=60 # number of semaphores in system
|
||||
#options SEMUME=10 # max number of undo entries per process
|
||||
#options SEMMNU=30 # number of undo structures in system
|
||||
options SYSVSHM # System V-like memory sharing
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
|
||||
|
@ -133,11 +133,11 @@ options INET6 # IPV6
|
|||
#options SCSIVERBOSE # human readable SCSI error messages
|
||||
#options USBVERBOSE # verbose USB device autoconfig messages
|
||||
#options PNPBIOSVERBOSE # verbose PnP BIOS messages
|
||||
#options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages
|
||||
#options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages
|
||||
#options I2OVERBOSE # verbose I2O driver messages
|
||||
options MCAVERBOSE # verbose MCA device autoconfig messages
|
||||
|
||||
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
|
||||
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
|
||||
|
||||
options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
options WS_KERNEL_FG=WSCOL_GREEN
|
||||
|
@ -161,7 +161,7 @@ isa0 at mainbus0
|
|||
|
||||
# wscons
|
||||
pckbc0 at isa? # pc keyboard controller
|
||||
options PCKBCDEBUG
|
||||
options PCKBCDEBUG
|
||||
#pcconskbd* at pckbc?
|
||||
#pms* at pckbc? # PS/2 mouse for wsmouse
|
||||
#wsmouse* at pms?
|
||||
|
@ -169,7 +169,7 @@ pckbd* at pckbc? # PC keyboard
|
|||
wskbd* at pckbd? console ?
|
||||
vga0 at isa?
|
||||
wsdisplay* at vga? console ?
|
||||
options WSDISPLAY_DEFAULTSCREENS=4
|
||||
options WSDISPLAY_DEFAULTSCREENS=4
|
||||
|
||||
com0 at isa? port 0x3f8 irq 4 # "SERIAL_!"
|
||||
lpt0 at isa? port 0x3bc irq 7 # "PARALLEL_1"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_TINY,v 1.29 2001/09/14 21:44:21 nathanw Exp $
|
||||
# $NetBSD: GENERIC_TINY,v 1.30 2001/11/06 01:57:07 enami Exp $
|
||||
#
|
||||
# GENERIC_TINY -- suitable default for 4M machines
|
||||
# No EISA, PCI, or SCSI.
|
||||
|
@ -145,7 +145,7 @@ config netbsd root on ? type ?
|
|||
# wscons options
|
||||
#
|
||||
# builtin terminal emulations
|
||||
#options WSEMUL_SUN # sun terminal emulation
|
||||
#options WSEMUL_SUN # sun terminal emulation
|
||||
options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
# different kernel output - see dev/wscons/wsdisplayvar.h
|
||||
options WS_KERNEL_FG=WSCOL_GREEN
|
||||
|
@ -158,7 +158,7 @@ options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
|
|||
# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
|
||||
#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
|
||||
# allocate a number of virtual screens at autoconfiguration time
|
||||
#options WSDISPLAY_DEFAULTSCREENS=4
|
||||
#options WSDISPLAY_DEFAULTSCREENS=4
|
||||
# use a large software cursor that doesn't blink
|
||||
options PCDISPLAY_SOFTCURSOR
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: HOMEWORLD,v 1.56 2001/08/22 15:39:06 hubertf Exp $
|
||||
# $NetBSD: HOMEWORLD,v 1.57 2001/11/06 01:57:07 enami Exp $
|
||||
# From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
|
||||
#
|
||||
# HOMEWORLD - TNF mail/gnats
|
||||
|
@ -155,7 +155,7 @@ options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
|
|||
# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
|
||||
#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
|
||||
# use a large software cursor that doesn't blink
|
||||
#options PCDISPLAY_SOFTCURSOR
|
||||
#options PCDISPLAY_SOFTCURSOR
|
||||
|
||||
# Kernel root file system and dump configuration.
|
||||
config netbsd root on ? type ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.174 2001/11/03 17:08:57 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.175 2001/11/06 01:57:07 enami Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
|
@ -148,7 +148,7 @@ options INET6 # IPv6
|
|||
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
||||
#options PCMCIAVERBOSE # verbose PCMCIA configuration messages
|
||||
#options SCSIVERBOSE # human readable SCSI error messages
|
||||
#options I2OVERBOSE # verbose I2O driver messages
|
||||
#options I2OVERBOSE # verbose I2O driver messages
|
||||
|
||||
# Kernel root file system and dump configuration.
|
||||
config netbsd root on ? type ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_LAPTOP,v 1.12 2001/11/04 09:00:39 yamt Exp $
|
||||
# $NetBSD: INSTALL_LAPTOP,v 1.13 2001/11/06 01:57:07 enami Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
|
@ -51,7 +51,7 @@ options MATH_EMULATE # floating point emulation
|
|||
#options REALEXTMEM=... # size of extended memory
|
||||
|
||||
# Avoid irq 5 and 7, the most likely cause of problems on modern laptops.
|
||||
options PCIC_ISA_INTR_ALLOC_MASK=0xff5f
|
||||
options PCIC_ISA_INTR_ALLOC_MASK=0xff5f
|
||||
|
||||
# Standard system options
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_SMALL,v 1.71 2001/09/21 23:44:22 ad Exp $
|
||||
# $NetBSD: INSTALL_SMALL,v 1.72 2001/11/06 01:57:08 enami Exp $
|
||||
#
|
||||
# INSTALL_SMALL - Small Installation kernel.
|
||||
#
|
||||
|
@ -142,7 +142,7 @@ options INET # IP + ICMP + TCP + UDP
|
|||
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
||||
#options PCMCIAVERBOSE # verbose PCMCIA configuration messages
|
||||
#options SCSIVERBOSE # human readable SCSI error messages
|
||||
#options I2OVERBOSE # verbose I2O driver messages
|
||||
#options I2OVERBOSE # verbose I2O driver messages
|
||||
|
||||
# Kernel root file system and dump configuration.
|
||||
config netbsd root on ? type ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_TINY,v 1.40 2001/09/21 23:44:22 ad Exp $
|
||||
# $NetBSD: INSTALL_TINY,v 1.41 2001/11/06 01:57:08 enami Exp $
|
||||
#
|
||||
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
|
||||
#
|
||||
|
@ -139,7 +139,7 @@ options INET # IP + ICMP + TCP + UDP
|
|||
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
||||
#options PCMCIAVERBOSE # verbose PCMCIA configuration messages
|
||||
#options SCSIVERBOSE # human readable SCSI error messages
|
||||
#options I2OVERBOSE # verbose I2O driver messages
|
||||
#options I2OVERBOSE # verbose I2O driver messages
|
||||
|
||||
# Squeeze...
|
||||
options NVNODE=50
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IOPENER,v 1.15 2001/07/08 16:32:18 abs Exp $
|
||||
# $NetBSD: IOPENER,v 1.16 2001/11/06 01:57:08 enami Exp $
|
||||
#
|
||||
# IOPENER -- GENERIC-like kernel for the Netpliance i-opener
|
||||
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
|
||||
|
@ -6,7 +6,7 @@
|
|||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "IOPENER-$Revision: 1.15 $"
|
||||
#ident "IOPENER-$Revision: 1.16 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -128,7 +128,7 @@ options PCIVERBOSE # verbose PCI device autoconfig messages
|
|||
#options SCSIVERBOSE # human readable SCSI error messages
|
||||
options USBVERBOSE # verbose USB device autoconfig messages
|
||||
#options PNPBIOSVERBOSE # verbose PnP BIOS messages
|
||||
#options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages
|
||||
#options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages
|
||||
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
|
||||
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: LAMB,v 1.9 2001/08/13 11:21:40 itojun Exp $
|
||||
# $NetBSD: LAMB,v 1.10 2001/11/06 01:57:08 enami Exp $
|
||||
#
|
||||
# LAMB -- for "LAMB" router, http://www.wildlab.com/
|
||||
# Be sure to check pkgsrc/sysutils/lambd as well.
|
||||
|
@ -54,10 +54,10 @@ options KTRACE # system call tracing via ktrace(1)
|
|||
|
||||
options SYSVMSG # System V-like message queues
|
||||
options SYSVSEM # System V-like semaphores
|
||||
#options SEMMNI=10 # number of semaphore identifiers
|
||||
#options SEMMNS=60 # number of semaphores in system
|
||||
#options SEMUME=10 # max number of undo entries per process
|
||||
#options SEMMNU=30 # number of undo structures in system
|
||||
#options SEMMNI=10 # number of semaphore identifiers
|
||||
#options SEMMNS=60 # number of semaphores in system
|
||||
#options SEMUME=10 # max number of undo entries per process
|
||||
#options SEMMNU=30 # number of undo structures in system
|
||||
options SYSVSHM # System V-like memory sharing
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
|
||||
|
@ -92,8 +92,8 @@ options COMPAT_SVR4 # binary compatibility with SVR4
|
|||
options COMPAT_IBCS2 # binary compatibility with SCO and ISC
|
||||
options COMPAT_LINUX # binary compatibility with Linux
|
||||
options COMPAT_FREEBSD # binary compatibility with FreeBSD
|
||||
#options COMPAT_MACH # binary compatibility with Mach binaries
|
||||
#options EXEC_MACHO # exec MACH-O binaries
|
||||
#options COMPAT_MACH # binary compatibility with Mach binaries
|
||||
#options EXEC_MACHO # exec MACH-O binaries
|
||||
#options COMPAT_PECOFF # kernel support to run Win32 apps
|
||||
|
||||
# File systems
|
||||
|
@ -147,7 +147,7 @@ options IPFILTER_LOG # ipmon(8) log support
|
|||
# These options enable verbose messages for several subsystems.
|
||||
# Warning, these may compile large string tables into the kernel!
|
||||
#options PNPBIOSVERBOSE # verbose PnP BIOS messages
|
||||
#options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages
|
||||
#options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages
|
||||
|
||||
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: NBFTP,v 1.30 2001/08/22 15:39:06 hubertf Exp $
|
||||
# $NetBSD: NBFTP,v 1.31 2001/11/06 01:57:08 enami Exp $
|
||||
# From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
|
||||
#
|
||||
# NBFTP -- ftp/sup.netbsd.org server machine
|
||||
|
@ -155,7 +155,7 @@ options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
|
|||
# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
|
||||
#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
|
||||
# use a large software cursor that doesn't blink
|
||||
#options PCDISPLAY_SOFTCURSOR
|
||||
#options PCDISPLAY_SOFTCURSOR
|
||||
|
||||
# Kernel root file system and dump configuration.
|
||||
config netbsd root on ? type ?
|
||||
|
|
Loading…
Reference in New Issue