# $NetBSD: TCWSCONS,v 1.27.4.1 2002/08/01 04:16:33 lukem Exp $
#
# TURBOchannel Alpha DEC3000

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

#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary

#ident 		"TCWSCONS-$Revision: 1.27.4.1 $"

maxusers 32

# CPU Support
options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
options 	DEC_3000_300	# Pelican etc:	3000/300*

# Standard system options
options 	KTRACE			# System call tracing support
options 	NTP			# kernel PLL for NTP

# Diagnostic/debugging support options
options 	DIAGNOSTIC		# Cheap kernel consistency checks
options 	DDB			# kernel debugger
#makeoptions	DEBUG="-g"

# File systems
file-system	FFS		# Fast file system
file-system	MFS		# Memory-based file system
#file-system	LFS		# Log-based filesystem (still experimental)
file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
file-system	MSDOSFS		# MS-DOS-compatible file system
file-system	NTFS		# Windows/NT file system (experimental)
file-system	NFS		# Sun NFS-compatible file system client
file-system	NULLFS		# Null file system layer
file-system	KERNFS		# Kernel variable file system (/kern)
#file-system	FDESC		# File descriptor file system (/dev/fd)
#file-system	PORTAL		# Portal file system
#file-system	OVERLAY		# overlay file system
#file-system	UMAPFS		# User-mapping file system layer
file-system	PROCFS		# Process file system (/proc)
#file-system	UNION		# union file system

# File system options
options 	NFSSERVER	# Sun NFS-compatible file system server
#options 	FFS_EI		# FFS Endian Independant support
options 	SOFTDEP		# FFS soft updates support.

# Networking options
options 	INET		# Internet protocol suite
options 	INET6		# IPV6
#options 	IPSEC		# IP security
#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
#options 	IPSEC_DEBUG	# debug for IP security

# 4.3BSD compatibility.  Should be optional, but necessary for now.
options 	COMPAT_43

# Binary compatibility with previous versions of NetBSD.
#options 	COMPAT_09
options 	COMPAT_10
options 	COMPAT_11
options 	COMPAT_12
options 	COMPAT_13
options 	COMPAT_14

# OSF/1 binary compatibility
options 	COMPAT_OSF1

# Linux binary compatibility
options 	COMPAT_LINUX

# System V-like message queues
options 	SYSVMSG

# System V-like semaphores
options 	SYSVSEM

# System V-like shared memory
options 	SYSVSHM
#options 	SHMMAXPGS=1024		# 1024 pages is the default

# Loadable Kernel Modules
options 	LKM

# Disable kernel security.  Needed for X on a px or pxg.
#options 	INSECURE

# Misc. options
options 	SCSIVERBOSE		# Verbose SCSI errors
options 	TCVERBOSE		# recognize "unknown" TC devices
options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
#options 	USERCONF		# userconf(4) support
#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)

# The Alpha console firmware network boots using the BOOTP
# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
# in case we have NFS root.
options 	NFS_BOOT_DHCP		# superset of BOOTP

# Raster console options
options 	FONT_GALLANT12x22
#options 	FONT_LUCIDA16x29
#options 	FONT_BOLD8x16		# XXX not supported by HX
#options 	FONT_VT220L8x10		# XXX not supported by HX
#options 	FONT_VT220L8x8		# XXX not supported by HX
#options 	FONT_QVSS8x15		# XXX not supported by HX

# WS console uses SUN or VT100 terminal emulation
options 	WSEMUL_VT100

# realtime clock compatible to OSF/1
#options 	CLOCK_COMPAT_OSF1

config		netbsd	root on ? type ?
#config		netbsd	root on sd0 type ffs
#config		netbsd	root on ? type nfs

mainbus0 at	root
cpu*	at	mainbus0

# TURBOchannel host bus adapter support
tcasic*	at	mainbus0

# TURBOchannel bus support
tc*	at	tcasic?

# TURBOchannel devices
ioasic*	at	tc? slot ? offset ?
mcclock* at	ioasic? offset ?
le*	at	ioasic? offset ?
zsc0	at	ioasic? offset 0x100000
zsc1	at	ioasic? offset 0x180000
bba0	at	ioasic? offset ?
audio*	at	bba?
tcds*	at	tc? slot ? offset ?
asc*	at	tcds? chip ?
#cfb*	at	tc? slot ? offset ?
#mfb*	at	tc? slot ? offset ?
#tfb*	at	tc? slot ? offset ?
sfb*	at	tc? slot ? offset ?
#sfbp*	at	tc? slot ? offset ?
#px*	at	tc? slot ? offset ?
#pxg*	at	tc? slot ? offset ?
le*	at	tc? slot ? offset ?
fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards

options 	NEW_SCC_DRIVER
zstty*	at	zsc? channel ?			# serial ports on B channels
lkkbd0	at	zsc1 channel ?			# keyboard port on A channels
vsms0	at	zsc0 channel ?			# mouse port on A channels

# SCSI bus support
scsibus* at	asc?

# SCSI devices
cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
sd*	at	scsibus? target ? lun ?		# SCSI disk drives
st*	at	scsibus? target ? lun ?		# SCSI tape drives

# Workstation Console attachments
#wsdisplay*	at	cfb?
#wsdisplay*	at	mfb?
#wsdisplay*	at	tfb?
wsdisplay*	at	sfb?
#wsdisplay*	at	sfbp?
#wsdisplay*	at	px?
#wsdisplay*	at	pxg?
wskbd*		at	lkkbd? console ?
wsmouse*	at	vsms?

pseudo-device	bpfilter	16
pseudo-device	ccd		4
#pseudo-device	raid		4	# RAIDframe disk driver
#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
pseudo-device	ipfilter	1
pseudo-device	loop		1
pseudo-device	md		1
pseudo-device	ppp		4
pseudo-device	pty			# pseudo-terminals
pseudo-device	sl		4
pseudo-device	vnd		4
#pseudo-device	gre		2	# generic L3 over IP tunnel
pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
pseudo-device	vlan			# IEEE 802.1q encapsulation
#pseudo-device	sequencer	1	# MIDI sequencer
pseudo-device	rnd			# /dev/random and in-kernel generator
#options 	RND_COM			# use "com" randomness too
pseudo-device	clockctl		# user control of clock subsystem
