# $NetBSD: NOSY,v 1.28.8.1 1999/06/21 19:21:13 cgd Exp $
#
# Kernel for nostromo.nas.nasa.gov.
#

include	"arch/alpha/conf/std.alpha"

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
options 	DDB			# Kernel dynamic debugger
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

# 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

# TurboChannel host bus adapter support
tcasic*	at	mainbus0

# TurboChannel bus support
tc*	at	tcasic?

# TurboChannel devices
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 ?
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
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 ?

# Workstation Console attachments
wsdisplay*	at	sfb?

pseudo-device	bpfilter	16
pseudo-device	loop
pseudo-device	pty		64
