NetBSD/sys/arch/alpha/conf/NOSY

105 lines
2.5 KiB
Plaintext
Raw Normal View History

1999-07-29 14:37:12 +04:00
# $NetBSD: NOSY,v 1.30 1999/07/29 10:37:13 augustss Exp $
#
# Kernel for nostromo.nas.nasa.gov.
#
1996-09-27 21:08:32 +04:00
include "arch/alpha/conf/std.alpha"
1998-03-12 09:04:47 +03:00
maxusers 64
# CPU Support
options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
# Standard system options
options KTRACE # System call tracing support
options NTP # NTP PLL
# Diagnostic/debugging support options
options DIAGNOSTIC # Cheap kernel consistency checks
options DEBUG # Expensive debugging checks/support
1997-09-06 06:03:32 +04:00
options DDB # Kernel dynamic debugger
1998-03-26 05:58:48 +03:00
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
makeoptions DEBUG="-g" # full debugging symbols
# File systems
file-system FFS # Fast file system
file-system MFS # Memory-based file system
file-system NFS # Sun NFS-compatible file system client
file-system KERNFS # Kernel data-structure file system (/kern)
file-system PROCFS # Process file system (/proc)
file-system FDESC # user file descriptor file system (/dev/fd)
#file-system UNION # Union filesystem
# File system options
options NFSSERVER # Sun NFS-compatible file system server
# Networking options
options INET # Internet protocol suite
options PFIL_HOOKS # packet filter hooks
# 4.3BSD compatibility. Should be optional, but necessary for now.
options COMPAT_43
# Binary compatibility with previous versions of NetBSD.
options COMPAT_10
options COMPAT_11
options COMPAT_12
options COMPAT_13
1999-07-29 14:37:12 +04:00
options COMPAT_14
1999-05-01 03:34:08 +04:00
# OSF/1 binary compatibility
#options COMPAT_OSF1
# Loadable Kernel Modules
#options LKM
# Disable kernel security.
options INSECURE
# WS console uses SUN terminal emulation
options WSEMUL_SUN
config netbsd root on ? type ?
mainbus0 at root
cpu* at mainbus0
1995-12-20 03:14:10 +03:00
# TurboChannel host bus adapter support
tcasic* at mainbus0
# TurboChannel bus support
1995-12-20 03:14:10 +03:00
tc* at tcasic?
# TurboChannel devices
1995-12-20 03:14:10 +03:00
ioasic0 at tc? slot ? offset ?
mcclock0 at ioasic? offset ?
le* at ioasic? offset ?
#scc0 at ioasic? offset ?
#scc1 at ioasic? offset ?
zsc* at ioasic? offset ?
tcds* at tc? slot ? offset ?
asc* at tcds? chip ?
1996-05-02 00:33:17 +04:00
sfb* at tc? slot ? offset ?
#fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
# Zilog serial TTY support
zstty* at zsc? channel 1 # serial ports on B channels
options NEW_SCC_DRIVER
# SCSI bus support
1997-02-27 04:21:41 +03:00
scsibus* at asc?
# SCSI devices
sd* at scsibus? target ? lun ?
st* at scsibus? target ? lun ?
cd* at scsibus? target ? lun ?
ch* at scsibus? target ? lun ?
1996-05-02 00:33:17 +04:00
# Workstation Console attachments
wsdisplay* at sfb?
1996-05-02 00:33:17 +04:00
pseudo-device bpfilter 16
pseudo-device loop
pseudo-device pty 64