# $NetBSD: GENERIC,v 1.158 2008/08/10 15:31:21 tls Exp $
#
# SOCLIB machine description file
# 

include		"arch/tsarmips/conf/std.tsarmips"

options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary

#ident		"GENERIC-$Revision: 1.158 $"

maxusers	64

# Standard system options
options 	DDB			# in-kernel debugger
#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
options 	DDB_ONPANIC=1		# enter debugger on panic
options 	DIAGNOSTIC		# extra kernel debugging checks
#options 	DEBUG			# extra kernel debugging support
options 	LOCKDEBUG
options 	KTRACE			# system call tracing support
#options 	PARANOIA
#options 	SYSCALL_DEBUG

makeoptions	DEBUG="-g"

options 	SYSVMSG		# System V-like message queues
options 	SYSVSEM		# System V-like semaphores
options 	SYSVSHM		# System V-like memory sharing
options 	P1003_1B_SEMAPHORE # p1003.1b semaphore support

options 	LKM			# loadable kernel modules

options 	USERCONF	# userconf(4) support
#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 
# high disk I/O load. Use it with caution - it's not proven to be stable yet.
#options 	BUFQ_READPRIO
#options 	BUFQ_PRIOCSCAN

#options 	SCSIVERBOSE		# Verbose SCSI errors
#options 	TCVERBOSE		# recognize "unknown" TC devices

options 	NTP			# network time protocol

options 	HZ=10			# ticks per seconds - no fast clock on
					# simulator


# Filesystem options
file-system	FFS		# fast filesystem with user and group quotas
file-system	MFS		# memory-based filesystem
file-system	PTYFS		# /dev/pts/N support
#file-system	TMPFS		# Efficient memory file-system
#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system

options 	QUOTA		# UFS quotas
#options 	FFS_EI		# FFS Endian Independant support
options 	SOFTDEP		# FFS soft updates support.
options 	WAPBL		# File system journaling support - Experimental
#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental

# Networking options
options 	INET		# Internet protocols
#options 	INET6		# IPV6
#options 	IPSEC		# IP security
#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
#options 	IPSEC_DEBUG	# debug for IP security
options 	GATEWAY		# IP packet forwarding
#options 	MROUTING	# Multicast routing support
#options 	PIM		# Protocol Independent Multicast
#options 	ISO		# OSI networking
#options 	TPIP		# TPIP
#options 	EON		# OSI tunneling over IP
options 	IPFILTER_LOG	# ipmon(8) log support
options 	IPFILTER_LOOKUP	# ippool(8) support
#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG

#options 	ALTQ		# Manipulate network interfaces' output queues
#options 	ALTQ_BLUE	# Stochastic Fair Blue
#options 	ALTQ_CBQ	# Class-Based Queueing
#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
#options 	ALTQ_FIFOQ	# First-In First-Out Queue
#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
#options 	ALTQ_LOCALQ	# Local queueing discipline
#options 	ALTQ_PRIQ	# Priority Queueing
#options 	ALTQ_RED	# Random Early Detection
#options 	ALTQ_RIO	# RED with IN/OUT
#options 	ALTQ_WFQ	# Weighted Fair Queueing

# NetBSD backwards compatibility
#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.

# Disable kernel security levels.  Needed for X with a PX or PXG.
#options 	INSECURE

options 	SOCLIB_RAM_START=0
options 	SOCLIB_RAM_END=0x02000000 #32M RAM

options		VCACHE		#no hardware cache cohenrency

config		netbsd		root on ? type ?
#config		nfsnetbsd	root on ? type nfs


mainbus0	at root
cluster*	at mainbus0
cpu*		at cluster?
xicu*		at cluster? 
mtty*		at cluster?
vcibd* 		at cluster?
vcidma* 	at cluster?
simhelper* 	at cluster?
ahcisata* 	at cluster?

genfb* 		at cluster?
wsdisplay*	at wsemuldisplaydev?

# ATA (IDE) bus support
atabus* at ata?
wd*     at atabus? drive ? flags 0x0000

pseudo-device	loop		 1	# network loopback
pseudo-device	sl		 	# serial-line IP ports
pseudo-device	ppp		 	# serial-line IP ports
pseudo-device	pty			# pseudo-terminals
pseudo-device	bpfilter		# packet filter ports
#pseudo-device	carp			# Common Address Redundancy Protocol
pseudo-device	ipfilter		# IP filter, NAT
#pseudo-device	gre		 	# generic L3 over IP tunnel

pseudo-device	md			# memory disk
pseudo-device	rnd			# /dev/random and in-kernel generator
pseudo-device	clockctl		# user control of clock subsystem
pseudo-device	ksyms			# /dev/ksyms
